UNPKG

node-red-contrib-power-saver

Version:

A module for Node-RED that you can use to turn on and off a switch based on power prices

44 lines (43 loc) 754 B
module.exports = [ { text: "Guide", link: "/guide/", }, { text: "Nodes", link: "/nodes/", }, { text: "Examples", link: "/examples/", }, { text: "FAQ", link: "/faq/", }, { text: "Contribute", link: "/contribute/", }, { text: "Changes", link: "/changelog/", }, { text: "Links", children: [ { text: "GitHub", link: "https://github.com/ottopaulsen/node-red-contrib-power-saver", }, { text: "npm registry", link: "https://www.npmjs.com/package/node-red-contrib-power-saver", }, { text: "Node-RED Library", link: "https://flows.nodered.org/node/node-red-contrib-power-saver", }, ], }, ];