iobroker.iot 4.0.3 → 4.1.2

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 (251) hide show
  1. package/README.md +5 -517
  2. package/admin/assets/index-6Itc0U48.js +681 -0
  3. package/admin/index_m.html +1 -1
  4. package/admin/rules/assets/{hostInit-hos3Txsy.js → hostInit-Dxp6BaAc.js} +2 -2
  5. package/admin/rules/assets/index-208Qrr3S.js +1152 -0
  6. package/admin/rules/assets/{index-CbxmbJvB.js → index-Bvn52imU.js} +1 -1
  7. package/admin/rules/assets/preload-helper-BDBacUwf.js +1 -0
  8. package/admin/rules/assets/{virtualExposes-BNZJTatg.js → virtualExposes-O8-92o9I.js} +1 -1
  9. package/admin/rules/customRuleBlocks.js +2 -2
  10. package/admin/rules/i18n/de.json +8 -8
  11. package/admin/rules/i18n/es.json +8 -8
  12. package/admin/rules/i18n/fr.json +8 -8
  13. package/admin/rules/i18n/it.json +8 -8
  14. package/admin/rules/i18n/nl.json +8 -8
  15. package/admin/rules/i18n/pl.json +8 -8
  16. package/admin/rules/i18n/pt.json +8 -8
  17. package/admin/rules/i18n/ru.json +8 -8
  18. package/admin/rules/i18n/uk.json +8 -8
  19. package/admin/rules/i18n/zh-cn.json +8 -8
  20. package/{build-backend → build}/lib/AlexaSmartHomeV3/Alexa/AlexaResponse.js +6 -0
  21. package/build/lib/AlexaSmartHomeV3/Alexa/AlexaResponse.js.map +1 -0
  22. package/{build-backend → build}/lib/AlexaSmartHomeV3/Alexa/Capabilities/Base.js +2 -7
  23. package/build/lib/AlexaSmartHomeV3/Alexa/Capabilities/Base.js.map +1 -0
  24. package/{build-backend → build}/lib/AlexaSmartHomeV3/Alexa/Capabilities/BrightnessController.js +6 -5
  25. package/build/lib/AlexaSmartHomeV3/Alexa/Capabilities/BrightnessController.js.map +1 -0
  26. package/{build-backend → build}/lib/AlexaSmartHomeV3/Alexa/Capabilities/ColorController.js +3 -2
  27. package/build/lib/AlexaSmartHomeV3/Alexa/Capabilities/ColorController.js.map +1 -0
  28. package/{build-backend → build}/lib/AlexaSmartHomeV3/Alexa/Capabilities/ColorTemperatureController.js +4 -3
  29. package/build/lib/AlexaSmartHomeV3/Alexa/Capabilities/ColorTemperatureController.js.map +1 -0
  30. package/{build-backend → build}/lib/AlexaSmartHomeV3/Alexa/Capabilities/ContactSensor.js +3 -2
  31. package/build/lib/AlexaSmartHomeV3/Alexa/Capabilities/ContactSensor.js.map +1 -0
  32. package/{build-backend → build}/lib/AlexaSmartHomeV3/Alexa/Capabilities/LockController.js +3 -2
  33. package/build/lib/AlexaSmartHomeV3/Alexa/Capabilities/LockController.js.map +1 -0
  34. package/{build-backend → build}/lib/AlexaSmartHomeV3/Alexa/Capabilities/ModeController.js +4 -3
  35. package/build/lib/AlexaSmartHomeV3/Alexa/Capabilities/ModeController.js.map +1 -0
  36. package/{build-backend → build}/lib/AlexaSmartHomeV3/Alexa/Capabilities/MotionSensor.js +3 -2
  37. package/build/lib/AlexaSmartHomeV3/Alexa/Capabilities/MotionSensor.js.map +1 -0
  38. package/{build-backend → build}/lib/AlexaSmartHomeV3/Alexa/Capabilities/PercentageController.js +3 -2
  39. package/build/lib/AlexaSmartHomeV3/Alexa/Capabilities/PercentageController.js.map +1 -0
  40. package/{build-backend → build}/lib/AlexaSmartHomeV3/Alexa/Capabilities/PowerController.js +6 -5
  41. package/build/lib/AlexaSmartHomeV3/Alexa/Capabilities/PowerController.js.map +1 -0
  42. package/{build-backend → build}/lib/AlexaSmartHomeV3/Alexa/Capabilities/Speaker.js +5 -4
  43. package/build/lib/AlexaSmartHomeV3/Alexa/Capabilities/Speaker.js.map +1 -0
  44. package/{build-backend → build}/lib/AlexaSmartHomeV3/Alexa/Capabilities/TemperatureSensor.js +3 -2
  45. package/build/lib/AlexaSmartHomeV3/Alexa/Capabilities/TemperatureSensor.js.map +1 -0
  46. package/{build-backend → build}/lib/AlexaSmartHomeV3/Alexa/Capabilities/ThermostatController.js +5 -4
  47. package/build/lib/AlexaSmartHomeV3/Alexa/Capabilities/ThermostatController.js.map +1 -0
  48. package/{build-backend → build}/lib/AlexaSmartHomeV3/Alexa/ModeValues/Open.js +1 -1
  49. package/{build-backend → build}/lib/AlexaSmartHomeV3/Alexa/ModeValues/Open.js.map +1 -1
  50. package/{build-backend → build}/lib/AlexaSmartHomeV3/Alexa/Properties/Base.js +20 -18
  51. package/build/lib/AlexaSmartHomeV3/Alexa/Properties/Base.js.map +1 -0
  52. package/{build-backend → build}/lib/AlexaSmartHomeV3/Alexa/Properties/Color.js +2 -7
  53. package/build/lib/AlexaSmartHomeV3/Alexa/Properties/Color.js.map +1 -0
  54. package/{build-backend → build}/lib/AlexaSmartHomeV3/Alexa/Properties/DetectionState.js +9 -0
  55. package/build/lib/AlexaSmartHomeV3/Alexa/Properties/DetectionState.js.map +1 -0
  56. package/{build-backend → build}/lib/AlexaSmartHomeV3/Alexa/Properties/LockState.js +20 -0
  57. package/build/lib/AlexaSmartHomeV3/Alexa/Properties/LockState.js.map +1 -0
  58. package/{build-backend → build}/lib/AlexaSmartHomeV3/Alexa/Properties/Mode.js +17 -3
  59. package/build/lib/AlexaSmartHomeV3/Alexa/Properties/Mode.js.map +1 -0
  60. package/{build-backend → build}/lib/AlexaSmartHomeV3/Alexa/Properties/PowerState.js +6 -0
  61. package/build/lib/AlexaSmartHomeV3/Alexa/Properties/PowerState.js.map +1 -0
  62. package/{build-backend → build}/lib/AlexaSmartHomeV3/Alexa/Properties/ThermostatMode.js +3 -3
  63. package/build/lib/AlexaSmartHomeV3/Alexa/Properties/ThermostatMode.js.map +1 -0
  64. package/{build-backend → build}/lib/AlexaSmartHomeV3/Controls/AdjustableControl.js +0 -3
  65. package/build/lib/AlexaSmartHomeV3/Controls/AdjustableControl.js.map +1 -0
  66. package/{build-backend → build}/lib/AlexaSmartHomeV3/Controls/AdjustablePercentageControl.js +5 -7
  67. package/build/lib/AlexaSmartHomeV3/Controls/AdjustablePercentageControl.js.map +1 -0
  68. package/{build-backend → build}/lib/AlexaSmartHomeV3/Controls/AirCondition.js +65 -71
  69. package/build/lib/AlexaSmartHomeV3/Controls/AirCondition.js.map +1 -0
  70. package/{build-backend → build}/lib/AlexaSmartHomeV3/Controls/ContactSensor.js +5 -1
  71. package/build/lib/AlexaSmartHomeV3/Controls/ContactSensor.js.map +1 -0
  72. package/{build-backend → build}/lib/AlexaSmartHomeV3/Controls/Control.js +13 -29
  73. package/build/lib/AlexaSmartHomeV3/Controls/Control.js.map +1 -0
  74. package/{build-backend → build}/lib/AlexaSmartHomeV3/Controls/Ct.js +66 -73
  75. package/build/lib/AlexaSmartHomeV3/Controls/Ct.js.map +1 -0
  76. package/{build-backend → build}/lib/AlexaSmartHomeV3/Controls/Dimmer.js +32 -39
  77. package/build/lib/AlexaSmartHomeV3/Controls/Dimmer.js.map +1 -0
  78. package/{build-backend → build}/lib/AlexaSmartHomeV3/Controls/Gate.js +5 -7
  79. package/build/lib/AlexaSmartHomeV3/Controls/Gate.js.map +1 -0
  80. package/{build-backend → build}/lib/AlexaSmartHomeV3/Controls/Hue.js +91 -89
  81. package/build/lib/AlexaSmartHomeV3/Controls/Hue.js.map +1 -0
  82. package/{build-backend → build}/lib/AlexaSmartHomeV3/Controls/Light.js +10 -14
  83. package/build/lib/AlexaSmartHomeV3/Controls/Light.js.map +1 -0
  84. package/{build-backend → build}/lib/AlexaSmartHomeV3/Controls/Lock.js +6 -8
  85. package/build/lib/AlexaSmartHomeV3/Controls/Lock.js.map +1 -0
  86. package/{build-backend → build}/lib/AlexaSmartHomeV3/Controls/Motion.js +5 -1
  87. package/build/lib/AlexaSmartHomeV3/Controls/Motion.js.map +1 -0
  88. package/{build-backend → build}/lib/AlexaSmartHomeV3/Controls/ReadOnlyDetector.js +0 -10
  89. package/build/lib/AlexaSmartHomeV3/Controls/ReadOnlyDetector.js.map +1 -0
  90. package/{build-backend → build}/lib/AlexaSmartHomeV3/Controls/Socket.js +5 -7
  91. package/build/lib/AlexaSmartHomeV3/Controls/Socket.js.map +1 -0
  92. package/{build-backend → build}/lib/AlexaSmartHomeV3/Controls/Temperature.js +5 -7
  93. package/build/lib/AlexaSmartHomeV3/Controls/Temperature.js.map +1 -0
  94. package/build/lib/AlexaSmartHomeV3/Controls/Thermostat.js +82 -0
  95. package/build/lib/AlexaSmartHomeV3/Controls/Thermostat.js.map +1 -0
  96. package/{build-backend → build}/lib/AlexaSmartHomeV3/Controls/VacuumCleaner.js +5 -7
  97. package/build/lib/AlexaSmartHomeV3/Controls/VacuumCleaner.js.map +1 -0
  98. package/{build-backend → build}/lib/AlexaSmartHomeV3/Controls/Volume.js +29 -36
  99. package/build/lib/AlexaSmartHomeV3/Controls/Volume.js.map +1 -0
  100. package/{build-backend → build}/lib/AlexaSmartHomeV3/Controls/index.js +6 -6
  101. package/build/lib/AlexaSmartHomeV3/Controls/index.js.map +1 -0
  102. package/{build-backend → build}/lib/AlexaSmartHomeV3/DeviceManager.js +16 -10
  103. package/build/lib/AlexaSmartHomeV3/DeviceManager.js.map +1 -0
  104. package/{build-backend → build}/lib/AlexaSmartHomeV3/Helpers/AdapterProvider.js +4 -1
  105. package/build/lib/AlexaSmartHomeV3/Helpers/AdapterProvider.js.map +1 -0
  106. package/{build-backend → build}/lib/AlexaSmartHomeV3/Helpers/FileHelper.js +1 -3
  107. package/build/lib/AlexaSmartHomeV3/Helpers/FileHelper.js.map +1 -0
  108. package/{build-backend → build}/lib/AlexaSmartHomeV3/Helpers/RateLimiter.js +23 -16
  109. package/build/lib/AlexaSmartHomeV3/Helpers/RateLimiter.js.map +1 -0
  110. package/{build-backend → build}/lib/AlexaSmartHomeV3/Helpers/Utils.js +0 -1
  111. package/build/lib/AlexaSmartHomeV3/Helpers/Utils.js.map +1 -0
  112. package/{build-backend → build}/lib/alexaSmartHomeV3.js +3 -3
  113. package/build/lib/alexaSmartHomeV3.js.map +1 -0
  114. package/{build-backend → build}/main.js +29 -9
  115. package/build/main.js.map +1 -0
  116. package/io-package.json +30 -29
  117. package/package.json +13 -13
  118. package/admin/assets/index-BjEWVyqN.js +0 -681
  119. package/admin/rules/assets/index-_Y2FN5EZ.js +0 -1152
  120. package/admin/rules/assets/preload-helper-Dp1pzeXC.js +0 -1
  121. package/build-backend/lib/AlexaSmartHomeV3/Alexa/AlexaResponse.js.map +0 -1
  122. package/build-backend/lib/AlexaSmartHomeV3/Alexa/Capabilities/Base.js.map +0 -1
  123. package/build-backend/lib/AlexaSmartHomeV3/Alexa/Capabilities/BrightnessController.js.map +0 -1
  124. package/build-backend/lib/AlexaSmartHomeV3/Alexa/Capabilities/ColorController.js.map +0 -1
  125. package/build-backend/lib/AlexaSmartHomeV3/Alexa/Capabilities/ColorTemperatureController.js.map +0 -1
  126. package/build-backend/lib/AlexaSmartHomeV3/Alexa/Capabilities/ContactSensor.js.map +0 -1
  127. package/build-backend/lib/AlexaSmartHomeV3/Alexa/Capabilities/LockController.js.map +0 -1
  128. package/build-backend/lib/AlexaSmartHomeV3/Alexa/Capabilities/ModeController.js.map +0 -1
  129. package/build-backend/lib/AlexaSmartHomeV3/Alexa/Capabilities/MotionSensor.js.map +0 -1
  130. package/build-backend/lib/AlexaSmartHomeV3/Alexa/Capabilities/PercentageController.js.map +0 -1
  131. package/build-backend/lib/AlexaSmartHomeV3/Alexa/Capabilities/PowerController.js.map +0 -1
  132. package/build-backend/lib/AlexaSmartHomeV3/Alexa/Capabilities/Speaker.js.map +0 -1
  133. package/build-backend/lib/AlexaSmartHomeV3/Alexa/Capabilities/TemperatureSensor.js.map +0 -1
  134. package/build-backend/lib/AlexaSmartHomeV3/Alexa/Capabilities/ThermostatController.js.map +0 -1
  135. package/build-backend/lib/AlexaSmartHomeV3/Alexa/Properties/Base.js.map +0 -1
  136. package/build-backend/lib/AlexaSmartHomeV3/Alexa/Properties/Color.js.map +0 -1
  137. package/build-backend/lib/AlexaSmartHomeV3/Alexa/Properties/DetectionState.js.map +0 -1
  138. package/build-backend/lib/AlexaSmartHomeV3/Alexa/Properties/LockState.js.map +0 -1
  139. package/build-backend/lib/AlexaSmartHomeV3/Alexa/Properties/Mode.js.map +0 -1
  140. package/build-backend/lib/AlexaSmartHomeV3/Alexa/Properties/PowerState.js.map +0 -1
  141. package/build-backend/lib/AlexaSmartHomeV3/Alexa/Properties/ThermostatMode.js.map +0 -1
  142. package/build-backend/lib/AlexaSmartHomeV3/Controls/AdjustableControl.js.map +0 -1
  143. package/build-backend/lib/AlexaSmartHomeV3/Controls/AdjustablePercentageControl.js.map +0 -1
  144. package/build-backend/lib/AlexaSmartHomeV3/Controls/AirCondition.js.map +0 -1
  145. package/build-backend/lib/AlexaSmartHomeV3/Controls/ContactSensor.js.map +0 -1
  146. package/build-backend/lib/AlexaSmartHomeV3/Controls/Control.js.map +0 -1
  147. package/build-backend/lib/AlexaSmartHomeV3/Controls/Ct.js.map +0 -1
  148. package/build-backend/lib/AlexaSmartHomeV3/Controls/Dimmer.js.map +0 -1
  149. package/build-backend/lib/AlexaSmartHomeV3/Controls/Gate.js.map +0 -1
  150. package/build-backend/lib/AlexaSmartHomeV3/Controls/Hue.js.map +0 -1
  151. package/build-backend/lib/AlexaSmartHomeV3/Controls/Light.js.map +0 -1
  152. package/build-backend/lib/AlexaSmartHomeV3/Controls/Lock.js.map +0 -1
  153. package/build-backend/lib/AlexaSmartHomeV3/Controls/Motion.js.map +0 -1
  154. package/build-backend/lib/AlexaSmartHomeV3/Controls/ReadOnlyDetector.js.map +0 -1
  155. package/build-backend/lib/AlexaSmartHomeV3/Controls/Socket.js.map +0 -1
  156. package/build-backend/lib/AlexaSmartHomeV3/Controls/Temperature.js.map +0 -1
  157. package/build-backend/lib/AlexaSmartHomeV3/Controls/Thermostat.js +0 -85
  158. package/build-backend/lib/AlexaSmartHomeV3/Controls/Thermostat.js.map +0 -1
  159. package/build-backend/lib/AlexaSmartHomeV3/Controls/VacuumCleaner.js.map +0 -1
  160. package/build-backend/lib/AlexaSmartHomeV3/Controls/Volume.js.map +0 -1
  161. package/build-backend/lib/AlexaSmartHomeV3/Controls/index.js.map +0 -1
  162. package/build-backend/lib/AlexaSmartHomeV3/DeviceManager.js.map +0 -1
  163. package/build-backend/lib/AlexaSmartHomeV3/Helpers/AdapterProvider.js.map +0 -1
  164. package/build-backend/lib/AlexaSmartHomeV3/Helpers/FileHelper.js.map +0 -1
  165. package/build-backend/lib/AlexaSmartHomeV3/Helpers/RateLimiter.js.map +0 -1
  166. package/build-backend/lib/AlexaSmartHomeV3/Helpers/Utils.js.map +0 -1
  167. package/build-backend/lib/alexaSmartHomeV3.js.map +0 -1
  168. package/build-backend/main.js.map +0 -1
  169. /package/{build-backend → build}/lib/AlexaSmartHomeV3/Alexa/Capabilities/index.js +0 -0
  170. /package/{build-backend → build}/lib/AlexaSmartHomeV3/Alexa/Capabilities/index.js.map +0 -0
  171. /package/{build-backend → build}/lib/AlexaSmartHomeV3/Alexa/Directives/Base.js +0 -0
  172. /package/{build-backend → build}/lib/AlexaSmartHomeV3/Alexa/Directives/Base.js.map +0 -0
  173. /package/{build-backend → build}/lib/AlexaSmartHomeV3/Alexa/Directives/ChangeReport.js +0 -0
  174. /package/{build-backend → build}/lib/AlexaSmartHomeV3/Alexa/Directives/ChangeReport.js.map +0 -0
  175. /package/{build-backend → build}/lib/AlexaSmartHomeV3/Alexa/Directives/Discovery.js +0 -0
  176. /package/{build-backend → build}/lib/AlexaSmartHomeV3/Alexa/Directives/Discovery.js.map +0 -0
  177. /package/{build-backend → build}/lib/AlexaSmartHomeV3/Alexa/Directives/ReportState.js +0 -0
  178. /package/{build-backend → build}/lib/AlexaSmartHomeV3/Alexa/Directives/ReportState.js.map +0 -0
  179. /package/{build-backend → build}/lib/AlexaSmartHomeV3/Alexa/Directives/index.js +0 -0
  180. /package/{build-backend → build}/lib/AlexaSmartHomeV3/Alexa/Directives/index.js.map +0 -0
  181. /package/{build-backend → build}/lib/AlexaSmartHomeV3/Alexa/ModeValues/Base.js +0 -0
  182. /package/{build-backend → build}/lib/AlexaSmartHomeV3/Alexa/ModeValues/Base.js.map +0 -0
  183. /package/{build-backend → build}/lib/AlexaSmartHomeV3/Alexa/ModeValues/Closed.js +0 -0
  184. /package/{build-backend → build}/lib/AlexaSmartHomeV3/Alexa/ModeValues/Closed.js.map +0 -0
  185. /package/{build-backend → build}/lib/AlexaSmartHomeV3/Alexa/ModeValues/index.js +0 -0
  186. /package/{build-backend → build}/lib/AlexaSmartHomeV3/Alexa/ModeValues/index.js.map +0 -0
  187. /package/{build-backend → build}/lib/AlexaSmartHomeV3/Alexa/Properties/AdjustableProperty.js +0 -0
  188. /package/{build-backend → build}/lib/AlexaSmartHomeV3/Alexa/Properties/AdjustableProperty.js.map +0 -0
  189. /package/{build-backend → build}/lib/AlexaSmartHomeV3/Alexa/Properties/Brightness.js +0 -0
  190. /package/{build-backend → build}/lib/AlexaSmartHomeV3/Alexa/Properties/Brightness.js.map +0 -0
  191. /package/{build-backend → build}/lib/AlexaSmartHomeV3/Alexa/Properties/ColorTemperatureInKelvin.js +0 -0
  192. /package/{build-backend → build}/lib/AlexaSmartHomeV3/Alexa/Properties/ColorTemperatureInKelvin.js.map +0 -0
  193. /package/{build-backend → build}/lib/AlexaSmartHomeV3/Alexa/Properties/Muted.js +0 -0
  194. /package/{build-backend → build}/lib/AlexaSmartHomeV3/Alexa/Properties/Muted.js.map +0 -0
  195. /package/{build-backend → build}/lib/AlexaSmartHomeV3/Alexa/Properties/Percentage.js +0 -0
  196. /package/{build-backend → build}/lib/AlexaSmartHomeV3/Alexa/Properties/Percentage.js.map +0 -0
  197. /package/{build-backend → build}/lib/AlexaSmartHomeV3/Alexa/Properties/TargetSetpoint.js +0 -0
  198. /package/{build-backend → build}/lib/AlexaSmartHomeV3/Alexa/Properties/TargetSetpoint.js.map +0 -0
  199. /package/{build-backend → build}/lib/AlexaSmartHomeV3/Alexa/Properties/Temperature.js +0 -0
  200. /package/{build-backend → build}/lib/AlexaSmartHomeV3/Alexa/Properties/Temperature.js.map +0 -0
  201. /package/{build-backend → build}/lib/AlexaSmartHomeV3/Alexa/Properties/Volume.js +0 -0
  202. /package/{build-backend → build}/lib/AlexaSmartHomeV3/Alexa/Properties/Volume.js.map +0 -0
  203. /package/{build-backend → build}/lib/AlexaSmartHomeV3/Alexa/Properties/index.js +0 -0
  204. /package/{build-backend → build}/lib/AlexaSmartHomeV3/Alexa/Properties/index.js.map +0 -0
  205. /package/{build-backend → build}/lib/AlexaSmartHomeV3/Controls/Blind.js +0 -0
  206. /package/{build-backend → build}/lib/AlexaSmartHomeV3/Controls/Blind.js.map +0 -0
  207. /package/{build-backend → build}/lib/AlexaSmartHomeV3/Controls/Door.js +0 -0
  208. /package/{build-backend → build}/lib/AlexaSmartHomeV3/Controls/Door.js.map +0 -0
  209. /package/{build-backend → build}/lib/AlexaSmartHomeV3/Controls/Slider.js +0 -0
  210. /package/{build-backend → build}/lib/AlexaSmartHomeV3/Controls/Slider.js.map +0 -0
  211. /package/{build-backend → build}/lib/AlexaSmartHomeV3/Controls/VolumeGroup.js +0 -0
  212. /package/{build-backend → build}/lib/AlexaSmartHomeV3/Controls/VolumeGroup.js.map +0 -0
  213. /package/{build-backend → build}/lib/AlexaSmartHomeV3/Controls/Window.js +0 -0
  214. /package/{build-backend → build}/lib/AlexaSmartHomeV3/Controls/Window.js.map +0 -0
  215. /package/{build-backend → build}/lib/AlexaSmartHomeV3/Device.js +0 -0
  216. /package/{build-backend → build}/lib/AlexaSmartHomeV3/Device.js.map +0 -0
  217. /package/{build-backend → build}/lib/AlexaSmartHomeV3/Exceptions/AlexaV3Exception.js +0 -0
  218. /package/{build-backend → build}/lib/AlexaSmartHomeV3/Exceptions/AlexaV3Exception.js.map +0 -0
  219. /package/{build-backend → build}/lib/AlexaSmartHomeV3/Exceptions/HourlyDeviceRateLimitExceeded.js +0 -0
  220. /package/{build-backend → build}/lib/AlexaSmartHomeV3/Exceptions/HourlyDeviceRateLimitExceeded.js.map +0 -0
  221. /package/{build-backend → build}/lib/AlexaSmartHomeV3/Exceptions/OverallDailyRateLimitExceeded.js +0 -0
  222. /package/{build-backend → build}/lib/AlexaSmartHomeV3/Exceptions/OverallDailyRateLimitExceeded.js.map +0 -0
  223. /package/{build-backend → build}/lib/AlexaSmartHomeV3/Helpers/IotProxy.js +0 -0
  224. /package/{build-backend → build}/lib/AlexaSmartHomeV3/Helpers/IotProxy.js.map +0 -0
  225. /package/{build-backend → build}/lib/AlexaSmartHomeV3/Helpers/Logger.js +0 -0
  226. /package/{build-backend → build}/lib/AlexaSmartHomeV3/Helpers/Logger.js.map +0 -0
  227. /package/{build-backend → build}/lib/Utils.js +0 -0
  228. /package/{build-backend → build}/lib/Utils.js.map +0 -0
  229. /package/{build-backend → build}/lib/adminCommonSocket.js +0 -0
  230. /package/{build-backend → build}/lib/adminCommonSocket.js.map +0 -0
  231. /package/{build-backend → build}/lib/alexaCustom.js +0 -0
  232. /package/{build-backend → build}/lib/alexaCustom.js.map +0 -0
  233. /package/{build-backend → build}/lib/alexaSmartHomeV2.js +0 -0
  234. /package/{build-backend → build}/lib/alisa.js +0 -0
  235. /package/{build-backend → build}/lib/devices.js +0 -0
  236. /package/{build-backend → build}/lib/devices.js.map +0 -0
  237. /package/{build-backend → build}/lib/functions.js +0 -0
  238. /package/{build-backend → build}/lib/functions.js.map +0 -0
  239. /package/{build-backend → build}/lib/googleHome.js +0 -0
  240. /package/{build-backend → build}/lib/notifications.js +0 -0
  241. /package/{build-backend → build}/lib/notifications.js.map +0 -0
  242. /package/{build-backend → build}/lib/remote.js +0 -0
  243. /package/{build-backend → build}/lib/remote.js.map +0 -0
  244. /package/{build-backend → build}/lib/rooms.js +0 -0
  245. /package/{build-backend → build}/lib/rooms.js.map +0 -0
  246. /package/{build-backend → build}/lib/texts.js +0 -0
  247. /package/{build-backend → build}/lib/texts.js.map +0 -0
  248. /package/{build-backend → build}/lib/translate.js +0 -0
  249. /package/{build-backend → build}/lib/translate.js.map +0 -0
  250. /package/{build-backend → build}/lib/visuApp.js +0 -0
  251. /package/{build-backend → build}/lib/visuApp.js.map +0 -0
package/README.md CHANGED
@@ -349,6 +349,11 @@ setState('iot.0.app.message', JSON.stringify({
349
349
  Placeholder for the next version (at the beginning of the line):
350
350
  ### **WORK IN PROGRESS**
351
351
  -->
352
+ ### 4.1.2 (2025-10-14)
353
+ - (@GermanBluefox) Made Alexa V3 default
354
+ - (@GermanBluefox) Updated packages
355
+ - (@GermanBluefox) Corrected Alexa V3 engine
356
+
352
357
  ### 4.0.3 (2025-08-27)
353
358
  - (@GermanBluefox) Added response ID to custom skill responses
354
359
 
@@ -362,523 +367,6 @@ setState('iot.0.app.message', JSON.stringify({
362
367
  ### 3.5.2 (2025-06-04)
363
368
  - (@GermanBluefox) Corrected error in back-end
364
369
 
365
- ### 3.5.1 (2025-05-31)
366
- - (@GermanBluefox) Rewrite Rules with TypeScript
367
- - (@GermanBluefox) Package updates. SVG logo
368
-
369
- ### 3.5.0 (2025-02-24)
370
- - (@foxriver76) added notification manager support (notifications will be sent as push notifications to the Visu App)
371
-
372
- ### 3.4.5 (2024-12-29)
373
-
374
- - (@GermanBluefox) Checked the max length of discovered devices for Alexa
375
-
376
- ### 3.4.4 (2024-12-08)
377
-
378
- - (@GermanBluefox) Corrected the name editing of the devices for Alexa 3
379
-
380
- ### 3.4.3 (2024-11-05)
381
-
382
- - (@GermanBluefox) corrected the addition of the devices for Alexa
383
- - (@GermanBluefox) changed compilation of GUI to remove deprecated packages
384
-
385
- ### 3.4.2 (2024-09-17)
386
-
387
- - (@GermanBluefox) Updated GUI packages and removed `gulp`
388
- - (@foxriver76) do not override custom `result` attribute on `sendToAdapter` response (Visu App - only relevant for developers)
389
-
390
- ### 3.4.0 (2024-08-26)
391
-
392
- - (@foxriver76) added new commands for the visu app
393
- - (bluefox) updated packages
394
- - (bluefox) Migrated GUI for admin v7
395
-
396
- ### 3.3.0 (2024-05-09)
397
-
398
- - (foxriver76) Fix error on reconnecting
399
- - (foxriver76) prepared adapter for new ioBroker Visu app states
400
- - (bluefox) updated packages
401
-
402
- ### 3.2.2 (2024-04-11)
403
-
404
- - (foxriver76) remove some warnings that should only be debug log
405
-
406
- ### 3.2.1 (2024-04-11)
407
-
408
- - (foxriver76) fixed issue that only valid JSON could be sent to app via message state
409
-
410
- ### 3.2.0 (2024-04-10)
411
-
412
- - (foxriver76) implemented geofence with ioBroker Visu app
413
-
414
- ### 3.1.0 (2024-02-05)
415
-
416
- - (bluefox) Updated packages
417
- - (bluefox) Disabled the state change report for alexa v3
418
-
419
- ### 3.0.0 (2023-10-24)
420
-
421
- - (bluefox) Updated packages
422
- - (bluefox) The minimal supported node.js version is 16
423
-
424
- ### 2.0.11 (2023-06-20)
425
-
426
- - (bluefox) Added support for the state toggling (alexa 3)
427
- - (bluefox) Done small improvements for alexa 3
428
-
429
- ### 2.0.9 (2023-06-15)
430
-
431
- - (bluefox) Working on support for amazon alexa v3
432
-
433
- ### 2.0.2 (2023-06-05)
434
-
435
- - (bluefox) Added support for amazon alexa v3
436
- - (bluefox) Removed support for sugar blood indication
437
-
438
- ### 1.14.6 (2023-05-12)
439
-
440
- - (bluefox) Corrected translations
441
-
442
- ### 1.14.5 (2023-03-01)
443
-
444
- - (bluefox) Corrected names of enums in GUI
445
-
446
- ### 1.14.3 (2023-01-10)
447
-
448
- - (kirovilya) Fixed processing for lights with CT and RGB in Alisa
449
-
450
- ### 1.14.2 (2022-12-23)
451
-
452
- - (bluefox) Updated GUI packages
453
-
454
- ### 1.14.1 (2022-12-22)
455
-
456
- - (bluefox) Downgraded the axios version to 0.27.2
457
-
458
- ### 1.14.0 (2022-12-13)
459
-
460
- - (bluefox) Added netatmo support
461
-
462
- ### 1.13.0 (2022-12-08)
463
-
464
- - (Apollon77) Added support vor Custom Skill v2
465
-
466
- ### 1.12.5 (2022-11-09)
467
-
468
- - (bluefox) Small changes on configuration GUI
469
-
470
- ### 1.12.4 (2022-11-03)
471
-
472
- - (bluefox) Added ukrainian language
473
- - (bluefox) Corrected blockly for unknown languages
474
-
475
- ### 1.12.2 (2022-10-01)
476
-
477
- - (Apollon77) Fixed crash case
478
-
479
- ### 1.12.1 (2022-09-27)
480
-
481
- - (bluefox) Corrected error in GUI with empty password
482
-
483
- ### 1.12.0 (2022-09-27)
484
-
485
- - (Apollon77) Do not control saturation with a percentage request via alexa
486
- - (bluefox) Migrated GUI to v5
487
-
488
- ### 1.11.9 (2022-07-22)
489
-
490
- - (Apollon77) Fix temperature controlling for thermostats via alexa
491
-
492
- ### 1.11.8 (2022-06-24)
493
-
494
- - (Apollon77) Update dependencies to allow better automatic rebuild
495
-
496
- ### 1.11.7 (2022-06-13)
497
-
498
- - (bluefox) Tried to correct URL key creation for Google home
499
-
500
- ### 1.11.5 (2022-06-03)
501
-
502
- - (kirovilya) Alisa: update for binary-sensor "motion" and "contact"
503
-
504
- ### 1.11.4 (2022-03-29)
505
-
506
- - (Apollon77) Fix crash cases reported by Sentry
507
-
508
- ### 1.11.3 (2022-03-23)
509
-
510
- - (bluefox) Added the generation of URL key for services
511
-
512
- ### 1.11.2 (2022-03-20)
513
-
514
- - (Apollon77) Fix crash case reported by Sentry (IOBROKER-IOT-3P)
515
-
516
- ### 1.11.1 (2022-03-18)
517
-
518
- - (Apollon77) Optimize logging when many devices are used
519
-
520
- ### 1.11.0 (2022-03-17)
521
-
522
- - (Apollon77) Also support "stored" when a rgb state is turned on/off
523
- - (Apollon77) Fixed control percent value to respect min/max correctly
524
- - (bluefox) Support for response messages longer than 128k (zip)
525
-
526
- ### 1.10.0 (2022-03-09)
527
-
528
- - (Apollon77) Respect min/max when calculating the value for byOn with % values
529
-
530
- ### 1.9.7 (2022-02-20)
531
-
532
- - (Apollon77) Fix crash case reported by Sentry (IOBROKER-IOT-3C)
533
-
534
- ### 1.9.6 (2022-02-19)
535
-
536
- - (Apollon77) Make sure to not remember the off value when using stored values for on
537
- - (Apollon77) Fix crash case reported by Sentry (IOBROKER-IOT-3A)
538
-
539
- ### 1.9.5 (2022-02-08)
540
-
541
- - (bluefox) Fixed Google home error with color control
542
-
543
- ### 1.9.4 (2022-02-08)
544
-
545
- - (bluefox) Fixed error with the certificates fetching
546
-
547
- ### 1.9.3 (2022-02-03)
548
-
549
- - (bluefox) Removed deprecated package `request`
550
- - (bluefox) Refactoring and better error handling
551
-
552
- ### 1.9.2 (2022-01-26)
553
-
554
- - (bluefox) Added experimental support for remote access
555
-
556
- ### 1.8.25 (2021-11-18)
557
-
558
- - (bluefox) Corrected the enabling of the category
559
-
560
- ### 1.8.24 (2021-09-19)
561
-
562
- - (bluefox) Respect the min/max limits by controlling
563
-
564
- ### 1.8.23 (2021-09-18)
565
-
566
- - (bluefox) Fixed the response for the heating control
567
-
568
- ### 1.8.22 (2021-05-16)
569
-
570
- - (bluefox) Make it admin4 compatible
571
-
572
- ### 1.8.21 (2021-05-16)
573
-
574
- - (bluefox) Fixed the encryption of the password. Warning: if you see the message in the log, that password is invalid, please enter the password in configuration dialog one more time and save.
575
-
576
- ### 1.8.20 (2021-05-16)
577
-
578
- - (foxriver76) we now write data received from custom services with the acknowledge flag
579
-
580
- ### 1.8.19 (2021-05-14)
581
-
582
- - (bluefox) Only added one debug output
583
-
584
- ### 1.8.16 (2021-03-13)
585
-
586
- - (bluefox) fixed the blind functionality in alisa
587
-
588
- ### 1.8.15 (2021-03-12)
589
-
590
- - (bluefox) implemented the sensor functionality in alisa
591
-
592
- ### 1.8.14 (2021-03-12)
593
-
594
- - (bluefox) allowed the control of the blinds in alisa
595
-
596
- ### 1.8.13 (2021-02-04)
597
-
598
- - (Apollon77) add missing object smart.lastObjectID
599
-
600
- ### 1.8.12 (2021-02-02)
601
-
602
- - (bluefox) Fixed the dimmer issue with alisa.
603
-
604
- ### 1.8.11 (2021-01-20)
605
-
606
- - (Morluktom) Alexa - Corrected the request for percentage values
607
-
608
- ### 1.8.10 (2021-01-20)
609
-
610
- - (bluefox) Added the reconnection strategy if DNS address cannot be resolved
611
-
612
- ### 1.8.9 (2020-12-27)
613
-
614
- - (bluefox) Updated configuration GUI to the latest state
615
-
616
- ### 1.8.8 (2020-12-14)
617
-
618
- - (bluefox) Corrected the "Google home" error
619
-
620
- ### 1.8.6 (2020-12-13)
621
-
622
- - (bluefox) Try to fix google home error
623
-
624
- ### 1.8.5 (2020-11-23)
625
-
626
- - (bluefox) Corrected the configuration table for Google home
627
-
628
- ### 1.8.4 (2020-11-18)
629
-
630
- - (bluefox) Corrected the configuration table for Google home
631
-
632
- ### 1.8.3 (2020-11-16)
633
-
634
- - (bluefox) Trying to fix the set to false at start for Google home
635
-
636
- ### 1.8.2 (2020-11-15)
637
-
638
- - (bluefox) Added the debug outputs for Google home
639
-
640
- ### 1.8.1 (2020-11-13)
641
-
642
- - (bluefox) The deletion of google home devices was corrected
643
-
644
- ### 1.8.0 (2020-11-12)
645
-
646
- - (bluefox) The Google home table was rewritten
647
-
648
- ### 1.7.15 (2020-11-05)
649
-
650
- - (Morluktom) Corrected the request for temperature
651
-
652
- ### 1.7.14 (2020-11-05)
653
-
654
- - (bluefox) Updated the select ID dialog.
655
-
656
- ### 1.7.12 (2020-09-25)
657
-
658
- - (bluefox) Updated the select ID dialog.
659
-
660
- ### 1.7.9 (2020-09-17)
661
-
662
- - (bluefox) Updated GUI for config.
663
-
664
- ### 1.7.7 (2020-09-02)
665
-
666
- - (bluefox) Added information about changed linking process.
667
-
668
- ### 1.7.6 (2020-08-25)
669
-
670
- - (bluefox) Some colors were changed in the dark mode.
671
-
672
- ### 1.7.5 (2020-08-21)
673
-
674
- - (Apollon77) Crash prevented (Sentry IOBROKER-IOT-W)
675
- - (bluefox) Values for modes will be converted to number in Alisa
676
-
677
- ### 1.7.3 (2020-08-16)
678
-
679
- - (bluefox) Added vacuum cleaner to Alisa
680
-
681
- ### 1.7.1 (2020-08-16)
682
-
683
- - (bluefox) Added blinds, lock and thermostat to Alisa
684
-
685
- ### 1.6.4 (2020-08-06)
686
-
687
- - (Apollon77) crash prevented (Sentry IOBROKER-IOT-V)
688
-
689
- ### 1.6.3 (2020-08-04)
690
-
691
- - (bluefox) Added french letters to allowed symbols
692
-
693
- ### 1.6.1 (2020-07-10)
694
-
695
- - (bluefox) Used new SelectID Dialog in GUI
696
-
697
- ### 1.5.3 (2020-05-28)
698
-
699
- - (bluefox) Small change for nightscout
700
-
701
- ### 1.5.2 (2020-05-21)
702
-
703
- - (bluefox) Changed requirements for password
704
- - (bluefox) Do not try to load the "sharp" if the blood sugar not enabled
705
-
706
- ### 1.4.18 (2020-05-11)
707
-
708
- - (Apollon77) Make sure that invalid configured states or values without a timestamp do not crash adapter (Sentry IOBROKER-IOT-8)
709
- - (Apollon77) Make sure publishes after the disconnect to not break adapter (Sentry IOBROKER-IOT-A)
710
-
711
- ### 1.4.17 (2020-05-11)
712
-
713
- - (bluefox) Better error output is implemented
714
-
715
- ### 1.4.14 (2020-05-01)
716
-
717
- - (bluefox) Fixed the problem if admin is not on 8081 port
718
-
719
- ### 1.4.12 (2020-04-30)
720
-
721
- - (Apollon77) error case handled where system.config objects does not exist (Sentry IOBROKER-IOT-5)
722
-
723
- ### 1.4.11 (2020-04-26)
724
-
725
- - (bluefox) fixed IOBROKER-IOT-REACT-F
726
-
727
- ### 1.4.10 (2020-04-24)
728
-
729
- - (bluefox) Fixed crashes reported by sentry
730
-
731
- ### 1.4.7 (2020-04-23)
732
-
733
- - fixed iot crash when timeouts in communications to Google happens (Sentry IOBROKER-IOT-2)
734
- - fixed iot crash when google answers without customData (Sentry IOBROKER-IOT-1)
735
-
736
- ### 1.4.6 (2020-04-18)
737
-
738
- - (Apollon77) Add the Sentry error reporting to `React Frontend`
739
-
740
- ### 1.4.4 (2020-04-14)
741
-
742
- - (Apollon77) remove js-controller 3.0 warnings and replace `adapter.objects` access
743
- - (Apollon77) add linux dependencies for canvas library
744
- - (Apollon77) add sentry configuration
745
-
746
- ### 1.4.2 (2020-04-08)
747
-
748
- - (TA2k) Fix updateState for Google Home
749
-
750
- ### 1.4.1 (2020-04-04)
751
-
752
- - (bluefox) The blood glucose request supported now
753
-
754
- ### 1.3.4 (2020-02-26)
755
-
756
- - (TA2k) Fixed deconz issues in Google Home
757
-
758
- ### 1.3.3 (2020-02-12)
759
-
760
- - (Apollon77) fix alisa error with invalid smartName attributes
761
-
762
- ### 1.3.2 (2020-02-10)
763
-
764
- - (Apollon77) usage with all kinds of admin ports and reverse proxies optimized
765
-
766
- ### 1.3.1 (2020-02-09)
767
-
768
- - (Apollon77) Dependency updates
769
- - (Apollon77) Make compatible with Admin > 4.0 because of updated socket.io
770
-
771
- ### 1.2.1 (2020-01-18)
772
-
773
- - (bluefox) Fixed problem if the port of admin is not 8081
774
-
775
- ### 1.2.0 (2020-01-04)
776
-
777
- - (TA2k) Google Home handling and visualization improved.
778
-
779
- ### 1.1.10 (2020-01-03)
780
-
781
- - (bluefox) Now is allowed to select the temperature values as alexa states
782
- - (bluefox) Allowed the setting type immediately after insertion of new state
783
-
784
- ### 1.1.9 (2019-11-27)
785
-
786
- - (bluefox) Fixed: sometimes the configuration could not be loaded
787
-
788
- ### 1.1.8 (2019-09-12)
789
-
790
- - (bluefox) Optimization of google home communication was done
791
-
792
- ### 1.1.7 (2019-09-11)
793
-
794
- - (bluefox) The sending rate to google home is limited now
795
-
796
- ### 1.1.6 (2019-09-11)
797
-
798
- - (TA2k) Room fix for Google Home and LinkedDevices
799
-
800
- ### 1.1.4 (2019-09-10)
801
-
802
- - (bluefox) decreased keepalive value to fix issue with disconnect
803
-
804
- ### 1.1.3 (2019-09-09)
805
-
806
- - (TA2k) Google Home problem fixed with LinkedDevices
807
-
808
- ### 1.1.0 (2019-09-06)
809
-
810
- - (bluefox) Added support of aliases
811
-
812
- ### 1.0.8 (2019-09-03)
813
-
814
- - (TA2k) Improved support for Google Home
815
- - (TA2k) Added auto detection for RGB, RGBSingle, Hue, CT, MediaDevice, Switch, Info, Socket, Light, Dimmer, Thermostat, WindowTilt, Blinds, Slider
816
- - (TA2k) Added support for manually adding states as devices
817
- - (TA2k) Fix update state after Sync
818
- - (TA2k) Added typical Google Home devices and traits/actions
819
- - (TA2k) Fix only process update message when Alexa is checked in the options
820
-
821
- ### 1.0.4 (2019-08-01)
822
-
823
- - (bluefox) Fixed password encoding. Please enter password anew!
824
-
825
- ### 1.0.3 (2019-07-30)
826
-
827
- - (bluefox) Fixed language issues for google home and yandex alice
828
-
829
- ### 1.0.1 (2019-07-26)
830
-
831
- - (bluefox) Support of private skills/actions was added.
832
-
833
- ### 1.0.0 (2019-07-14)
834
-
835
- - (TA2k) Google Home list was added
836
-
837
- ### 0.5.0 (2019-06-29)
838
-
839
- - (bluefox) tried to add yandex Alisa
840
-
841
- ### 0.4.3 (2019-04-14)
842
-
843
- - (Apollon77) Change enable/disable of Amazon Alexa and of Google Home from configuration to be really "active if selected".
844
-
845
- ### 0.4.2 (2019-03-10)
846
-
847
- - (bluefox) Allowed the enablement and disable of Amazon Alexa and of Google Home from configuration.
848
-
849
- ### 0.4.1 (2019-02-19)
850
-
851
- - (bluefox) Add version check to google home
852
-
853
- ### 0.3.1 (2019-01-13)
854
-
855
- - (bluefox) Blockly was fixed
856
-
857
- ### 0.3.0 (2018-12-30)
858
-
859
- - (bluefox) Detection of google devices was fixed
860
-
861
- ### 0.2.2 (2018-12-21)
862
-
863
- - (bluefox) Generation of new URL key was added
864
-
865
- ### 0.2.0 (2018-12-18)
866
-
867
- - (bluefox) Change the name of adapter
868
-
869
- ### 0.1.8 (2018-10-21)
870
-
871
- - (bluefox) Added extended diagnostics
872
-
873
- ### 0.1.7 (2018-10-14)
874
-
875
- - (bluefox) The configuration dialog was corrected
876
- - (bluefox) The possibility to create the answer with script for the custom skill was implemented.
877
-
878
- ### 0.1.4 (2018-09-26)
879
-
880
- - (bluefox) Initial commit
881
-
882
370
  ## License
883
371
 
884
372
  The MIT License (MIT)