But there is no reason to have the hardware tell the app which choice to pick, based on something, when you can code the same action directly in the hardware, based on that same something.
ok. To change the value of the menu widget like as a button widget (ON OFF with virtual write), I need to change label. Right? of course the same action directly in the hardvare I write separately.
Gunner > But there is no reason to have the hardware tell the app which choice to pick, based on something, when you can code the same action directly in the hardware, based on that same something.>
A reason should be to re-synchro the state of the widget app-side with the state of the hardware-side after a disconnect.
Pratically, sometimes I send command but the app is offline and I have a mismatch between two sides…
To avoid this, it should be a nice improvment if the app should simply block changing display of actions when the link with hardware is lost… Or even better, check if the command has well been received on the hardware-side (acknowledge process).