UNPKG

iobroker.shelly

Version:
21 lines (14 loc) 385 B
'use strict'; const shellyHelperGen2 = require('../gen2-helper'); /** * Shelly Plus 1 / shellyplus1 * * https://shelly-api-docs.shelly.cloud/gen2/Devices/Gen2/ShellyPlus1 */ const shellyplus1 = {}; shellyHelperGen2.addSwitch(shellyplus1, 0, false); shellyHelperGen2.addInput(shellyplus1, 0); shellyHelperGen2.addPlusAddon(shellyplus1); module.exports = { shellyplus1, };