remote control configuration functionality

Issue #14 resolved
David Karlsson repo owner created an issue

Be able to create custom remotes that contains: * A theme (html/js) to render

  • A set of widgets that could be device commmands or global variables each widget should store page,x,y,x,xsize,ysize

Needed widgets (subclass of above)

SingleDevicecommand (device,command)

OnOffDeviceCommand (device)

Dim (device)

GlobalVariableText(GlobalVariable)

GlobalVariableBar(GlobalVariable, minValue, maxValue, colorMin, colorMax)

Divider ()

Text ()

URL should be: /remote/[name]/page/[page nr, default = 0] /remote/[name]/dev/[dev_id]

Comments (2)

  1. Log in to comment