UNPKG

iobroker.shelly

Version:
23 lines (16 loc) 535 B
'use strict'; // const shellyHelperGen2 = require('../gen2-helper'); /** * SHELLY_PBS_ST_ST1820 / irrigation * Shelly Frankever Smart Sprinkler Controller * * https://shelly-api-docs.shelly.cloud/ - not available - * https://www.shelly.com/de/blogs/documentation/ - not available - * */ // NOTE: This is only a temporary basic implemention to aid gathering more information const irrigation = {}; // shellyHelperGen2.xxxx(st1820, 0); ### information currently missing ### module.exports = { irrigation: irrigation, };