node-red-contrib-vacation-timer
Version:
A node-red node that simulates a house being occupied, by turning something on and off in a natural way.
31 lines (30 loc) • 607 B
JSON
{
"name": "node-red-contrib-vacation-timer",
"version": "2.2.8",
"description": "A node-red node that simulates a house being occupied, by turning something on and off in a natural way.",
"main": "vacation-timer.js",
"scripts": {},
"keywords": [
"cron",
"vacation",
"schedule",
"occupancy",
"timer",
"node-red",
"node"
],
"node-red": {
"nodes": {
"vacation-timer": "vacation-timer.js"
}
},
"author": {
"name": "JBardi"
},
"license": "Apache-2.0",
"dependencies": {
"cron": "^1.1.0",
"suncalc": "1.*"
},
"directories": {}
}