Skip to content

Commit

Permalink
SNZB-01P
Browse files Browse the repository at this point in the history
  • Loading branch information
tcharp38 committed Aug 2, 2024
1 parent 86df931 commit 6c702fa
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
29 changes: 29 additions & 0 deletions core/config/devices/SNZB-01P_eWeLink/SNZB-01P_eWeLink.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,35 @@
"Identify": {
"use": "act_zbCmdC-Identify",
"nextLine": "after"
},
"Click": {
"use": "inf_click",
"comment": "value = single, double or long",
"isVisible": 1
},
"Single click": {
"use": "inf_zbCmdC-0006-Toggle",
"trigOut": {
"01-click": {
"valueOffset": "single"
}
}
},
"Double click": {
"use": "inf_zbCmdC-0006-On",
"trigOut": {
"01-click": {
"valueOffset": "double"
}
}
},
"Long click": {
"use": "inf_zbCmdC-0006-Off",
"trigOut": {
"01-click": {
"valueOffset": "long"
}
}
}
}
}
Expand Down
1 change: 1 addition & 0 deletions docs/fr_FR/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# ChangeLog

- Correction: 'Commande 0102-01- inconnue' (2719).
- Sonoff SNZB-01P: Mise-à-jour du modèle (2716).

## 240710-BETA-2

Expand Down

0 comments on commit 6c702fa

Please sign in to comment.