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
4 changed files with 4 additions and 4 deletions

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:""},