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

6 lines (5 loc) 135 B
import FloatingVue from "floating-vue"; import "floating-vue/dist/style.css"; export default ({ app }) => { app.use(FloatingVue); };