V 0.90.819
[ul][li]bugifx: Upgrade dialog box width (tentative)[/li]
[li]Favorites option to use VERA mode ( same favorites as UIx dashboard ) or ALTUI favorites ( per client )[/li]
[li]ServerOptions : new variable to hold some options values when localstorage is not maintained[/li]
[li]Better SetAttribute api for UI7 ( avoid the reload we have on UI5 )[/li][/ul]
Notes
this release is maintly about a workaround to the issue reported by aaron and some minor bug fix.
A new option is available to choose between the ALTUI mode of Favorite management or the VERA mode of management.
ALTUI mode is
[ul][li]Favorites are stored on each client so they can be different per client[/li]
[li]But they are independant and different from VERA dashboard favorites[/li][/ul]
VERA mode of management for Favorite is
[ul][li]Favorites are the same as those appearing on UIx dashboard[/li]
[li]They are the same for all the client devices[/li]
[li]Note that on UI5 vera, setting or unsetting a favorite will trigger Luup reload[/li]
[li]and on UI7 vera , setting or unsetting a favorite is immediate. Note that Altui supports setting a scene as a favorite but UI7 does not , or at least does not show it, but it seems to work[/li][/ul]
ALTUI mode of favorite need LocalStorage HTML to be kept. if you do clear HTML 5 LocalStorage for some reason, you ll loose your favorites & settings so this version introduces a new ALTUI device variable called “ServerOptions” which holds some (not all ) of the options that ALTUI normally keeps in LocalStorage.
You do not have anything to do ,this variable will be initialized according to your settings in ALTUI and whenever you change them in ALTUI
Key Take away:
[ul][li]if you clear localStorage regularly, you have no choice , you will have to work with VERA favotite mode. this option must be indicated in the ALTUI option page and it will be remembered in the ALTUI Vera device in the ServerOptions variable so that, next time ALTUI starts, it knows that you want to use VERA Favorites[/li]
[li]if you can work with localStorage, that is the default of ALTUI and you can therefore use ALTUI mode for favorite and enjoy different favorites per client device and immediate on/off setting when you click on the start[/li][/ul]
ServerOptions variable is the format optoinname1=val1,optionname2=val2,etc where option is the text that appear in a bubble when you hover the mouse over the option control in the optoin page ( not shown on mobile device )
I hope this is clear enough, it is a bit convoluted