Commit 8b47c80 1 parent 0702f2b commit 8b47c80 Copy full SHA for 8b47c80
File tree 1 file changed +6
-6
lines changed
Drivers/fibaro-double-switch-2-fgs-223.src
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ private getCommandClassVersions() {
97
97
0x25 : 1 , // Switch Binary
98
98
0x70 : 2 , // Configuration
99
99
0x98 : 1 , // Security
100
- 0x60 : 3 , // Multi Channel
100
+ 0x60 : 4 , // Multi Channel
101
101
0x8E : 2 , // Multi Channel Association
102
102
0x26 : 1 , // Switch Multilevel
103
103
0x87 : 1 , // Indicator
@@ -107,11 +107,11 @@ private getCommandClassVersions() {
107
107
0x85 : 2 , // Association
108
108
0x86 : 1 , // Version
109
109
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
115
115
0x75 : 2 // Protection
116
116
]
117
117
}
You can’t perform that action at this time.
0 commit comments