iobroker.shelly
Version:
Integrate your Shelly devices into ioBroker via MQTT or CoAP
19 lines (13 loc) • 342 B
JavaScript
;
const shellyHelperGen2 = require('../gen2-helper');
/**
* Ogemray 25A / ogemray25a
*
* https://shelly-api-docs.shelly.cloud/gen2/Devices/PoweredByShelly/Ogemray25A
*/
const ogemray25a = {};
shellyHelperGen2.addSwitch(ogemray25a, 0, true);
shellyHelperGen2.addInput(ogemray25a, 0);
module.exports = {
ogemray25a,
};