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
Currently, the web app only supports the features within device.definition.exposes - there are more properties in device.definition.options that can be controlled by the user; for example smart bulbs have transition time and colour sync options.
Things That Must Be Done
Refactor deviceSettingsGenerator function to build out components for these options that can be displayed on each device's settings page.
If a device has no options available, return a message similar to "This device has no options."
The text was updated successfully, but these errors were encountered:
Currently, the web app only supports the features within
device.definition.exposes
- there are more properties indevice.definition.options
that can be controlled by the user; for example smart bulbs have transition time and colour sync options.Things That Must Be Done
deviceSettingsGenerator
function to build out components for these options that can be displayed on each device's settings page.The text was updated successfully, but these errors were encountered: