Skip to content

Commit

Permalink
Add ability to display shutters on dashboard (#1602)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Gilles committed Sep 15, 2022
1 parent 2b89c3f commit 62c445b
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -16,7 +16,9 @@ const SUPPORTED_FEATURE_TYPES = [
DEVICE_FEATURE_TYPES.LIGHT.TEMPERATURE,
DEVICE_FEATURE_TYPES.SWITCH.DIMMER,
DEVICE_FEATURE_TYPES.TELEVISION.CHANNEL,
DEVICE_FEATURE_TYPES.TELEVISION.VOLUME
DEVICE_FEATURE_TYPES.TELEVISION.VOLUME,
DEVICE_FEATURE_TYPES.SHUTTER.POSITION,
DEVICE_FEATURE_TYPES.SHUTTER.STATE
];

@connect('httpClient', {})
Expand Down

0 comments on commit 62c445b

Please sign in to comment.