UNPKG

iobroker.smartcontrol

Version:

Control devices smarter: by grouping, including triggers like motion, opening window, etc. and set target devices accordingly

5 lines (4 loc) 277 B
declare let systemDictionary: Record<string, Record<string, string>>; declare var $: any; // for jQuerys like $('.collapsible').collapsible() declare function values2table(any, any, any, any): any; // Quick and dirty declare function table2values(any): any; // Quick and dirty