node-red-contrib-timerswitch
Version:
An easy, intuitive and precise node-red timer that allows you to turn something on/off multiple times a day and supports schedules as low as 1 second.
31 lines (30 loc) • 705 B
JSON
{
"name": "node-red-contrib-timerswitch",
"version": "1.4.0",
"description": "An easy, intuitive and precise node-red timer that allows you to turn something on/off multiple times a day and supports schedules as low as 1 second. ",
"main": "timerswitch.js",
"author": {
"name": "Cor Bosman",
"email": "cor@in.ter.net"
},
"license": "MIT",
"keywords": [
"node-red",
"timer",
"switch",
"timeswitch",
"timerswitch",
"clock",
"schedule",
"multi"
],
"node-red": {
"nodes": {
"timerswitch": "timerswitch.js"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/corbosman/node-red-contrib-timerswitch.git"
}
}