-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Commit a3b6fe6
feat(zigbee): Add check, boolean returns, fix Analog, add optional reset on factoryReset (#11153)
* feat(zigbee): Add checks on setting attrs and commands
* feat(zigbee): Add error info in the logs
* fix(zigbee): Fix memory leak, print esp_zb_zcl_status_t error, remove analogValue from analog EP
* feat(example): Update factoryResetoption in sleepy example
* fix(zigbee): Add error checks to Illuminance EP
* fix(zigbee): Return false on first error hit
* fix(zigbee): Apply same formatting on all returns
* fix(zigbee): Add check when adding a OTA cluster
* fix(zigbee): release locks before returning
* fix(zigbee): use correct return in doorWindowHandle
* fix/zigbee): Add missing return in WindowCovering
* fix(zigbee): Added a note of future task
* ci(pre-commit): Apply automatic fixes
---------
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>1 parent bbaabb1 commit a3b6fe6
File tree
35 files changed
+889
-377
lines changed- libraries/Zigbee
- examples/Zigbee_Temp_Hum_Sensor_Sleepy
- src
- ep
35 files changed
+889
-377
lines changedLines changed: 5 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
133 | 133 |
| |
134 | 134 |
| |
135 | 135 |
| |
136 | - | ||
136 | + | ||
137 | + | ||
138 | + | ||
139 | + | ||
140 | + | ||
137 | 141 |
| |
138 | 142 |
| |
139 | 143 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
91 | 91 |
| |
92 | 92 |
| |
93 | 93 |
| |
94 | - | ||
94 | + | ||
95 | 95 |
| |
96 | 96 |
| |
97 | 97 |
| |
98 | 98 |
| |
99 | 99 |
| |
100 | 100 |
| |
101 | - | ||
101 | + | ||
102 | 102 |
| |
103 | - | ||
103 | + | ||
104 | 104 |
| |
105 | - | ||
105 | + | ||
106 | 106 |
| |
107 | - | ||
107 | + | ||
108 | + | ||
109 | + | ||
110 | + | ||
111 | + | ||
108 | 112 |
| |
113 | + | ||
109 | 114 |
| |
110 | 115 |
| |
111 | 116 |
| |
| |||
368 | 373 |
| |
369 | 374 |
| |
370 | 375 |
| |
371 | - | ||
376 | + | ||
372 | 377 |
| |
373 | 378 |
| |
374 | 379 |
| |
375 | 380 |
| |
376 | 381 |
| |
377 | 382 |
| |
378 | - | ||
379 | - | ||
380 | - | ||
383 | + | ||
384 | + | ||
385 | + | ||
386 | + | ||
387 | + | ||
388 | + | ||
389 | + | ||
390 | + | ||
391 | + | ||
381 | 392 |
| |
382 | 393 |
| |
383 | 394 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
129 | 129 |
| |
130 | 130 |
| |
131 | 131 |
| |
132 | - | ||
132 | + | ||
133 | 133 |
| |
134 | 134 |
| |
135 | 135 |
| |
| |||
164 | 164 |
| |
165 | 165 |
| |
166 | 166 |
| |
167 | - | ||
167 | + | ||
168 | 168 |
| |
169 | 169 |
| |
170 | 170 |
| |
|
0 commit comments