iobroker.shelly
Version:
Integrate your Shelly devices into ioBroker via MQTT or CoAP
19 lines (13 loc) • 389 B
JavaScript
;
const shellyHelperGen2 = require('../gen2-helper');
/**
* Shelly 1 PM Mini Gen 3 / shelly1pmminig3
*
* https://shelly-api-docs.shelly.cloud/gen2/Devices/Gen3/ShellyMini1PMG3
*/
const shelly1pmminig3 = {};
shellyHelperGen2.addSwitch(shelly1pmminig3, 0, true);
shellyHelperGen2.addInput(shelly1pmminig3, 0);
module.exports = {
shelly1pmminig3: shelly1pmminig3,
};