Skip to content

Commit

Permalink
Add support line.switch.fkgh43 #1486
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexxIT committed Nov 12, 2024
1 parent e61c1af commit 98e231f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions custom_components/xiaomi_gateway3/core/devices.py
Original file line number Diff line number Diff line change
Expand Up @@ -3599,6 +3599,13 @@
BoolConv("delay_switch", "switch", mi="4.p.1"),
MathConv("delay_time", "number", mi="4.p.2", min=1, max=60),
]
}, {
13931: ["ArkFish", "Smart Wall Switch H4 L+N 3-keys", "line.switch.fkgh43"],
"spec": [
BaseConv("channel_1", "switch", mi="2.p.1"), # bool
BaseConv("channel_2", "switch", mi="3.p.1"), # bool
BaseConv("channel_3", "switch", mi="4.p.1"), # bool
],
}, {
15082: ["Unknown", "Smart Quadruple Switch", "topwit.switch.rzw34"],
"spec": [
Expand Down

0 comments on commit 98e231f

Please sign in to comment.