mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
Move suncalc and timeswitch into time category
This commit is contained in:
parent
f2e28e715f
commit
e3ab387814
@ -46,7 +46,7 @@
|
||||
|
||||
<script type="text/javascript">
|
||||
RED.nodes.registerType('sunrise',{
|
||||
category: 'advanced-input',
|
||||
category: 'time',
|
||||
color:"#ffcc66",
|
||||
defaults: {
|
||||
name: {value:""},
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -291,7 +291,7 @@
|
||||
}
|
||||
|
||||
RED.nodes.registerType('timeswitch',{
|
||||
category: 'advanced-input',
|
||||
category: 'time',
|
||||
color:"#6699ff",
|
||||
defaults: {
|
||||
name: {value:""},
|
||||
|
Loading…
Reference in New Issue
Block a user