You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe i could add a new page to the Android app to show the floorplans
More info on how to implement floorplans using the domoticz api's: list of floorplans:
/json.htm?type=floorplans url to get the floorplan image:
/images/floorplans/plan?idx=3 More flootplan detail info:
/json.htm?type=command¶m=getfloorplanplans&idx=3 Get all devices for a floorplan:
/json.htm?type=devices&filter=all&used=true&order=Name&floor=3
values to draw over background:
XOffset "742"
YOffset "88"
Implementation
Change the page 'plans' with 2 buttons: Devices or Floorplan
The devices button still shows the list of devices as it does now
The floorplan button opens a new page, showing the floorplan image fullscreen
With icons of the devices in the image
With active data below the icons
When you click an icon, we show a dialog with all the device options
The text was updated successfully, but these errors were encountered:
Maybe i could add a new page to the Android app to show the floorplans
More info on how to implement floorplans using the domoticz api's:
list of floorplans:
/json.htm?type=floorplans
url to get the floorplan image:
/images/floorplans/plan?idx=3
More flootplan detail info:
/json.htm?type=command¶m=getfloorplanplans&idx=3
Get all devices for a floorplan:
/json.htm?type=devices&filter=all&used=true&order=Name&floor=3
values to draw over background:
XOffset "742"
YOffset "88"
Implementation
The text was updated successfully, but these errors were encountered: