mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00: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">
|
<script type="text/javascript">
|
||||||
RED.nodes.registerType('sunrise',{
|
RED.nodes.registerType('sunrise',{
|
||||||
category: 'advanced-input',
|
category: 'time',
|
||||||
color:"#ffcc66",
|
color:"#ffcc66",
|
||||||
defaults: {
|
defaults: {
|
||||||
name: {value:""},
|
name: {value:""},
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name" : "node-red-node-suncalc",
|
"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",
|
"description" : "A Node-RED node to provide a signal at sunrise and sunset",
|
||||||
"dependencies" : {
|
"dependencies" : {
|
||||||
"suncalc" : "^1.8.0"
|
"suncalc" : "^1.8.0"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name" : "node-red-node-timeswitch",
|
"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.",
|
"description" : "A Node-RED node to provide a simple timeswitch to schedule daily on/off events.",
|
||||||
"dependencies" : {
|
"dependencies" : {
|
||||||
"suncalc": "1.6.0"
|
"suncalc": "1.6.0"
|
||||||
|
@ -291,7 +291,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
RED.nodes.registerType('timeswitch',{
|
RED.nodes.registerType('timeswitch',{
|
||||||
category: 'advanced-input',
|
category: 'time',
|
||||||
color:"#6699ff",
|
color:"#6699ff",
|
||||||
defaults: {
|
defaults: {
|
||||||
name: {value:""},
|
name: {value:""},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user