Commit 37691d5
WWSTCERT-8360 Inovelli VZW32-SN: Adding support for this device for the WWST program (#2371)
* Add support for Inovelli mmWave switch
* Fix for measurement unit being cm (not mm)
* Configure illuminance reporting and fix p101-106 unit incorrect
* adjusting lux reporting. remove p117 as mmwave param and updated its options
* initializing values for occupancy, illuminance, and binding to occupancy cluster
* add ability to reset energy meter
* add ability to reset energy meter
* adjusting some default parameters and adding ota image notify for firmware update process during certification
* adding missing OTAUpgrade declaration
* Inovelli - adding support for vzw32-sn for wwst
* accidentally included some vzm32-sn (zigbee) changes in this branch. Removing them
* some updates from linter results. Notification turns on when color changed. Update the app UI
* Removing unsupported capabilities
* fixing mmwave reset command
* remove some preferences. Prevent extra events being sent for child device during init
* add copyright info
* remove firmware update capability
* remove unused configuration handler and notification class
* removing on/off and level handlers
* removing version report features
* add unit tests
* updating notification profile as requested by ST
* update unit test for different rgbw profile
* remove versionget command
* fix lua errors
* some more fixes for test unit files
* missed an unused variable
* modify unit test files. Changes to device init to be more efficient
* Remove unused code
* linter fixes
* remove unused init function
* fixing linter error
* removing firmware update from rgbw bulb. Adding custom refresh handler
* modify refresh command so it doesn't kill the driver
* consolidating drivers. Updating some unit tests
* Fixing some linter warnings
* fix inovelli button test error
* fix linter warning on button test
* fix color init for lzw31 black switch
* better naming of driver files
* will updated supportedValues for held and down_hold events. This can likely be removed in the future
* linter warnings fixed
* linter warnings fixed
* fix minor formatting issues and copyright issue
---------
Co-authored-by: InovelliUSA <tech@inovelli.com>1 parent c0f12f8 commit 37691d5
File tree
21 files changed
+2043
-213
lines changed- drivers/SmartThings/zwave-switch
- profiles
- src
- inovelli-LED
- inovelli-lzw31sn
- inovelli
- lzw31-sn
- vzw32-sn
- test
21 files changed
+2043
-213
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
59 | 65 | | |
60 | 66 | | |
61 | 67 | | |
| |||
Lines changed: 24 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
| 37 | + | |
36 | 38 | | |
37 | 39 | | |
38 | 40 | | |
39 | 41 | | |
40 | 42 | | |
41 | 43 | | |
| 44 | + | |
42 | 45 | | |
43 | 46 | | |
44 | 47 | | |
45 | 48 | | |
46 | 49 | | |
47 | 50 | | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
48 | 72 | | |
49 | 73 | | |
50 | 74 | | |
| |||
0 commit comments