A thread to share some coding techniques for QuickApps?
Because QAs are "long running scenes" (they don't have to be loaded and restarted for every event) - it is actually worthwhile to build up a library of "nice to have" code and include them in QAs.
Please login or register to see this link.
Please login or register to see this link. s
Please login or register to see this link.
Please login or register to see this link. client
List of posts:
Introduction to the QuickApp ana
only "hack-able"
1) find any humidy sensor
2) upload a new icon
3) cancel - do not change standart himidy sensor icon
4) find NEW icon ID (via html inspector)
5) set in my QA onInit line self:updateProperty("deviceIcon", 1041)
where 1041 is icon id what you upload
@A.Socha any plans when we can change and assign any icons for generic QA?