homebridge-deconz 1.2.3 → 1.2.5
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.
- package/lib/Deconz/Resource.js +0 -6
 - package/package.json +5 -5
 
    
        package/lib/Deconz/Resource.js
    CHANGED
    
    | 
         @@ -594,11 +594,6 @@ class Resource { 
     | 
|
| 
       594 
594 
     | 
    
         
             
                        buttons.push([3, 'Previous', SINGLE | LONG])
         
     | 
| 
       595 
595 
     | 
    
         
             
                        buttons.push([4, 'Next', SINGLE | LONG])
         
     | 
| 
       596 
596 
     | 
    
         
             
                        break
         
     | 
| 
       597 
     | 
    
         
            -
                      // case 'SOMRIG shortcut button':
         
     | 
| 
       598 
     | 
    
         
            -
                      //   dots = true
         
     | 
| 
       599 
     | 
    
         
            -
                      //   buttons.push([1, '1', SINGLE | DOUBLE | LONG])
         
     | 
| 
       600 
     | 
    
         
            -
                      //   buttons.push([2, '2', SINGLE | DOUBLE | LONG])
         
     | 
| 
       601 
     | 
    
         
            -
                      //   break
         
     | 
| 
       602 
597 
     | 
    
         
             
                      case 'SYMFONISK Sound Controller':
         
     | 
| 
       603 
598 
     | 
    
         
             
                        if (this.cluster === '1000') {
         
     | 
| 
       604 
599 
     | 
    
         
             
                          buttons.push([1, 'Button', SINGLE | DOUBLE | LONG])
         
     | 
| 
         @@ -849,7 +844,6 @@ class Resource { 
     | 
|
| 
       849 
844 
     | 
    
         
             
                    break
         
     | 
| 
       850 
845 
     | 
    
         
             
                  case 'OSRAM':
         
     | 
| 
       851 
846 
     | 
    
         
             
                    switch (this.model) {
         
     | 
| 
       852 
     | 
    
         
            -
                      case 'Switch 4x EU-LIGHTIFY':
         
     | 
| 
       853 
847 
     | 
    
         
             
                      case 'Switch 4x-LIGHTIFY':
         
     | 
| 
       854 
848 
     | 
    
         
             
                        buttons.push([1, 'Top Left', SINGLE | LONG])
         
     | 
| 
       855 
849 
     | 
    
         
             
                        buttons.push([2, 'Top Right', SINGLE | LONG])
         
     | 
    
        package/package.json
    CHANGED
    
    | 
         @@ -7,7 +7,7 @@ 
     | 
|
| 
       7 
7 
     | 
    
         
             
                "ebaauw"
         
     | 
| 
       8 
8 
     | 
    
         
             
              ],
         
     | 
| 
       9 
9 
     | 
    
         
             
              "license": "Apache-2.0",
         
     | 
| 
       10 
     | 
    
         
            -
              "version": "1.2. 
     | 
| 
      
 10 
     | 
    
         
            +
              "version": "1.2.5",
         
     | 
| 
       11 
11 
     | 
    
         
             
              "keywords": [
         
     | 
| 
       12 
12 
     | 
    
         
             
                "homebridge-plugin",
         
     | 
| 
       13 
13 
     | 
    
         
             
                "homekit",
         
     | 
| 
         @@ -26,13 +26,13 @@ 
     | 
|
| 
       26 
26 
     | 
    
         
             
                "ui": "cli/ui.js"
         
     | 
| 
       27 
27 
     | 
    
         
             
              },
         
     | 
| 
       28 
28 
     | 
    
         
             
              "engines": {
         
     | 
| 
       29 
     | 
    
         
            -
                "deCONZ": "2. 
     | 
| 
      
 29 
     | 
    
         
            +
                "deCONZ": "2.31.2",
         
     | 
| 
       30 
30 
     | 
    
         
             
                "homebridge": "^1.11.0||^2.0.0-beta",
         
     | 
| 
       31 
     | 
    
         
            -
                "node": "^22||^20"
         
     | 
| 
      
 31 
     | 
    
         
            +
                "node": "^24||^22||^20"
         
     | 
| 
       32 
32 
     | 
    
         
             
              },
         
     | 
| 
       33 
33 
     | 
    
         
             
              "dependencies": {
         
     | 
| 
       34 
     | 
    
         
            -
                "hb-deconz-tools": "~2.0. 
     | 
| 
       35 
     | 
    
         
            -
                "homebridge-lib": "~7.1. 
     | 
| 
      
 34 
     | 
    
         
            +
                "hb-deconz-tools": "~2.0.17",
         
     | 
| 
      
 35 
     | 
    
         
            +
                "homebridge-lib": "~7.1.11"
         
     | 
| 
       36 
36 
     | 
    
         
             
              },
         
     | 
| 
       37 
37 
     | 
    
         
             
              "scripts": {
         
     | 
| 
       38 
38 
     | 
    
         
             
                "prepare": "standard && rm -rf out && jsdoc -c jsdoc.json",
         
     |