Commit f57a5ec
committed
File tree
Expand file treeCollapse file tree
16 files changed
+683
-5
lines changedFilter options
- components/esp_rainmaker
- include
- src
- core
- standard_types
- examples
- fan/main
- led_light/main
- multi_device/main
- switch/main
Expand file treeCollapse file tree
16 files changed
+683
-5
lines changedcomponents/esp_rainmaker/CMakeLists.txt
Copy file name to clipboardExpand all lines: components/esp_rainmaker/CMakeLists.txt+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
12 |
| - |
| 12 | + |
| 13 | + |
13 | 14 |
|
14 | 15 |
|
15 | 16 |
|
|
components/esp_rainmaker/Kconfig.projbuild
Copy file name to clipboardExpand all lines: components/esp_rainmaker/Kconfig.projbuild+20Lines changed: 20 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
195 | 195 |
|
196 | 196 |
|
197 | 197 |
|
| 198 | + |
| 199 | + |
| 200 | + |
| 201 | + |
| 202 | + |
| 203 | + |
| 204 | + |
| 205 | + |
| 206 | + |
| 207 | + |
| 208 | + |
| 209 | + |
| 210 | + |
| 211 | + |
| 212 | + |
| 213 | + |
| 214 | + |
| 215 | + |
| 216 | + |
| 217 | + |
198 | 218 |
|
components/esp_rainmaker/include/esp_rmaker_core.h
Copy file name to clipboardExpand all lines: components/esp_rainmaker/include/esp_rmaker_core.h+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
154 | 154 |
|
155 | 155 |
|
156 | 156 |
|
| 157 | + |
| 158 | + |
| 159 | + |
| 160 | + |
157 | 161 |
|
158 | 162 |
|
159 | 163 |
|
|
components/esp_rainmaker/include/esp_rmaker_scenes.h
Copy file name to clipboard+38Lines changed: 38 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
components/esp_rainmaker/include/esp_rmaker_standard_params.h
Copy file name to clipboardExpand all lines: components/esp_rainmaker/include/esp_rmaker_standard_params.h+15Lines changed: 15 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
45 | 45 |
|
46 | 46 |
|
47 | 47 |
|
| 48 | + |
48 | 49 |
|
49 | 50 |
|
50 | 51 |
|
| ||
265 | 266 |
|
266 | 267 |
|
267 | 268 |
|
| 269 | + |
| 270 | + |
| 271 | + |
| 272 | + |
| 273 | + |
| 274 | + |
| 275 | + |
| 276 | + |
| 277 | + |
| 278 | + |
| 279 | + |
| 280 | + |
| 281 | + |
| 282 | + |
268 | 283 |
|
269 | 284 |
|
270 | 285 |
|
|
components/esp_rainmaker/include/esp_rmaker_standard_services.h
Copy file name to clipboardExpand all lines: components/esp_rainmaker/include/esp_rmaker_standard_services.h+18Lines changed: 18 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
71 | 71 |
|
72 | 72 |
|
73 | 73 |
|
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
74 | 92 |
|
75 | 93 |
|
76 | 94 |
|
|
components/esp_rainmaker/include/esp_rmaker_standard_types.h
Copy file name to clipboardExpand all lines: components/esp_rainmaker/include/esp_rmaker_standard_types.h+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
44 | 44 |
|
45 | 45 |
|
46 | 46 |
|
| 47 | + |
47 | 48 |
|
48 | 49 |
|
49 | 50 |
|
| ||
63 | 64 |
|
64 | 65 |
|
65 | 66 |
|
| 67 | + |
66 | 68 |
|
67 | 69 |
|
68 | 70 |
|
|
components/esp_rainmaker/src/core/esp_rmaker_device.c
Copy file name to clipboardExpand all lines: components/esp_rainmaker/src/core/esp_rmaker_device.c-4Lines changed: 0 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
170 | 170 |
|
171 | 171 |
|
172 | 172 |
|
173 |
| - |
174 |
| - |
175 |
| - |
176 |
| - |
177 | 173 |
|
178 | 174 |
|
179 | 175 |
|
|
components/esp_rainmaker/src/core/esp_rmaker_param.c
Copy file name to clipboardExpand all lines: components/esp_rainmaker/src/core/esp_rmaker_param.c+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
52 | 52 |
|
53 | 53 |
|
54 | 54 |
|
| 55 | + |
| 56 | + |
55 | 57 |
|
56 | 58 |
|
57 | 59 |
|
|
0 commit comments