| 12345678910111213141516171819202122232425262728293031323334 |
- name: Curtain switch
- products:
- - id: qa8s8vca
- manufacturer: LoraTap
- model: QCSC400ZB-V2
- - id: cqcew2xvoqjdaixe
- manufacturer: LoraTap
- model: SC400W
- entities:
- - entity: cover
- class: blind
- dps:
- - id: 1
- name: control
- type: string
- mapping:
- - dps_val: open
- value: open
- - dps_val: close
- value: close
- - dps_val: stop
- value: stop
- - id: 8
- name: control_back_mode
- type: string
- mapping:
- - dps_val: forward
- value: forward
- - dps_val: backward
- value: backward
- - id: 10
- name: tr_timecontrol
- type: integer
- optional: true
|