Skip to content

Commit 8b47c80

Browse files
authored
Small tweak for Command Class V4
1 parent 0702f2b commit 8b47c80

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Drivers/fibaro-double-switch-2-fgs-223.src/fibaro-double-switch-2-fgs-223.groovy

+6-6
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ private getCommandClassVersions() {
9797
0x25: 1, // Switch Binary
9898
0x70: 2, // Configuration
9999
0x98: 1, // Security
100-
0x60: 3, // Multi Channel
100+
0x60: 4, // Multi Channel
101101
0x8E: 2, // Multi Channel Association
102102
0x26: 1, // Switch Multilevel
103103
0x87: 1, // Indicator
@@ -107,11 +107,11 @@ private getCommandClassVersions() {
107107
0x85: 2, // Association
108108
0x86: 1, // Version
109109
0x9B: 1, // Association Command Configuration
110-
0x90: 1, // Energy Production
111-
0x73: 1, // Powerlevel
112-
0x30: 1, // Sensor Binary
113-
0x28: 1, // Switch Toggle Binary
114-
0x2B: 1, // Scene Activation
110+
0x90: 1, // Energy Production
111+
0x73: 1, // Powerlevel
112+
0x30: 1, // Sensor Binary
113+
0x28: 1, // Switch Toggle Binary
114+
0x2B: 1, // Scene Activation
115115
0x75: 2 // Protection
116116
]
117117
}

0 commit comments

Comments
 (0)