Skip to content

Commit

Permalink
Update ustellar_ut99911_rgb.yaml
Browse files Browse the repository at this point in the history
Add descriptive values for DP 103 - it denotes the RGB order for the LED strip on the back.

The value can be changed, so this could be a select entity. However I don't see the point of this as it's configured in the factory for the LED strip on the device so users should never change it from the original setting. It will just mess up the colour representation on the LED strip. But it is useful to know the string value to better understand the spec of the LED strip on one of these light bars.
  • Loading branch information
neilmartin83 authored Jan 4, 2025
1 parent f4370f5 commit ca42660
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions custom_components/tuya_local/devices/ustellar_ut99911_rgb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,21 @@ entities:
min: 0
max: 1000
- id: 103
name: line_sequence_adjustment
type: integer
type: string
name: RGB Order
mapping:
- dps_val: 1
value: RGB
- dps_val: 2
value: RBG
- dps_val: 3
value: GRB
- dps_val: 4
value: GBR
- dps_val: 5
value: BRG
- dps_val: 5
value: BGR
- entity: select
name: Music
icon: "mdi:playlist-music"
Expand Down

0 comments on commit ca42660

Please sign in to comment.