forked from espressif/arduino-esp32
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit d3509ef
P-R-O-C-H-YCopilotpre-commit-ci-lite[bot]
authoredfeat(zigbee): Add battery voltage attribute support (espressif#11210)
* feat(zigbee): Add battery voltage attribute support
* Update libraries/Zigbee/src/ZigbeeEP.cpp
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update libraries/Zigbee/examples/Zigbee_Temp_Hum_Sensor_Sleepy/Zigbee_Temp_Hum_Sensor_Sleepy.ino
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* ci(pre-commit): Apply automatic fixes
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>1 parent 7f60945 commit d3509ef
File tree
3 files changed
+28
-7
lines changed- libraries/Zigbee
- examples/Zigbee_Temp_Hum_Sensor_Sleepy
- src
3 files changed
+28
-7
lines changedLines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
85 | 85 |
| |
86 | 86 |
| |
87 | 87 |
| |
88 | - | ||
89 | - | ||
90 | - | ||
88 | + | ||
89 | + | ||
90 | + | ||
91 | 91 |
| |
92 | 92 |
| |
93 | 93 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
73 | 73 |
| |
74 | 74 |
| |
75 | 75 |
| |
76 | - | ||
76 | + | ||
77 | 77 |
| |
78 | 78 |
| |
79 | 79 |
| |
| |||
93 | 93 |
| |
94 | 94 |
| |
95 | 95 |
| |
96 | + | ||
97 | + | ||
98 | + | ||
99 | + | ||
100 | + | ||
96 | 101 |
| |
97 | 102 |
| |
98 | 103 |
| |
| |||
125 | 130 |
| |
126 | 131 |
| |
127 | 132 |
| |
133 | + | ||
134 | + | ||
135 | + | ||
136 | + | ||
137 | + | ||
138 | + | ||
139 | + | ||
140 | + | ||
141 | + | ||
142 | + | ||
143 | + | ||
144 | + | ||
145 | + | ||
146 | + | ||
147 | + | ||
128 | 148 |
| |
129 | 149 |
| |
130 | 150 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
81 | 81 |
| |
82 | 82 |
| |
83 | 83 |
| |
84 | - | ||
85 | - | ||
86 | - | ||
84 | + | ||
85 | + | ||
86 | + | ||
87 | + | ||
87 | 88 |
| |
88 | 89 |
| |
89 | 90 |
| |
|
0 commit comments