homebridge-deconz 1.1.0 → 1.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -443,8 +443,8 @@ class Resource {
443
443
  case 'Aqara':
444
444
  switch (this.model) {
445
445
  case 'lumi.switch.acn047': // Aqara T2 Module
446
- buttons.push(1, 'S1', SINGLE)
447
- buttons.push(2, 'S2', SINGLE)
446
+ buttons.push([1, 'S1', SINGLE])
447
+ buttons.push([2, 'S2', SINGLE])
448
448
  break
449
449
  default:
450
450
  break
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "ebaauw"
8
8
  ],
9
9
  "license": "Apache-2.0",
10
- "version": "1.1.0",
10
+ "version": "1.1.1",
11
11
  "keywords": [
12
12
  "homebridge-plugin",
13
13
  "homekit",