node-switchbot 3.6.3 → 3.6.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.
Files changed (235) hide show
  1. package/CHANGELOG.md +780 -0
  2. package/dist/device.d.ts.map +1 -1
  3. package/dist/device.js +6 -1
  4. package/dist/device.js.map +1 -1
  5. package/dist/device.test.js +104 -1
  6. package/dist/device.test.js.map +1 -1
  7. package/docs/classes/Advertising.html +4 -4
  8. package/docs/classes/ErrorUtils.html +5 -5
  9. package/docs/classes/ParameterChecker.html +10 -10
  10. package/docs/classes/SwitchBotBLE.html +8 -8
  11. package/docs/classes/SwitchBotOpenAPI.html +7 -7
  12. package/docs/classes/SwitchbotDevice.html +12 -12
  13. package/docs/classes/ValidationUtils.html +8 -8
  14. package/docs/classes/WoAirPurifier.html +18 -18
  15. package/docs/classes/WoAirPurifierTable.html +18 -18
  16. package/docs/classes/WoBlindTilt.html +21 -21
  17. package/docs/classes/WoBulb.html +19 -19
  18. package/docs/classes/WoCeilingLight.html +22 -22
  19. package/docs/classes/WoContact.html +13 -13
  20. package/docs/classes/WoCurtain.html +18 -18
  21. package/docs/classes/WoHand.html +18 -18
  22. package/docs/classes/WoHub2.html +13 -13
  23. package/docs/classes/WoHub3.html +13 -13
  24. package/docs/classes/WoHumi.html +20 -20
  25. package/docs/classes/WoHumi2.html +20 -20
  26. package/docs/classes/WoIOSensorTH.html +13 -13
  27. package/docs/classes/WoKeypad.html +13 -13
  28. package/docs/classes/WoLeak.html +13 -13
  29. package/docs/classes/WoPlugMiniJP.html +18 -18
  30. package/docs/classes/WoPlugMiniUS.html +18 -18
  31. package/docs/classes/WoPresence.html +14 -14
  32. package/docs/classes/WoRelaySwitch1.html +15 -15
  33. package/docs/classes/WoRelaySwitch1PM.html +15 -15
  34. package/docs/classes/WoRemote.html +13 -13
  35. package/docs/classes/WoSensorTH.html +12 -12
  36. package/docs/classes/WoSensorTHPlus.html +12 -12
  37. package/docs/classes/WoSensorTHPro.html +12 -12
  38. package/docs/classes/WoSensorTHProCO2.html +12 -12
  39. package/docs/classes/WoSmartLock.html +23 -23
  40. package/docs/classes/WoSmartLockPro.html +23 -23
  41. package/docs/classes/WoSmartLockUltra.html +23 -23
  42. package/docs/classes/WoStrip.html +20 -20
  43. package/docs/enums/LogLevel.html +2 -2
  44. package/docs/enums/SwitchBotBLEModel.html +2 -2
  45. package/docs/enums/SwitchBotBLEModelFriendlyName.html +2 -2
  46. package/docs/enums/SwitchBotBLEModelName.html +2 -2
  47. package/docs/enums/SwitchBotModel.html +2 -2
  48. package/docs/functions/updateBaseURL.html +1 -1
  49. package/docs/interfaces/AdvertisementData.html +2 -2
  50. package/docs/interfaces/Chars.html +2 -2
  51. package/docs/interfaces/ColorLightServiceDataBase.html +2 -2
  52. package/docs/interfaces/ErrorObject.html +2 -2
  53. package/docs/interfaces/LockBaseServiceData.html +2 -2
  54. package/docs/interfaces/NobleTypes.html +2 -2
  55. package/docs/interfaces/Params.html +2 -2
  56. package/docs/interfaces/PlugMiniServiceDataBase.html +2 -2
  57. package/docs/interfaces/Rule.html +2 -2
  58. package/docs/interfaces/ServiceData.html +2 -2
  59. package/docs/interfaces/SwitchBotBLEDevice.html +2 -2
  60. package/docs/interfaces/SwitchBotScanner.html +3 -3
  61. package/docs/interfaces/TemperatureServiceDataBase.html +2 -2
  62. package/docs/interfaces/WebhookDetail.html +2 -2
  63. package/docs/interfaces/ad.html +2 -2
  64. package/docs/interfaces/body.html +2 -2
  65. package/docs/interfaces/bodyChange.html +2 -2
  66. package/docs/interfaces/deleteWebhookResponse.html +2 -2
  67. package/docs/interfaces/device.html +2 -2
  68. package/docs/interfaces/deviceList.html +2 -2
  69. package/docs/interfaces/deviceStatus.html +2 -2
  70. package/docs/interfaces/deviceStatusRequest.html +2 -2
  71. package/docs/interfaces/deviceWebhook.html +2 -2
  72. package/docs/interfaces/deviceWebhookContext.html +2 -2
  73. package/docs/interfaces/devices.html +2 -2
  74. package/docs/interfaces/infraredRemoteList.html +2 -2
  75. package/docs/interfaces/irdevice.html +2 -2
  76. package/docs/interfaces/pushRequest.html +2 -2
  77. package/docs/interfaces/pushResponse.html +2 -2
  78. package/docs/interfaces/pushResponseBody.html +2 -2
  79. package/docs/interfaces/queryWebhookResponse.html +2 -2
  80. package/docs/interfaces/setupWebhookResponse.html +2 -2
  81. package/docs/interfaces/updateWebhookResponse.html +2 -2
  82. package/docs/interfaces/webhookRequest.html +2 -2
  83. package/docs/types/BLEDeviceServiceData.html +1 -1
  84. package/docs/types/IndoorCam.html +1 -1
  85. package/docs/types/MacAddress.html +1 -1
  86. package/docs/types/airPurifier.html +1 -1
  87. package/docs/types/airPurifierPM25WebhookContext.html +1 -1
  88. package/docs/types/airPurifierServiceData.html +1 -1
  89. package/docs/types/airPurifierStatus.html +1 -1
  90. package/docs/types/airPurifierTable.html +1 -1
  91. package/docs/types/airPurifierTablePM25WebhookContext.html +1 -1
  92. package/docs/types/airPurifierTableServiceData.html +1 -1
  93. package/docs/types/airPurifierTableStatus.html +1 -1
  94. package/docs/types/airPurifierTableVOC.html +1 -1
  95. package/docs/types/airPurifierTableVOCStatus.html +1 -1
  96. package/docs/types/airPurifierTableVOCWebhookContext.html +1 -1
  97. package/docs/types/airPurifierTableWebhookContext.html +1 -1
  98. package/docs/types/airPurifierVOC.html +1 -1
  99. package/docs/types/airPurifierVOCStatus.html +1 -1
  100. package/docs/types/airPurifierVOCWebhookContext.html +1 -1
  101. package/docs/types/airPurifierWebhookContext.html +1 -1
  102. package/docs/types/batteryCirculatorFan.html +1 -1
  103. package/docs/types/batteryCirculatorFanServiceData.html +1 -1
  104. package/docs/types/batteryCirculatorFanStatus.html +1 -1
  105. package/docs/types/batteryCirculatorFanWebhookContext.html +1 -1
  106. package/docs/types/blindTilt.html +1 -1
  107. package/docs/types/blindTiltServiceData.html +1 -1
  108. package/docs/types/blindTiltStatus.html +1 -1
  109. package/docs/types/blindTiltWebhookContext.html +1 -1
  110. package/docs/types/bot.html +1 -1
  111. package/docs/types/botServiceData.html +1 -1
  112. package/docs/types/botStatus.html +1 -1
  113. package/docs/types/botWebhookContext.html +1 -1
  114. package/docs/types/ceilingLight.html +1 -1
  115. package/docs/types/ceilingLightPro.html +1 -1
  116. package/docs/types/ceilingLightProServiceData.html +1 -1
  117. package/docs/types/ceilingLightProStatus.html +1 -1
  118. package/docs/types/ceilingLightProWebhookContext.html +1 -1
  119. package/docs/types/ceilingLightServiceData.html +1 -1
  120. package/docs/types/ceilingLightStatus.html +1 -1
  121. package/docs/types/ceilingLightWebhookContext.html +1 -1
  122. package/docs/types/circulatorFanStatus.html +1 -1
  123. package/docs/types/circulatorFanWebhookContext.html +1 -1
  124. package/docs/types/colorBulb.html +1 -1
  125. package/docs/types/colorBulbServiceData.html +1 -1
  126. package/docs/types/colorBulbStatus.html +1 -1
  127. package/docs/types/colorBulbWebhookContext.html +1 -1
  128. package/docs/types/commandType.html +1 -1
  129. package/docs/types/contactSensor.html +1 -1
  130. package/docs/types/contactSensorServiceData.html +1 -1
  131. package/docs/types/contactSensorStatus.html +1 -1
  132. package/docs/types/contactSensorWebhookContext.html +1 -1
  133. package/docs/types/curtain.html +1 -1
  134. package/docs/types/curtain3.html +1 -1
  135. package/docs/types/curtain3ServiceData.html +1 -1
  136. package/docs/types/curtain3WebhookContext.html +1 -1
  137. package/docs/types/curtainServiceData.html +1 -1
  138. package/docs/types/curtainStatus.html +1 -1
  139. package/docs/types/curtainWebhookContext.html +1 -1
  140. package/docs/types/floorCleaningRobotS10.html +1 -1
  141. package/docs/types/floorCleaningRobotS10Status.html +1 -1
  142. package/docs/types/floorCleaningRobotS10WebhookContext.html +1 -1
  143. package/docs/types/hub2.html +1 -1
  144. package/docs/types/hub2ServiceData.html +1 -1
  145. package/docs/types/hub2Status.html +1 -1
  146. package/docs/types/hub2WebhookContext.html +1 -1
  147. package/docs/types/hub3ServiceData.html +1 -1
  148. package/docs/types/humidifier.html +1 -1
  149. package/docs/types/humidifier2ServiceData.html +1 -1
  150. package/docs/types/humidifier2Status.html +1 -1
  151. package/docs/types/humidifier2WebhookContext.html +1 -1
  152. package/docs/types/humidifierServiceData.html +1 -1
  153. package/docs/types/humidifierStatus.html +1 -1
  154. package/docs/types/humidifierWebhookContext.html +1 -1
  155. package/docs/types/indoorCameraWebhookContext.html +1 -1
  156. package/docs/types/keypad.html +1 -1
  157. package/docs/types/keypadDetectorServiceData.html +1 -1
  158. package/docs/types/keypadTouch.html +1 -1
  159. package/docs/types/keypadTouchWebhookContext.html +1 -1
  160. package/docs/types/keypadWebhookContext.html +1 -1
  161. package/docs/types/lock.html +1 -1
  162. package/docs/types/lockPro.html +1 -1
  163. package/docs/types/lockProServiceData.html +1 -1
  164. package/docs/types/lockProStatus.html +1 -1
  165. package/docs/types/lockProWebhookContext.html +1 -1
  166. package/docs/types/lockServiceData.html +1 -1
  167. package/docs/types/lockStatus.html +1 -1
  168. package/docs/types/lockWebhookContext.html +1 -1
  169. package/docs/types/meter.html +1 -1
  170. package/docs/types/meterPlus.html +1 -1
  171. package/docs/types/meterPlusServiceData.html +1 -1
  172. package/docs/types/meterPlusStatus.html +1 -1
  173. package/docs/types/meterPlusWebhookContext.html +1 -1
  174. package/docs/types/meterPro.html +1 -1
  175. package/docs/types/meterProCO2ServiceData.html +1 -1
  176. package/docs/types/meterProCO2Status.html +1 -1
  177. package/docs/types/meterProCO2WebhookContext.html +1 -1
  178. package/docs/types/meterProServiceData.html +1 -1
  179. package/docs/types/meterProStatus.html +1 -1
  180. package/docs/types/meterProWebhookContext.html +1 -1
  181. package/docs/types/meterServiceData.html +1 -1
  182. package/docs/types/meterStatus.html +1 -1
  183. package/docs/types/meterWebhookContext.html +1 -1
  184. package/docs/types/motionSensor.html +1 -1
  185. package/docs/types/motionSensorServiceData.html +1 -1
  186. package/docs/types/motionSensorStatus.html +1 -1
  187. package/docs/types/motionSensorWebhookContext.html +1 -1
  188. package/docs/types/onadvertisement.html +1 -1
  189. package/docs/types/ondiscover.html +1 -1
  190. package/docs/types/outdoorMeter.html +1 -1
  191. package/docs/types/outdoorMeterServiceData.html +1 -1
  192. package/docs/types/outdoorMeterStatus.html +1 -1
  193. package/docs/types/outdoorMeterWebhookContext.html +1 -1
  194. package/docs/types/panTiltCamWebhookContext.html +1 -1
  195. package/docs/types/pantiltCam.html +1 -1
  196. package/docs/types/pantiltCam2k.html +1 -1
  197. package/docs/types/plug.html +1 -1
  198. package/docs/types/plugMini.html +1 -1
  199. package/docs/types/plugMiniJPServiceData.html +1 -1
  200. package/docs/types/plugMiniJPWebhookContext.html +1 -1
  201. package/docs/types/plugMiniStatus.html +1 -1
  202. package/docs/types/plugMiniUSServiceData.html +1 -1
  203. package/docs/types/plugMiniUSWebhookContext.html +1 -1
  204. package/docs/types/plugStatus.html +1 -1
  205. package/docs/types/plugWebhookContext.html +1 -1
  206. package/docs/types/presenceSensor.html +1 -1
  207. package/docs/types/presenceSensorServiceData.html +1 -1
  208. package/docs/types/presenceSensorStatus.html +1 -1
  209. package/docs/types/presenceSensorWebhookContext.html +1 -1
  210. package/docs/types/relaySwitch1Context.html +1 -1
  211. package/docs/types/relaySwitch1PMContext.html +1 -1
  212. package/docs/types/relaySwitch1PMServiceData.html +1 -1
  213. package/docs/types/relaySwitch1PMStatus.html +1 -1
  214. package/docs/types/relaySwitch1ServiceData.html +1 -1
  215. package/docs/types/relaySwitch1Status.html +1 -1
  216. package/docs/types/remote.html +1 -1
  217. package/docs/types/remoteServiceData.html +1 -1
  218. package/docs/types/robotVacuumCleanerS1.html +1 -1
  219. package/docs/types/robotVacuumCleanerS1Plus.html +1 -1
  220. package/docs/types/robotVacuumCleanerS1PlusStatus.html +1 -1
  221. package/docs/types/robotVacuumCleanerS1PlusWebhookContext.html +1 -1
  222. package/docs/types/robotVacuumCleanerS1Status.html +1 -1
  223. package/docs/types/robotVacuumCleanerS1WebhookContext.html +1 -1
  224. package/docs/types/robotVacuumCleanerServiceData.html +1 -1
  225. package/docs/types/stripLight.html +1 -1
  226. package/docs/types/stripLightServiceData.html +1 -1
  227. package/docs/types/stripLightStatus.html +1 -1
  228. package/docs/types/stripLightWebhookContext.html +1 -1
  229. package/docs/types/waterLeakDetector.html +1 -1
  230. package/docs/types/waterLeakDetectorServiceData.html +1 -1
  231. package/docs/types/waterLeakDetectorStatus.html +1 -1
  232. package/docs/types/waterLeakDetectorWebhookContext.html +1 -1
  233. package/docs/variables/parameterChecker.html +1 -1
  234. package/docs/variables/urls.html +1 -1
  235. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -2,6 +2,786 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. This project uses [Semantic Versioning](https://semver.org/)
4
4
 
5
+ ## [3.6.5](https://github.com/OpenWonderLabs/node-switchbot/compare/v3.6.4...v3.6.5) (2026-02-19)
6
+
7
+
8
+
9
+ ## [3.6.4](https://github.com/OpenWonderLabs/node-switchbot/compare/v3.6.3...v3.6.4) (2026-02-18)
10
+
11
+
12
+
13
+ ## [3.6.3](https://github.com/OpenWonderLabs/node-switchbot/compare/v3.5.1...v3.6.3) (2026-02-05)
14
+
15
+
16
+
17
+ ## [3.5.1](https://github.com/OpenWonderLabs/node-switchbot/compare/v3.5.0...v3.5.1) (2025-07-25)
18
+
19
+
20
+
21
+ # [3.5.0](https://github.com/OpenWonderLabs/node-switchbot/compare/v3.4.9...v3.5.0) (2025-03-05)
22
+
23
+
24
+
25
+ ## [3.4.9](https://github.com/OpenWonderLabs/node-switchbot/compare/v3.4.8...v3.4.9) (2025-01-24)
26
+
27
+
28
+
29
+ ## [3.4.8](https://github.com/OpenWonderLabs/node-switchbot/compare/v3.4.7...v3.4.8) (2025-01-24)
30
+
31
+
32
+
33
+ ## [3.4.7](https://github.com/OpenWonderLabs/node-switchbot/compare/v3.4.6...v3.4.7) (2025-01-24)
34
+
35
+
36
+
37
+ ## [3.4.6](https://github.com/OpenWonderLabs/node-switchbot/compare/v3.4.5...v3.4.6) (2025-01-24)
38
+
39
+
40
+
41
+ ## [3.4.5](https://github.com/OpenWonderLabs/node-switchbot/compare/v3.4.4...v3.4.5) (2025-01-24)
42
+
43
+
44
+
45
+ ## [3.4.4](https://github.com/OpenWonderLabs/node-switchbot/compare/v3.4.3...v3.4.4) (2025-01-24)
46
+
47
+
48
+
49
+ ## [3.4.3](https://github.com/OpenWonderLabs/node-switchbot/compare/v3.4.2...v3.4.3) (2024-12-22)
50
+
51
+
52
+
53
+ ## [3.4.2](https://github.com/OpenWonderLabs/node-switchbot/compare/v3.4.1...v3.4.2) (2024-12-22)
54
+
55
+
56
+
57
+ ## [3.4.1](https://github.com/OpenWonderLabs/node-switchbot/compare/v3.4.0...v3.4.1) (2024-11-28)
58
+
59
+
60
+
61
+ # [3.4.0](https://github.com/OpenWonderLabs/node-switchbot/compare/v3.3.0...v3.4.0) (2024-11-18)
62
+
63
+
64
+
65
+ # [3.3.0](https://github.com/OpenWonderLabs/node-switchbot/compare/v3.2.1...v3.3.0) (2024-11-02)
66
+
67
+
68
+
69
+ ## [3.2.1](https://github.com/OpenWonderLabs/node-switchbot/compare/v3.2.0...v3.2.1) (2024-10-22)
70
+
71
+
72
+
73
+ # [3.2.0](https://github.com/OpenWonderLabs/node-switchbot/compare/v3.1.1...v3.2.0) (2024-10-22)
74
+
75
+
76
+
77
+ ## [3.1.1](https://github.com/OpenWonderLabs/node-switchbot/compare/v3.1.0...v3.1.1) (2024-10-12)
78
+
79
+
80
+
81
+ # [3.1.0](https://github.com/OpenWonderLabs/node-switchbot/compare/v3.0.1...v3.1.0) (2024-10-12)
82
+
83
+
84
+
85
+ ## [3.0.1](https://github.com/OpenWonderLabs/node-switchbot/compare/v3.0.0...v3.0.1) (2024-10-05)
86
+
87
+
88
+
89
+ # [3.0.0](https://github.com/OpenWonderLabs/node-switchbot/compare/v2.3.0...v3.0.0) (2024-10-05)
90
+
91
+
92
+
93
+ # [2.3.0](https://github.com/OpenWonderLabs/node-switchbot/compare/v2.2.0...v2.3.0) (2024-07-21)
94
+
95
+
96
+
97
+ # [2.2.0](https://github.com/OpenWonderLabs/node-switchbot/compare/v2.1.1...v2.2.0) (2024-06-26)
98
+
99
+
100
+
101
+ ## [2.1.1](https://github.com/OpenWonderLabs/node-switchbot/compare/v2.1.0...v2.1.1) (2024-05-26)
102
+
103
+
104
+
105
+ # [2.1.0](https://github.com/OpenWonderLabs/node-switchbot/compare/v2.0.3...v2.1.0) (2024-05-14)
106
+
107
+
108
+
109
+ ## [2.0.3](https://github.com/OpenWonderLabs/node-switchbot/compare/v2.0.2...v2.0.3) (2024-02-12)
110
+
111
+
112
+
113
+ ## [2.0.2](https://github.com/OpenWonderLabs/node-switchbot/compare/v2.0.0...v2.0.2) (2024-02-10)
114
+
115
+
116
+
117
+ # [2.0.0](https://github.com/OpenWonderLabs/node-switchbot/compare/v1.9.1...v2.0.0) (2024-02-05)
118
+
119
+
120
+
121
+ ## [1.9.1](https://github.com/OpenWonderLabs/node-switchbot/compare/v1.9.0...v1.9.1) (2023-11-21)
122
+
123
+
124
+
125
+ # [1.9.0](https://github.com/OpenWonderLabs/node-switchbot/compare/v1.8.2...v1.9.0) (2023-09-16)
126
+
127
+
128
+
129
+ ## [1.8.2](https://github.com/OpenWonderLabs/node-switchbot/compare/v1.8.1...v1.8.2) (2023-07-26)
130
+
131
+
132
+
133
+ ## [1.8.1](https://github.com/OpenWonderLabs/node-switchbot/compare/v1.8.0...v1.8.1) (2023-04-08)
134
+
135
+
136
+
137
+ # [1.8.0](https://github.com/OpenWonderLabs/node-switchbot/compare/v1.7.3...v1.8.0) (2023-01-29)
138
+
139
+
140
+
141
+ ## [1.7.3](https://github.com/OpenWonderLabs/node-switchbot/compare/v1.7.2...v1.7.3) (2023-01-05)
142
+
143
+
144
+
145
+ ## [1.7.2](https://github.com/OpenWonderLabs/node-switchbot/compare/v1.7.1...v1.7.2) (2022-12-26)
146
+
147
+
148
+
149
+ ## [1.7.1](https://github.com/OpenWonderLabs/node-switchbot/compare/v1.7.0...v1.7.1) (2022-12-20)
150
+
151
+
152
+
153
+ # [1.7.0](https://github.com/OpenWonderLabs/node-switchbot/compare/v1.6.1...v1.7.0) (2022-12-08)
154
+
155
+
156
+
157
+ ## [1.6.1](https://github.com/OpenWonderLabs/node-switchbot/compare/v1.6.0...v1.6.1) (2022-10-19)
158
+
159
+
160
+
161
+ # [1.6.0](https://github.com/OpenWonderLabs/node-switchbot/compare/v1.5.0...v1.6.0) (2022-10-18)
162
+
163
+
164
+
165
+ # [1.5.0](https://github.com/OpenWonderLabs/node-switchbot/compare/v1.4.1...v1.5.0) (2022-10-07)
166
+
167
+
168
+
169
+ ## [1.4.1](https://github.com/OpenWonderLabs/node-switchbot/compare/v1.4.0...v1.4.1) (2022-08-27)
170
+
171
+
172
+
173
+ # [1.4.0](https://github.com/OpenWonderLabs/node-switchbot/compare/v1.3.0...v1.4.0) (2022-08-20)
174
+
175
+
176
+
177
+ # [1.3.0](https://github.com/OpenWonderLabs/node-switchbot/compare/v1.2.0...v1.3.0) (2022-06-25)
178
+
179
+
180
+
181
+ # [1.2.0](https://github.com/OpenWonderLabs/node-switchbot/compare/v1.1.2...v1.2.0) (2022-03-04)
182
+
183
+
184
+
185
+ ## [1.1.2](https://github.com/OpenWonderLabs/node-switchbot/compare/v1.1.1...v1.1.2) (2021-11-13)
186
+
187
+
188
+
189
+ ## [1.1.1](https://github.com/OpenWonderLabs/node-switchbot/compare/v1.1.0...v1.1.1) (2021-11-02)
190
+
191
+
192
+
193
+ # [1.1.0](https://github.com/OpenWonderLabs/node-switchbot/compare/v1.0.8...v1.1.0) (2021-10-27)
194
+
195
+
196
+
197
+ ## [1.0.8](https://github.com/OpenWonderLabs/node-switchbot/compare/v1.0.7...v1.0.8) (2021-09-30)
198
+
199
+
200
+
201
+ ## [1.0.7](https://github.com/OpenWonderLabs/node-switchbot/compare/v1.0.6...v1.0.7) (2021-09-25)
202
+
203
+
204
+
205
+ ## [1.0.6](https://github.com/OpenWonderLabs/node-switchbot/compare/v1.0.5...v1.0.6) (2021-08-29)
206
+
207
+
208
+
209
+ ## [1.0.5](https://github.com/OpenWonderLabs/node-switchbot/compare/v1.0.4...v1.0.5) (2021-08-04)
210
+
211
+
212
+
213
+ ## [1.0.4](https://github.com/OpenWonderLabs/node-switchbot/compare/v1.0.3...v1.0.4) (2021-08-04)
214
+
215
+
216
+
217
+ ## [1.0.3](https://github.com/OpenWonderLabs/node-switchbot/compare/v1.0.2...v1.0.3) (2021-07-30)
218
+
219
+
220
+
221
+ ## [1.0.2](https://github.com/OpenWonderLabs/node-switchbot/compare/v1.0.1...v1.0.2) (2021-07-29)
222
+
223
+
224
+
225
+ ## [1.0.1](https://github.com/OpenWonderLabs/node-switchbot/compare/v1.0.0...v1.0.1) (2021-07-29)
226
+
227
+
228
+
229
+ # [1.0.0](https://github.com/OpenWonderLabs/node-switchbot/compare/v0.2.0...v1.0.0) (2021-01-21)
230
+
231
+
232
+
233
+ # [0.2.0](https://github.com/OpenWonderLabs/node-switchbot/compare/v0.1.0...v0.2.0) (2020-11-05)
234
+
235
+
236
+
237
+ # [0.1.0](https://github.com/OpenWonderLabs/node-switchbot/compare/v0.0.5...v0.1.0) (2020-10-28)
238
+
239
+
240
+ ### Bug Fixes
241
+
242
+ * typo ([338044f](https://github.com/OpenWonderLabs/node-switchbot/commit/338044f3469788f76c189ba75be80518b1765107))
243
+
244
+
245
+ ### Features
246
+
247
+ * Added support for running on the Raspberry Pi Zero W. ([017b244](https://github.com/OpenWonderLabs/node-switchbot/commit/017b244cfba178827b4a2504853cc013b7a6bc70))
248
+
249
+
250
+
251
+ ## [0.0.5](https://github.com/OpenWonderLabs/node-switchbot/compare/v0.0.4...v0.0.5) (2020-02-18)
252
+
253
+
254
+
255
+ ## [0.0.4](https://github.com/OpenWonderLabs/node-switchbot/compare/v0.0.3...v0.0.4) (2020-02-10)
256
+
257
+
258
+
259
+ ## [0.0.3](https://github.com/OpenWonderLabs/node-switchbot/compare/v0.0.2...v0.0.3) (2020-02-10)
260
+
261
+
262
+
263
+ ## [0.0.2](https://github.com/OpenWonderLabs/node-switchbot/compare/v0.0.1...v0.0.2) (2019-11-20)
264
+
265
+
266
+
267
+ ## 0.0.1 (2019-11-20)
268
+
269
+ ## [3.6.4](https://github.com/OpenWonderLabs/node-switchbot/compare/v3.6.3...v3.6.4) (2026-02-18)
270
+
271
+
272
+
273
+ ## [3.6.3](https://github.com/OpenWonderLabs/node-switchbot/compare/v3.5.1...v3.6.3) (2026-02-05)
274
+
275
+
276
+
277
+ ## [3.5.1](https://github.com/OpenWonderLabs/node-switchbot/compare/v3.5.0...v3.5.1) (2025-07-25)
278
+
279
+
280
+
281
+ # [3.5.0](https://github.com/OpenWonderLabs/node-switchbot/compare/v3.4.9...v3.5.0) (2025-03-05)
282
+
283
+
284
+
285
+ ## [3.4.9](https://github.com/OpenWonderLabs/node-switchbot/compare/v3.4.8...v3.4.9) (2025-01-24)
286
+
287
+
288
+
289
+ ## [3.4.8](https://github.com/OpenWonderLabs/node-switchbot/compare/v3.4.7...v3.4.8) (2025-01-24)
290
+
291
+
292
+
293
+ ## [3.4.7](https://github.com/OpenWonderLabs/node-switchbot/compare/v3.4.6...v3.4.7) (2025-01-24)
294
+
295
+
296
+
297
+ ## [3.4.6](https://github.com/OpenWonderLabs/node-switchbot/compare/v3.4.5...v3.4.6) (2025-01-24)
298
+
299
+
300
+
301
+ ## [3.4.5](https://github.com/OpenWonderLabs/node-switchbot/compare/v3.4.4...v3.4.5) (2025-01-24)
302
+
303
+
304
+
305
+ ## [3.4.4](https://github.com/OpenWonderLabs/node-switchbot/compare/v3.4.3...v3.4.4) (2025-01-24)
306
+
307
+
308
+
309
+ ## [3.4.3](https://github.com/OpenWonderLabs/node-switchbot/compare/v3.4.2...v3.4.3) (2024-12-22)
310
+
311
+
312
+
313
+ ## [3.4.2](https://github.com/OpenWonderLabs/node-switchbot/compare/v3.4.1...v3.4.2) (2024-12-22)
314
+
315
+
316
+
317
+ ## [3.4.1](https://github.com/OpenWonderLabs/node-switchbot/compare/v3.4.0...v3.4.1) (2024-11-28)
318
+
319
+
320
+
321
+ # [3.4.0](https://github.com/OpenWonderLabs/node-switchbot/compare/v3.3.0...v3.4.0) (2024-11-18)
322
+
323
+
324
+
325
+ # [3.3.0](https://github.com/OpenWonderLabs/node-switchbot/compare/v3.2.1...v3.3.0) (2024-11-02)
326
+
327
+
328
+
329
+ ## [3.2.1](https://github.com/OpenWonderLabs/node-switchbot/compare/v3.2.0...v3.2.1) (2024-10-22)
330
+
331
+
332
+
333
+ # [3.2.0](https://github.com/OpenWonderLabs/node-switchbot/compare/v3.1.1...v3.2.0) (2024-10-22)
334
+
335
+
336
+
337
+ ## [3.1.1](https://github.com/OpenWonderLabs/node-switchbot/compare/v3.1.0...v3.1.1) (2024-10-12)
338
+
339
+
340
+
341
+ # [3.1.0](https://github.com/OpenWonderLabs/node-switchbot/compare/v3.0.1...v3.1.0) (2024-10-12)
342
+
343
+
344
+
345
+ ## [3.0.1](https://github.com/OpenWonderLabs/node-switchbot/compare/v3.0.0...v3.0.1) (2024-10-05)
346
+
347
+
348
+
349
+ # [3.0.0](https://github.com/OpenWonderLabs/node-switchbot/compare/v2.3.0...v3.0.0) (2024-10-05)
350
+
351
+
352
+
353
+ # [2.3.0](https://github.com/OpenWonderLabs/node-switchbot/compare/v2.2.0...v2.3.0) (2024-07-21)
354
+
355
+
356
+
357
+ # [2.2.0](https://github.com/OpenWonderLabs/node-switchbot/compare/v2.1.1...v2.2.0) (2024-06-26)
358
+
359
+
360
+
361
+ ## [2.1.1](https://github.com/OpenWonderLabs/node-switchbot/compare/v2.1.0...v2.1.1) (2024-05-26)
362
+
363
+
364
+
365
+ # [2.1.0](https://github.com/OpenWonderLabs/node-switchbot/compare/v2.0.3...v2.1.0) (2024-05-14)
366
+
367
+
368
+
369
+ ## [2.0.3](https://github.com/OpenWonderLabs/node-switchbot/compare/v2.0.2...v2.0.3) (2024-02-12)
370
+
371
+
372
+
373
+ ## [2.0.2](https://github.com/OpenWonderLabs/node-switchbot/compare/v2.0.0...v2.0.2) (2024-02-10)
374
+
375
+
376
+
377
+ # [2.0.0](https://github.com/OpenWonderLabs/node-switchbot/compare/v1.9.1...v2.0.0) (2024-02-05)
378
+
379
+
380
+
381
+ ## [1.9.1](https://github.com/OpenWonderLabs/node-switchbot/compare/v1.9.0...v1.9.1) (2023-11-21)
382
+
383
+
384
+
385
+ # [1.9.0](https://github.com/OpenWonderLabs/node-switchbot/compare/v1.8.2...v1.9.0) (2023-09-16)
386
+
387
+
388
+
389
+ ## [1.8.2](https://github.com/OpenWonderLabs/node-switchbot/compare/v1.8.1...v1.8.2) (2023-07-26)
390
+
391
+
392
+
393
+ ## [1.8.1](https://github.com/OpenWonderLabs/node-switchbot/compare/v1.8.0...v1.8.1) (2023-04-08)
394
+
395
+
396
+
397
+ # [1.8.0](https://github.com/OpenWonderLabs/node-switchbot/compare/v1.7.3...v1.8.0) (2023-01-29)
398
+
399
+
400
+
401
+ ## [1.7.3](https://github.com/OpenWonderLabs/node-switchbot/compare/v1.7.2...v1.7.3) (2023-01-05)
402
+
403
+
404
+
405
+ ## [1.7.2](https://github.com/OpenWonderLabs/node-switchbot/compare/v1.7.1...v1.7.2) (2022-12-26)
406
+
407
+
408
+
409
+ ## [1.7.1](https://github.com/OpenWonderLabs/node-switchbot/compare/v1.7.0...v1.7.1) (2022-12-20)
410
+
411
+
412
+
413
+ # [1.7.0](https://github.com/OpenWonderLabs/node-switchbot/compare/v1.6.1...v1.7.0) (2022-12-08)
414
+
415
+
416
+
417
+ ## [1.6.1](https://github.com/OpenWonderLabs/node-switchbot/compare/v1.6.0...v1.6.1) (2022-10-19)
418
+
419
+
420
+
421
+ # [1.6.0](https://github.com/OpenWonderLabs/node-switchbot/compare/v1.5.0...v1.6.0) (2022-10-18)
422
+
423
+
424
+
425
+ # [1.5.0](https://github.com/OpenWonderLabs/node-switchbot/compare/v1.4.1...v1.5.0) (2022-10-07)
426
+
427
+
428
+
429
+ ## [1.4.1](https://github.com/OpenWonderLabs/node-switchbot/compare/v1.4.0...v1.4.1) (2022-08-27)
430
+
431
+
432
+
433
+ # [1.4.0](https://github.com/OpenWonderLabs/node-switchbot/compare/v1.3.0...v1.4.0) (2022-08-20)
434
+
435
+
436
+
437
+ # [1.3.0](https://github.com/OpenWonderLabs/node-switchbot/compare/v1.2.0...v1.3.0) (2022-06-25)
438
+
439
+
440
+
441
+ # [1.2.0](https://github.com/OpenWonderLabs/node-switchbot/compare/v1.1.2...v1.2.0) (2022-03-04)
442
+
443
+
444
+
445
+ ## [1.1.2](https://github.com/OpenWonderLabs/node-switchbot/compare/v1.1.1...v1.1.2) (2021-11-13)
446
+
447
+
448
+
449
+ ## [1.1.1](https://github.com/OpenWonderLabs/node-switchbot/compare/v1.1.0...v1.1.1) (2021-11-02)
450
+
451
+
452
+
453
+ # [1.1.0](https://github.com/OpenWonderLabs/node-switchbot/compare/v1.0.8...v1.1.0) (2021-10-27)
454
+
455
+
456
+
457
+ ## [1.0.8](https://github.com/OpenWonderLabs/node-switchbot/compare/v1.0.7...v1.0.8) (2021-09-30)
458
+
459
+
460
+
461
+ ## [1.0.7](https://github.com/OpenWonderLabs/node-switchbot/compare/v1.0.6...v1.0.7) (2021-09-25)
462
+
463
+
464
+
465
+ ## [1.0.6](https://github.com/OpenWonderLabs/node-switchbot/compare/v1.0.5...v1.0.6) (2021-08-29)
466
+
467
+
468
+
469
+ ## [1.0.5](https://github.com/OpenWonderLabs/node-switchbot/compare/v1.0.4...v1.0.5) (2021-08-04)
470
+
471
+
472
+
473
+ ## [1.0.4](https://github.com/OpenWonderLabs/node-switchbot/compare/v1.0.3...v1.0.4) (2021-08-04)
474
+
475
+
476
+
477
+ ## [1.0.3](https://github.com/OpenWonderLabs/node-switchbot/compare/v1.0.2...v1.0.3) (2021-07-30)
478
+
479
+
480
+
481
+ ## [1.0.2](https://github.com/OpenWonderLabs/node-switchbot/compare/v1.0.1...v1.0.2) (2021-07-29)
482
+
483
+
484
+
485
+ ## [1.0.1](https://github.com/OpenWonderLabs/node-switchbot/compare/v1.0.0...v1.0.1) (2021-07-29)
486
+
487
+
488
+
489
+ # [1.0.0](https://github.com/OpenWonderLabs/node-switchbot/compare/v0.2.0...v1.0.0) (2021-01-21)
490
+
491
+
492
+
493
+ # [0.2.0](https://github.com/OpenWonderLabs/node-switchbot/compare/v0.1.0...v0.2.0) (2020-11-05)
494
+
495
+
496
+
497
+ # [0.1.0](https://github.com/OpenWonderLabs/node-switchbot/compare/v0.0.5...v0.1.0) (2020-10-28)
498
+
499
+
500
+ ### Bug Fixes
501
+
502
+ * typo ([338044f](https://github.com/OpenWonderLabs/node-switchbot/commit/338044f3469788f76c189ba75be80518b1765107))
503
+
504
+
505
+ ### Features
506
+
507
+ * Added support for running on the Raspberry Pi Zero W. ([017b244](https://github.com/OpenWonderLabs/node-switchbot/commit/017b244cfba178827b4a2504853cc013b7a6bc70))
508
+
509
+
510
+
511
+ ## [0.0.5](https://github.com/OpenWonderLabs/node-switchbot/compare/v0.0.4...v0.0.5) (2020-02-18)
512
+
513
+
514
+
515
+ ## [0.0.4](https://github.com/OpenWonderLabs/node-switchbot/compare/v0.0.3...v0.0.4) (2020-02-10)
516
+
517
+
518
+
519
+ ## [0.0.3](https://github.com/OpenWonderLabs/node-switchbot/compare/v0.0.2...v0.0.3) (2020-02-10)
520
+
521
+
522
+
523
+ ## [0.0.2](https://github.com/OpenWonderLabs/node-switchbot/compare/v0.0.1...v0.0.2) (2019-11-20)
524
+
525
+
526
+
527
+ ## 0.0.1 (2019-11-20)
528
+
529
+ ## [3.6.3](https://github.com/OpenWonderLabs/node-switchbot/compare/v3.5.1...v3.6.3) (2026-02-05)
530
+
531
+
532
+
533
+ ## [3.5.1](https://github.com/OpenWonderLabs/node-switchbot/compare/v3.5.0...v3.5.1) (2025-07-25)
534
+
535
+
536
+
537
+ # [3.5.0](https://github.com/OpenWonderLabs/node-switchbot/compare/v3.4.9...v3.5.0) (2025-03-05)
538
+
539
+
540
+
541
+ ## [3.4.9](https://github.com/OpenWonderLabs/node-switchbot/compare/v3.4.8...v3.4.9) (2025-01-24)
542
+
543
+
544
+
545
+ ## [3.4.8](https://github.com/OpenWonderLabs/node-switchbot/compare/v3.4.7...v3.4.8) (2025-01-24)
546
+
547
+
548
+
549
+ ## [3.4.7](https://github.com/OpenWonderLabs/node-switchbot/compare/v3.4.6...v3.4.7) (2025-01-24)
550
+
551
+
552
+
553
+ ## [3.4.6](https://github.com/OpenWonderLabs/node-switchbot/compare/v3.4.5...v3.4.6) (2025-01-24)
554
+
555
+
556
+
557
+ ## [3.4.5](https://github.com/OpenWonderLabs/node-switchbot/compare/v3.4.4...v3.4.5) (2025-01-24)
558
+
559
+
560
+
561
+ ## [3.4.4](https://github.com/OpenWonderLabs/node-switchbot/compare/v3.4.3...v3.4.4) (2025-01-24)
562
+
563
+
564
+
565
+ ## [3.4.3](https://github.com/OpenWonderLabs/node-switchbot/compare/v3.4.2...v3.4.3) (2024-12-22)
566
+
567
+
568
+
569
+ ## [3.4.2](https://github.com/OpenWonderLabs/node-switchbot/compare/v3.4.1...v3.4.2) (2024-12-22)
570
+
571
+
572
+
573
+ ## [3.4.1](https://github.com/OpenWonderLabs/node-switchbot/compare/v3.4.0...v3.4.1) (2024-11-28)
574
+
575
+
576
+
577
+ # [3.4.0](https://github.com/OpenWonderLabs/node-switchbot/compare/v3.3.0...v3.4.0) (2024-11-18)
578
+
579
+
580
+
581
+ # [3.3.0](https://github.com/OpenWonderLabs/node-switchbot/compare/v3.2.1...v3.3.0) (2024-11-02)
582
+
583
+
584
+
585
+ ## [3.2.1](https://github.com/OpenWonderLabs/node-switchbot/compare/v3.2.0...v3.2.1) (2024-10-22)
586
+
587
+
588
+
589
+ # [3.2.0](https://github.com/OpenWonderLabs/node-switchbot/compare/v3.1.1...v3.2.0) (2024-10-22)
590
+
591
+
592
+
593
+ ## [3.1.1](https://github.com/OpenWonderLabs/node-switchbot/compare/v3.1.0...v3.1.1) (2024-10-12)
594
+
595
+
596
+
597
+ # [3.1.0](https://github.com/OpenWonderLabs/node-switchbot/compare/v3.0.1...v3.1.0) (2024-10-12)
598
+
599
+
600
+
601
+ ## [3.0.1](https://github.com/OpenWonderLabs/node-switchbot/compare/v3.0.0...v3.0.1) (2024-10-05)
602
+
603
+
604
+
605
+ # [3.0.0](https://github.com/OpenWonderLabs/node-switchbot/compare/v2.3.0...v3.0.0) (2024-10-05)
606
+
607
+
608
+
609
+ # [2.3.0](https://github.com/OpenWonderLabs/node-switchbot/compare/v2.2.0...v2.3.0) (2024-07-21)
610
+
611
+
612
+
613
+ # [2.2.0](https://github.com/OpenWonderLabs/node-switchbot/compare/v2.1.1...v2.2.0) (2024-06-26)
614
+
615
+
616
+
617
+ ## [2.1.1](https://github.com/OpenWonderLabs/node-switchbot/compare/v2.1.0...v2.1.1) (2024-05-26)
618
+
619
+
620
+
621
+ # [2.1.0](https://github.com/OpenWonderLabs/node-switchbot/compare/v2.0.3...v2.1.0) (2024-05-14)
622
+
623
+
624
+
625
+ ## [2.0.3](https://github.com/OpenWonderLabs/node-switchbot/compare/v2.0.2...v2.0.3) (2024-02-12)
626
+
627
+
628
+
629
+ ## [2.0.2](https://github.com/OpenWonderLabs/node-switchbot/compare/v2.0.0...v2.0.2) (2024-02-10)
630
+
631
+
632
+
633
+ # [2.0.0](https://github.com/OpenWonderLabs/node-switchbot/compare/v1.9.1...v2.0.0) (2024-02-05)
634
+
635
+
636
+
637
+ ## [1.9.1](https://github.com/OpenWonderLabs/node-switchbot/compare/v1.9.0...v1.9.1) (2023-11-21)
638
+
639
+
640
+
641
+ # [1.9.0](https://github.com/OpenWonderLabs/node-switchbot/compare/v1.8.2...v1.9.0) (2023-09-16)
642
+
643
+
644
+
645
+ ## [1.8.2](https://github.com/OpenWonderLabs/node-switchbot/compare/v1.8.1...v1.8.2) (2023-07-26)
646
+
647
+
648
+
649
+ ## [1.8.1](https://github.com/OpenWonderLabs/node-switchbot/compare/v1.8.0...v1.8.1) (2023-04-08)
650
+
651
+
652
+
653
+ # [1.8.0](https://github.com/OpenWonderLabs/node-switchbot/compare/v1.7.3...v1.8.0) (2023-01-29)
654
+
655
+
656
+
657
+ ## [1.7.3](https://github.com/OpenWonderLabs/node-switchbot/compare/v1.7.2...v1.7.3) (2023-01-05)
658
+
659
+
660
+
661
+ ## [1.7.2](https://github.com/OpenWonderLabs/node-switchbot/compare/v1.7.1...v1.7.2) (2022-12-26)
662
+
663
+
664
+
665
+ ## [1.7.1](https://github.com/OpenWonderLabs/node-switchbot/compare/v1.7.0...v1.7.1) (2022-12-20)
666
+
667
+
668
+
669
+ # [1.7.0](https://github.com/OpenWonderLabs/node-switchbot/compare/v1.6.1...v1.7.0) (2022-12-08)
670
+
671
+
672
+
673
+ ## [1.6.1](https://github.com/OpenWonderLabs/node-switchbot/compare/v1.6.0...v1.6.1) (2022-10-19)
674
+
675
+
676
+
677
+ # [1.6.0](https://github.com/OpenWonderLabs/node-switchbot/compare/v1.5.0...v1.6.0) (2022-10-18)
678
+
679
+
680
+
681
+ # [1.5.0](https://github.com/OpenWonderLabs/node-switchbot/compare/v1.4.1...v1.5.0) (2022-10-07)
682
+
683
+
684
+
685
+ ## [1.4.1](https://github.com/OpenWonderLabs/node-switchbot/compare/v1.4.0...v1.4.1) (2022-08-27)
686
+
687
+
688
+
689
+ # [1.4.0](https://github.com/OpenWonderLabs/node-switchbot/compare/v1.3.0...v1.4.0) (2022-08-20)
690
+
691
+
692
+
693
+ # [1.3.0](https://github.com/OpenWonderLabs/node-switchbot/compare/v1.2.0...v1.3.0) (2022-06-25)
694
+
695
+
696
+
697
+ # [1.2.0](https://github.com/OpenWonderLabs/node-switchbot/compare/v1.1.2...v1.2.0) (2022-03-04)
698
+
699
+
700
+
701
+ ## [1.1.2](https://github.com/OpenWonderLabs/node-switchbot/compare/v1.1.1...v1.1.2) (2021-11-13)
702
+
703
+
704
+
705
+ ## [1.1.1](https://github.com/OpenWonderLabs/node-switchbot/compare/v1.1.0...v1.1.1) (2021-11-02)
706
+
707
+
708
+
709
+ # [1.1.0](https://github.com/OpenWonderLabs/node-switchbot/compare/v1.0.8...v1.1.0) (2021-10-27)
710
+
711
+
712
+
713
+ ## [1.0.8](https://github.com/OpenWonderLabs/node-switchbot/compare/v1.0.7...v1.0.8) (2021-09-30)
714
+
715
+
716
+
717
+ ## [1.0.7](https://github.com/OpenWonderLabs/node-switchbot/compare/v1.0.6...v1.0.7) (2021-09-25)
718
+
719
+
720
+
721
+ ## [1.0.6](https://github.com/OpenWonderLabs/node-switchbot/compare/v1.0.5...v1.0.6) (2021-08-29)
722
+
723
+
724
+
725
+ ## [1.0.5](https://github.com/OpenWonderLabs/node-switchbot/compare/v1.0.4...v1.0.5) (2021-08-04)
726
+
727
+
728
+
729
+ ## [1.0.4](https://github.com/OpenWonderLabs/node-switchbot/compare/v1.0.3...v1.0.4) (2021-08-04)
730
+
731
+
732
+
733
+ ## [1.0.3](https://github.com/OpenWonderLabs/node-switchbot/compare/v1.0.2...v1.0.3) (2021-07-30)
734
+
735
+
736
+
737
+ ## [1.0.2](https://github.com/OpenWonderLabs/node-switchbot/compare/v1.0.1...v1.0.2) (2021-07-29)
738
+
739
+
740
+
741
+ ## [1.0.1](https://github.com/OpenWonderLabs/node-switchbot/compare/v1.0.0...v1.0.1) (2021-07-29)
742
+
743
+
744
+
745
+ # [1.0.0](https://github.com/OpenWonderLabs/node-switchbot/compare/v0.2.0...v1.0.0) (2021-01-21)
746
+
747
+
748
+
749
+ # [0.2.0](https://github.com/OpenWonderLabs/node-switchbot/compare/v0.1.0...v0.2.0) (2020-11-05)
750
+
751
+
752
+
753
+ # [0.1.0](https://github.com/OpenWonderLabs/node-switchbot/compare/v0.0.5...v0.1.0) (2020-10-28)
754
+
755
+
756
+ ### Bug Fixes
757
+
758
+ * typo ([338044f](https://github.com/OpenWonderLabs/node-switchbot/commit/338044f3469788f76c189ba75be80518b1765107))
759
+
760
+
761
+ ### Features
762
+
763
+ * Added support for running on the Raspberry Pi Zero W. ([017b244](https://github.com/OpenWonderLabs/node-switchbot/commit/017b244cfba178827b4a2504853cc013b7a6bc70))
764
+
765
+
766
+
767
+ ## [0.0.5](https://github.com/OpenWonderLabs/node-switchbot/compare/v0.0.4...v0.0.5) (2020-02-18)
768
+
769
+
770
+
771
+ ## [0.0.4](https://github.com/OpenWonderLabs/node-switchbot/compare/v0.0.3...v0.0.4) (2020-02-10)
772
+
773
+
774
+
775
+ ## [0.0.3](https://github.com/OpenWonderLabs/node-switchbot/compare/v0.0.2...v0.0.3) (2020-02-10)
776
+
777
+
778
+
779
+ ## [0.0.2](https://github.com/OpenWonderLabs/node-switchbot/compare/v0.0.1...v0.0.2) (2019-11-20)
780
+
781
+
782
+
783
+ ## 0.0.1 (2019-11-20)
784
+
5
785
  ## [3.6.2](https://github.com/OpenWonderLabs/node-switchbot/releases/tag/v3.6.2) (2025-12-18)
6
786
 
7
787
  ## What's Changed