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
With generic devices being displayed on a generic widget page I would suggest the following
• if the unit is int show the value as a integer only without decimals, and do not show the unit
• if the unit is either string or status, just show the value without the unit
• if a status value is a boolean, show it as true/false and don't convert/display it to/as 1/0
Example from the SmartDry discussion for the Shake and Wake properties, but applicable to all other generic devices.
Shake
241
Wake
true
The text was updated successfully, but these errors were encountered:
With generic devices being displayed on a generic widget page I would suggest the following
• if the unit is int show the value as a integer only without decimals, and do not show the unit
• if the unit is either string or status, just show the value without the unit
• if a status value is a boolean, show it as true/false and don't convert/display it to/as 1/0
Example from the SmartDry discussion for the Shake and Wake properties, but applicable to all other generic devices.
Shake
241
Wake
true
The text was updated successfully, but these errors were encountered: