iobroker.shelly
Version:
Integrate your Shelly devices into ioBroker via MQTT or CoAP
18 lines (13 loc) • 355 B
JavaScript
;
const shellyHelperGen2 = require('../gen2-helper');
/**
* Shelly Plug PM Gen3 / shellyplugpmg3
*
* https://shelly-api-docs.shelly.cloud/gen2/Devices/Gen3/ShellyPlugPMG3
*/
const shellyplugpmg3 = {};
shellyHelperGen2.addPM1(shellyplugpmg3, 0);
//shellyHelperGen2.addPlugpmUI(shellyplugpmg3);
module.exports = {
shellyplugpmg3,
};