Move suncalc and timeswitch into time category

This commit is contained in:
Dave Conway-Jones 2019-10-20 22:43:32 +01:00
parent f2e28e715f
commit e3ab387814
No known key found for this signature in database
GPG Key ID: 302A6725C594817F
4 changed files with 4 additions and 4 deletions

View File

@ -46,7 +46,7 @@
<script type="text/javascript">
RED.nodes.registerType('sunrise',{
category: 'advanced-input',
category: 'time',
color:"#ffcc66",
defaults: {
name: {value:""},

View File

@ -1,6 +1,6 @@
{
"name" : "node-red-node-suncalc",
"version" : "0.0.11",
"version" : "0.0.12",
"description" : "A Node-RED node to provide a signal at sunrise and sunset",
"dependencies" : {
"suncalc" : "^1.8.0"

View File

@ -1,6 +1,6 @@
{
"name" : "node-red-node-timeswitch",
"version" : "0.0.6",
"version" : "0.0.7",
"description" : "A Node-RED node to provide a simple timeswitch to schedule daily on/off events.",
"dependencies" : {
"suncalc": "1.6.0"

View File

@ -291,7 +291,7 @@
}
RED.nodes.registerType('timeswitch',{
category: 'advanced-input',
category: 'time',
color:"#6699ff",
defaults: {
name: {value:""},