@iobroker/adapter-react-v5 4.13.0 → 4.13.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 (464) hide show
  1. package/AdminConnection.js.map +1 -1
  2. package/Components/404.js +13 -13
  3. package/Components/404.js.map +1 -0
  4. package/Components/ColorPicker.js +54 -54
  5. package/Components/ColorPicker.js.map +1 -1
  6. package/Components/ComplexCron.js.map +1 -1
  7. package/Components/CustomModal.js.map +1 -0
  8. package/Components/FileBrowser.js +5 -1
  9. package/Components/FileBrowser.js.map +1 -0
  10. package/Components/FileViewer.js.map +1 -0
  11. package/Components/Icon.js.map +1 -0
  12. package/Components/IconPicker.js.map +1 -0
  13. package/Components/IconSelector.js.map +1 -0
  14. package/Components/Image.js.map +1 -0
  15. package/Components/JsonConfigComponent/ChipInput.d.ts +12 -0
  16. package/Components/JsonConfigComponent/ChipInput.js +763 -0
  17. package/Components/JsonConfigComponent/ChipInput.js.map +1 -0
  18. package/Components/JsonConfigComponent/ConfigAccordion.d.ts +15 -0
  19. package/Components/JsonConfigComponent/ConfigAccordion.js +348 -0
  20. package/Components/JsonConfigComponent/ConfigAccordion.js.map +1 -0
  21. package/Components/JsonConfigComponent/ConfigAlive.d.ts +10 -0
  22. package/Components/JsonConfigComponent/ConfigAlive.js +105 -0
  23. package/Components/JsonConfigComponent/ConfigAlive.js.map +1 -0
  24. package/Components/JsonConfigComponent/ConfigAutocomplete.d.ts +37 -0
  25. package/Components/JsonConfigComponent/ConfigAutocomplete.js +73 -0
  26. package/Components/JsonConfigComponent/ConfigAutocomplete.js.map +1 -0
  27. package/Components/JsonConfigComponent/ConfigAutocompleteSendTo.d.ts +17 -0
  28. package/Components/JsonConfigComponent/ConfigAutocompleteSendTo.js +131 -0
  29. package/Components/JsonConfigComponent/ConfigAutocompleteSendTo.js.map +1 -0
  30. package/Components/JsonConfigComponent/ConfigCRON.d.ts +15 -0
  31. package/Components/JsonConfigComponent/ConfigCRON.js +157 -0
  32. package/Components/JsonConfigComponent/ConfigCRON.js.map +1 -0
  33. package/Components/JsonConfigComponent/ConfigCertCollection.d.ts +14 -0
  34. package/Components/JsonConfigComponent/ConfigCertCollection.js +128 -0
  35. package/Components/JsonConfigComponent/ConfigCertCollection.js.map +1 -0
  36. package/Components/JsonConfigComponent/ConfigCertificateSelect.d.ts +14 -0
  37. package/Components/JsonConfigComponent/ConfigCertificateSelect.js +149 -0
  38. package/Components/JsonConfigComponent/ConfigCertificateSelect.js.map +1 -0
  39. package/Components/JsonConfigComponent/ConfigCertificates.d.ts +14 -0
  40. package/Components/JsonConfigComponent/ConfigCertificates.js +284 -0
  41. package/Components/JsonConfigComponent/ConfigCertificates.js.map +1 -0
  42. package/Components/JsonConfigComponent/ConfigCheckLicense.d.ts +3 -0
  43. package/Components/JsonConfigComponent/ConfigCheckLicense.js +821 -0
  44. package/Components/JsonConfigComponent/ConfigCheckLicense.js.map +1 -0
  45. package/Components/JsonConfigComponent/ConfigCheckbox.d.ts +15 -0
  46. package/Components/JsonConfigComponent/ConfigCheckbox.js +40 -0
  47. package/Components/JsonConfigComponent/ConfigCheckbox.js.map +1 -0
  48. package/Components/JsonConfigComponent/ConfigChip.d.ts +14 -0
  49. package/Components/JsonConfigComponent/ConfigChip.js +120 -0
  50. package/Components/JsonConfigComponent/ConfigChip.js.map +1 -0
  51. package/Components/JsonConfigComponent/ConfigColor.d.ts +22 -0
  52. package/Components/JsonConfigComponent/ConfigColor.js +120 -0
  53. package/Components/JsonConfigComponent/ConfigColor.js.map +1 -0
  54. package/Components/JsonConfigComponent/ConfigCoordinates.d.ts +14 -0
  55. package/Components/JsonConfigComponent/ConfigCoordinates.js +265 -0
  56. package/Components/JsonConfigComponent/ConfigCoordinates.js.map +1 -0
  57. package/Components/JsonConfigComponent/ConfigCustom.d.ts +26 -0
  58. package/Components/JsonConfigComponent/ConfigCustom.js +316 -0
  59. package/Components/JsonConfigComponent/ConfigCustom.js.map +1 -0
  60. package/Components/JsonConfigComponent/ConfigDatePicker.d.ts +14 -0
  61. package/Components/JsonConfigComponent/ConfigDatePicker.js +91 -0
  62. package/Components/JsonConfigComponent/ConfigDatePicker.js.map +1 -0
  63. package/Components/JsonConfigComponent/ConfigDeviceManager.d.ts +6 -0
  64. package/Components/JsonConfigComponent/ConfigDeviceManager.js +18 -0
  65. package/Components/JsonConfigComponent/ConfigFile.d.ts +15 -0
  66. package/Components/JsonConfigComponent/ConfigFile.js +228 -0
  67. package/Components/JsonConfigComponent/ConfigFile.js.map +1 -0
  68. package/Components/JsonConfigComponent/ConfigFileSelector.d.ts +3 -0
  69. package/Components/JsonConfigComponent/ConfigFileSelector.js +625 -0
  70. package/Components/JsonConfigComponent/ConfigFileSelector.js.map +1 -0
  71. package/Components/JsonConfigComponent/ConfigFunc.d.ts +14 -0
  72. package/Components/JsonConfigComponent/ConfigFunc.js +124 -0
  73. package/Components/JsonConfigComponent/ConfigFunc.js.map +1 -0
  74. package/Components/JsonConfigComponent/ConfigGeneric.d.ts +95 -0
  75. package/Components/JsonConfigComponent/ConfigGeneric.js +646 -0
  76. package/Components/JsonConfigComponent/ConfigIP.d.ts +14 -0
  77. package/Components/JsonConfigComponent/ConfigIP.js +130 -0
  78. package/Components/JsonConfigComponent/ConfigIP.js.map +1 -0
  79. package/Components/JsonConfigComponent/ConfigImageSendTo.d.ts +10 -0
  80. package/Components/JsonConfigComponent/ConfigImageSendTo.js +114 -0
  81. package/Components/JsonConfigComponent/ConfigImageSendTo.js.map +1 -0
  82. package/Components/JsonConfigComponent/ConfigImageUpload.d.ts +14 -0
  83. package/Components/JsonConfigComponent/ConfigImageUpload.js +166 -0
  84. package/Components/JsonConfigComponent/ConfigImageUpload.js.map +1 -0
  85. package/Components/JsonConfigComponent/ConfigInstanceSelect.d.ts +14 -0
  86. package/Components/JsonConfigComponent/ConfigInstanceSelect.js +264 -0
  87. package/Components/JsonConfigComponent/ConfigInstanceSelect.js.map +1 -0
  88. package/Components/JsonConfigComponent/ConfigInterface.d.ts +14 -0
  89. package/Components/JsonConfigComponent/ConfigInterface.js +146 -0
  90. package/Components/JsonConfigComponent/ConfigInterface.js.map +1 -0
  91. package/Components/JsonConfigComponent/ConfigJsonEditor.d.ts +13 -0
  92. package/Components/JsonConfigComponent/ConfigJsonEditor.js +145 -0
  93. package/Components/JsonConfigComponent/ConfigJsonEditor.js.map +1 -0
  94. package/Components/JsonConfigComponent/ConfigLanguage.d.ts +7 -0
  95. package/Components/JsonConfigComponent/ConfigLanguage.js +110 -0
  96. package/Components/JsonConfigComponent/ConfigLanguage.js.map +1 -0
  97. package/Components/JsonConfigComponent/ConfigLicense.d.ts +24 -0
  98. package/Components/JsonConfigComponent/ConfigLicense.js +183 -0
  99. package/Components/JsonConfigComponent/ConfigLicense.js.map +1 -0
  100. package/Components/JsonConfigComponent/ConfigNumber.d.ts +17 -0
  101. package/Components/JsonConfigComponent/ConfigNumber.js +117 -0
  102. package/Components/JsonConfigComponent/ConfigObjectId.d.ts +17 -0
  103. package/Components/JsonConfigComponent/ConfigObjectId.js +167 -0
  104. package/Components/JsonConfigComponent/ConfigObjectId.js.map +1 -0
  105. package/Components/JsonConfigComponent/ConfigPanel.d.ts +3 -0
  106. package/Components/JsonConfigComponent/ConfigPanel.js +396 -0
  107. package/Components/JsonConfigComponent/ConfigPanel.js.map +1 -0
  108. package/Components/JsonConfigComponent/ConfigPassword.d.ts +14 -0
  109. package/Components/JsonConfigComponent/ConfigPassword.js +193 -0
  110. package/Components/JsonConfigComponent/ConfigPassword.js.map +1 -0
  111. package/Components/JsonConfigComponent/ConfigPattern.d.ts +21 -0
  112. package/Components/JsonConfigComponent/ConfigPattern.js +65 -0
  113. package/Components/JsonConfigComponent/ConfigPattern.js.map +1 -0
  114. package/Components/JsonConfigComponent/ConfigPort.d.ts +3 -0
  115. package/Components/JsonConfigComponent/ConfigPort.js +176 -0
  116. package/Components/JsonConfigComponent/ConfigRoom.d.ts +14 -0
  117. package/Components/JsonConfigComponent/ConfigRoom.js +124 -0
  118. package/Components/JsonConfigComponent/ConfigRoom.js.map +1 -0
  119. package/Components/JsonConfigComponent/ConfigSelect.d.ts +14 -0
  120. package/Components/JsonConfigComponent/ConfigSelect.js +159 -0
  121. package/Components/JsonConfigComponent/ConfigSelect.js.map +1 -0
  122. package/Components/JsonConfigComponent/ConfigSelectSendTo.d.ts +17 -0
  123. package/Components/JsonConfigComponent/ConfigSelectSendTo.js +272 -0
  124. package/Components/JsonConfigComponent/ConfigSelectSendTo.js.map +1 -0
  125. package/Components/JsonConfigComponent/ConfigSendto.d.ts +24 -0
  126. package/Components/JsonConfigComponent/ConfigSendto.js +294 -0
  127. package/Components/JsonConfigComponent/ConfigSendto.js.map +1 -0
  128. package/Components/JsonConfigComponent/ConfigSetState.d.ts +18 -0
  129. package/Components/JsonConfigComponent/ConfigSetState.js +185 -0
  130. package/Components/JsonConfigComponent/ConfigSetState.js.map +1 -0
  131. package/Components/JsonConfigComponent/ConfigSlider.d.ts +14 -0
  132. package/Components/JsonConfigComponent/ConfigSlider.js +119 -0
  133. package/Components/JsonConfigComponent/ConfigSlider.js.map +1 -0
  134. package/Components/JsonConfigComponent/ConfigStaticDivider.d.ts +14 -0
  135. package/Components/JsonConfigComponent/ConfigStaticDivider.js +68 -0
  136. package/Components/JsonConfigComponent/ConfigStaticDivider.js.map +1 -0
  137. package/Components/JsonConfigComponent/ConfigStaticHeader.d.ts +14 -0
  138. package/Components/JsonConfigComponent/ConfigStaticHeader.js +81 -0
  139. package/Components/JsonConfigComponent/ConfigStaticHeader.js.map +1 -0
  140. package/Components/JsonConfigComponent/ConfigStaticImage.d.ts +14 -0
  141. package/Components/JsonConfigComponent/ConfigStaticImage.js +71 -0
  142. package/Components/JsonConfigComponent/ConfigStaticImage.js.map +1 -0
  143. package/Components/JsonConfigComponent/ConfigStaticText.d.ts +14 -0
  144. package/Components/JsonConfigComponent/ConfigStaticText.js +88 -0
  145. package/Components/JsonConfigComponent/ConfigStaticText.js.map +1 -0
  146. package/Components/JsonConfigComponent/ConfigTable.d.ts +3 -0
  147. package/Components/JsonConfigComponent/ConfigTable.js +1064 -0
  148. package/Components/JsonConfigComponent/ConfigTable.js.map +1 -0
  149. package/Components/JsonConfigComponent/ConfigTabs.d.ts +34 -0
  150. package/Components/JsonConfigComponent/ConfigTabs.js +162 -0
  151. package/Components/JsonConfigComponent/ConfigTabs.js.map +1 -0
  152. package/Components/JsonConfigComponent/ConfigText.d.ts +14 -0
  153. package/Components/JsonConfigComponent/ConfigText.js +226 -0
  154. package/Components/JsonConfigComponent/ConfigText.js.map +1 -0
  155. package/Components/JsonConfigComponent/ConfigTextSendTo.d.ts +10 -0
  156. package/Components/JsonConfigComponent/ConfigTextSendTo.js +129 -0
  157. package/Components/JsonConfigComponent/ConfigTextSendTo.js.map +1 -0
  158. package/Components/JsonConfigComponent/ConfigTimePicker.d.ts +14 -0
  159. package/Components/JsonConfigComponent/ConfigTimePicker.js +85 -0
  160. package/Components/JsonConfigComponent/ConfigTimePicker.js.map +1 -0
  161. package/Components/JsonConfigComponent/ConfigTopic.d.ts +17 -0
  162. package/Components/JsonConfigComponent/ConfigTopic.js +110 -0
  163. package/Components/JsonConfigComponent/ConfigTopic.js.map +1 -0
  164. package/Components/JsonConfigComponent/ConfigUUID.d.ts +15 -0
  165. package/Components/JsonConfigComponent/ConfigUUID.js +95 -0
  166. package/Components/JsonConfigComponent/ConfigUUID.js.map +1 -0
  167. package/Components/JsonConfigComponent/ConfigUser.d.ts +14 -0
  168. package/Components/JsonConfigComponent/ConfigUser.js +142 -0
  169. package/Components/JsonConfigComponent/ConfigUser.js.map +1 -0
  170. package/Components/JsonConfigComponent/DeviceManager/Communication.d.ts +63 -0
  171. package/Components/JsonConfigComponent/DeviceManager/Communication.js +268 -0
  172. package/Components/JsonConfigComponent/DeviceManager/DeviceActionButton.d.ts +11 -0
  173. package/Components/JsonConfigComponent/DeviceManager/DeviceActionButton.js +15 -0
  174. package/Components/JsonConfigComponent/DeviceManager/DeviceCard.d.ts +53 -0
  175. package/Components/JsonConfigComponent/DeviceManager/DeviceCard.js +340 -0
  176. package/Components/JsonConfigComponent/DeviceManager/DeviceControl.d.ts +45 -0
  177. package/Components/JsonConfigComponent/DeviceManager/DeviceControl.js +146 -0
  178. package/Components/JsonConfigComponent/DeviceManager/DeviceImageUpload.d.ts +12 -0
  179. package/Components/JsonConfigComponent/DeviceManager/DeviceImageUpload.js +69 -0
  180. package/Components/JsonConfigComponent/DeviceManager/DeviceList.d.ts +51 -0
  181. package/Components/JsonConfigComponent/DeviceManager/DeviceList.js +226 -0
  182. package/Components/JsonConfigComponent/DeviceManager/DeviceStatus.d.ts +13 -0
  183. package/Components/JsonConfigComponent/DeviceManager/DeviceStatus.js +111 -0
  184. package/Components/JsonConfigComponent/DeviceManager/InstanceActionButton.d.ts +7 -0
  185. package/Components/JsonConfigComponent/DeviceManager/InstanceActionButton.js +16 -0
  186. package/Components/JsonConfigComponent/DeviceManager/JsonConfig.d.ts +11 -0
  187. package/Components/JsonConfigComponent/DeviceManager/JsonConfig.js +94 -0
  188. package/Components/JsonConfigComponent/DeviceManager/TooltipButton.d.ts +10 -0
  189. package/Components/JsonConfigComponent/DeviceManager/TooltipButton.js +22 -0
  190. package/Components/JsonConfigComponent/DeviceManager/Utils.d.ts +12 -0
  191. package/Components/JsonConfigComponent/DeviceManager/Utils.js +158 -0
  192. package/Components/JsonConfigComponent/DeviceManager/i18n/de.json +21 -0
  193. package/Components/JsonConfigComponent/DeviceManager/i18n/en.json +21 -0
  194. package/Components/JsonConfigComponent/DeviceManager/i18n/es.json +21 -0
  195. package/Components/JsonConfigComponent/DeviceManager/i18n/fr.json +21 -0
  196. package/Components/JsonConfigComponent/DeviceManager/i18n/i18n.d.ts +26 -0
  197. package/Components/JsonConfigComponent/DeviceManager/i18n/it.json +21 -0
  198. package/Components/JsonConfigComponent/DeviceManager/i18n/nl.json +21 -0
  199. package/Components/JsonConfigComponent/DeviceManager/i18n/pl.json +21 -0
  200. package/Components/JsonConfigComponent/DeviceManager/i18n/pt.json +21 -0
  201. package/Components/JsonConfigComponent/DeviceManager/i18n/ru.json +21 -0
  202. package/Components/JsonConfigComponent/DeviceManager/i18n/uk.json +21 -0
  203. package/Components/JsonConfigComponent/DeviceManager/i18n/zh-cn.json +21 -0
  204. package/Components/JsonConfigComponent/DeviceManager/index.d.ts +2 -0
  205. package/Components/JsonConfigComponent/DeviceManager/index.js +10 -0
  206. package/Components/JsonConfigComponent/DeviceManager/index.js.map +1 -0
  207. package/Components/JsonConfigComponent/Utils.d.ts +9 -0
  208. package/Components/JsonConfigComponent/Utils.js +13 -0
  209. package/Components/JsonConfigComponent/index.d.ts +26 -0
  210. package/Components/JsonConfigComponent/index.js +520 -0
  211. package/Components/JsonConfigComponent/index.js.map +1 -0
  212. package/Components/JsonConfigComponent/wrapper/AdminConnection.d.ts +2 -0
  213. package/Components/JsonConfigComponent/wrapper/AdminConnection.js +7 -0
  214. package/Components/JsonConfigComponent/wrapper/Components/ColorPicker.d.ts +2 -0
  215. package/Components/JsonConfigComponent/wrapper/Components/ColorPicker.js +10 -0
  216. package/Components/JsonConfigComponent/wrapper/Components/ColorPicker.js.map +1 -0
  217. package/Components/JsonConfigComponent/wrapper/Components/Icon.d.ts +2 -0
  218. package/Components/JsonConfigComponent/wrapper/Components/Icon.js +10 -0
  219. package/Components/JsonConfigComponent/wrapper/Components/Icon.js.map +1 -0
  220. package/Components/JsonConfigComponent/wrapper/Components/TextWithIcon.d.ts +2 -0
  221. package/Components/JsonConfigComponent/wrapper/Components/TextWithIcon.js +10 -0
  222. package/Components/JsonConfigComponent/wrapper/Components/TextWithIcon.js.map +1 -0
  223. package/Components/JsonConfigComponent/wrapper/Components/UploadImage.d.ts +2 -0
  224. package/Components/JsonConfigComponent/wrapper/Components/UploadImage.js +10 -0
  225. package/Components/JsonConfigComponent/wrapper/Components/UploadImage.js.map +1 -0
  226. package/Components/JsonConfigComponent/wrapper/Components/Utils.d.ts +2 -0
  227. package/Components/JsonConfigComponent/wrapper/Components/Utils.js +10 -0
  228. package/Components/JsonConfigComponent/wrapper/Components/Utils.js.map +1 -0
  229. package/Components/JsonConfigComponent/wrapper/Dialogs/Confirm.d.ts +2 -0
  230. package/Components/JsonConfigComponent/wrapper/Dialogs/Confirm.js +10 -0
  231. package/Components/JsonConfigComponent/wrapper/Dialogs/Confirm.js.map +1 -0
  232. package/Components/JsonConfigComponent/wrapper/Dialogs/Cron.d.ts +2 -0
  233. package/Components/JsonConfigComponent/wrapper/Dialogs/Cron.js +10 -0
  234. package/Components/JsonConfigComponent/wrapper/Dialogs/Cron.js.map +1 -0
  235. package/Components/JsonConfigComponent/wrapper/Dialogs/Error.d.ts +2 -0
  236. package/Components/JsonConfigComponent/wrapper/Dialogs/Error.js +10 -0
  237. package/Components/JsonConfigComponent/wrapper/Dialogs/Error.js.map +1 -0
  238. package/Components/JsonConfigComponent/wrapper/Dialogs/Message.d.ts +2 -0
  239. package/Components/JsonConfigComponent/wrapper/Dialogs/Message.js +10 -0
  240. package/Components/JsonConfigComponent/wrapper/Dialogs/Message.js.map +1 -0
  241. package/Components/JsonConfigComponent/wrapper/Dialogs/SelectFile.d.ts +2 -0
  242. package/Components/JsonConfigComponent/wrapper/Dialogs/SelectFile.js +10 -0
  243. package/Components/JsonConfigComponent/wrapper/Dialogs/SelectFile.js.map +1 -0
  244. package/Components/JsonConfigComponent/wrapper/Dialogs/SelectID.d.ts +2 -0
  245. package/Components/JsonConfigComponent/wrapper/Dialogs/SelectID.js +10 -0
  246. package/Components/JsonConfigComponent/wrapper/Dialogs/SelectID.js.map +1 -0
  247. package/Components/JsonConfigComponent/wrapper/i18n.d.ts +2 -0
  248. package/Components/JsonConfigComponent/wrapper/i18n.js +10 -0
  249. package/Components/JsonConfigComponent/wrapper/i18n.js.map +1 -0
  250. package/Components/JsonConfigComponent/wrapper/icons/IconCopy.d.ts +2 -0
  251. package/Components/JsonConfigComponent/wrapper/icons/IconCopy.js +10 -0
  252. package/Components/JsonConfigComponent/wrapper/icons/IconCopy.js.map +1 -0
  253. package/Components/Loader.js +223 -223
  254. package/Components/Loader.js.map +1 -0
  255. package/Components/Loaders/PT.css +108 -108
  256. package/Components/Loaders/PT.js +103 -103
  257. package/Components/Loaders/PT.js.map +1 -0
  258. package/Components/Loaders/Vendor.css +13 -13
  259. package/Components/Loaders/Vendor.js +7 -7
  260. package/Components/Loaders/Vendor.js.map +1 -0
  261. package/Components/Logo.js.map +1 -0
  262. package/Components/MDUtils.js.map +1 -0
  263. package/Components/ObjectBrowser.js +344 -344
  264. package/Components/ObjectBrowser.js.map +1 -1
  265. package/Components/Router.js.map +1 -0
  266. package/Components/SaveCloseButtons.js.map +1 -0
  267. package/Components/Schedule.js.map +1 -0
  268. package/Components/SelectWithIcon.js.map +1 -0
  269. package/Components/SimpleCron/cron2text.js.map +1 -0
  270. package/Components/SimpleCron/cronText.js.map +1 -0
  271. package/Components/SimpleCron/index.js.map +1 -0
  272. package/Components/SimpleCron/jquery.cron.locale.js.map +1 -0
  273. package/Components/TabContainer.js.map +1 -0
  274. package/Components/TabContent.js.map +1 -0
  275. package/Components/TabHeader.js.map +1 -0
  276. package/Components/TableResize.js +5 -5
  277. package/Components/TableResize.js.map +1 -1
  278. package/Components/TextWithIcon.js.map +1 -0
  279. package/Components/ToggleThemeMenu.js.map +1 -0
  280. package/Components/TreeTable.js +70 -70
  281. package/Components/TreeTable.js.map +1 -1
  282. package/Components/UploadImage.js +305 -305
  283. package/Components/UploadImage.js.map +1 -0
  284. package/Components/Utils.js.map +1 -0
  285. package/Components/copy-to-clipboard.d.ts +13 -0
  286. package/Components/copy-to-clipboard.js +156 -0
  287. package/Components/copy-to-clipboard.js.map +1 -0
  288. package/Components/loader.css +221 -221
  289. package/Components/types.d.ts +82 -82
  290. package/Components/withWidth.js.map +1 -1
  291. package/Connection.js.map +1 -1
  292. package/Dialogs/ComplexCron.js.map +1 -0
  293. package/Dialogs/Confirm.js.map +1 -0
  294. package/Dialogs/Cron.js.map +1 -0
  295. package/Dialogs/Error.js.map +1 -0
  296. package/Dialogs/Message.js.map +1 -0
  297. package/Dialogs/SelectFile.js.map +1 -0
  298. package/Dialogs/SelectID.js.map +1 -0
  299. package/Dialogs/SimpleCron.js.map +1 -0
  300. package/Dialogs/TextInput.js.map +1 -0
  301. package/GenericApp.d.ts +2 -2
  302. package/GenericApp.js +49 -49
  303. package/GenericApp.js.map +1 -0
  304. package/LICENSE +22 -22
  305. package/LegacyConnection.d.ts +1 -1
  306. package/LegacyConnection.js +1 -0
  307. package/LegacyConnection.js.map +1 -0
  308. package/Prompt.js +7 -7
  309. package/Prompt.js.map +1 -0
  310. package/README.md +1101 -1101
  311. package/Theme.js.map +1 -0
  312. package/assets/devices/Alarm Systems.svg +18 -18
  313. package/assets/devices/Amplifier.svg +21 -21
  314. package/assets/devices/Awnings.svg +4 -4
  315. package/assets/devices/Battery Status.svg +4 -4
  316. package/assets/devices/Ceiling Spotlights.svg +15 -15
  317. package/assets/devices/Chandelier.svg +6 -6
  318. package/assets/devices/Climate.svg +11 -11
  319. package/assets/devices/Coffee Makers.svg +5 -5
  320. package/assets/devices/Cold Water.svg +31 -31
  321. package/assets/devices/Computer.svg +21 -21
  322. package/assets/devices/Consumption.svg +7 -7
  323. package/assets/devices/Curtains.svg +43 -43
  324. package/assets/devices/Dishwashers.svg +11 -11
  325. package/assets/devices/Doors.svg +5 -5
  326. package/assets/devices/Doorstep.svg +35 -35
  327. package/assets/devices/Dryer.svg +13 -13
  328. package/assets/devices/Fan.svg +20 -20
  329. package/assets/devices/Floor Lamps.svg +4 -4
  330. package/assets/devices/Garage Doors.svg +9 -9
  331. package/assets/devices/Gates.svg +32 -32
  332. package/assets/devices/Hairdryer.svg +23 -23
  333. package/assets/devices/Handle.svg +6 -6
  334. package/assets/devices/Hanging Lamps.svg +8 -8
  335. package/assets/devices/Heater.svg +44 -44
  336. package/assets/devices/Hoods.svg +11 -11
  337. package/assets/devices/Hot Water.svg +9 -9
  338. package/assets/devices/Humidity.svg +41 -41
  339. package/assets/devices/Iron.svg +4 -4
  340. package/assets/devices/Irrigation.svg +22 -22
  341. package/assets/devices/Led Strip.svg +30 -30
  342. package/assets/devices/Light.svg +29 -29
  343. package/assets/devices/Lightings.svg +46 -46
  344. package/assets/devices/Lock.svg +19 -19
  345. package/assets/devices/Louvre.svg +6 -6
  346. package/assets/devices/Mowing Machine.svg +8 -8
  347. package/assets/devices/Music.svg +12 -12
  348. package/assets/devices/Outdoor Blinds.svg +6 -6
  349. package/assets/devices/People.svg +19 -19
  350. package/assets/devices/Pool.svg +7 -7
  351. package/assets/devices/Power Consumption.svg +12 -12
  352. package/assets/devices/Printer.svg +9 -9
  353. package/assets/devices/Pump.svg +9 -9
  354. package/assets/devices/Receiver.svg +18 -18
  355. package/assets/devices/Sconces.svg +9 -9
  356. package/assets/devices/Security.svg +34 -34
  357. package/assets/devices/Shading.svg +4 -4
  358. package/assets/devices/Shutters.svg +10 -10
  359. package/assets/devices/SmokeDetector.svg +12 -12
  360. package/assets/devices/Sockets.svg +13 -13
  361. package/assets/devices/Speaker.svg +35 -35
  362. package/assets/devices/Stove.svg +11 -11
  363. package/assets/devices/Table Lamps.svg +11 -11
  364. package/assets/devices/Temperature Sensors.svg +28 -28
  365. package/assets/devices/Tv.svg +7 -7
  366. package/assets/devices/Vacuum Cleaner.svg +15 -15
  367. package/assets/devices/Ventilation.svg +12 -12
  368. package/assets/devices/Washing Machines.svg +15 -15
  369. package/assets/devices/Water Consumption.svg +5 -5
  370. package/assets/devices/Water Heater.svg +8 -8
  371. package/assets/devices/Water.svg +40 -40
  372. package/assets/devices/Weather.svg +28 -28
  373. package/assets/devices/Window.svg +7 -7
  374. package/assets/devices/list.json +993 -993
  375. package/assets/devices/names.txt +62 -62
  376. package/assets/devices/parseNames.js +34 -34
  377. package/assets/lamp_ceiling.svg +8 -8
  378. package/assets/lamp_table.svg +7 -7
  379. package/assets/no_icon.svg +9 -9
  380. package/assets/rooms/Anteroom.svg +52 -52
  381. package/assets/rooms/Attic.svg +21 -21
  382. package/assets/rooms/Balcony.svg +12 -12
  383. package/assets/rooms/Barn.svg +5 -5
  384. package/assets/rooms/Basement.svg +4 -4
  385. package/assets/rooms/Bathroom.svg +38 -38
  386. package/assets/rooms/Bedroom.svg +5 -5
  387. package/assets/rooms/Boiler Room.svg +12 -12
  388. package/assets/rooms/Carport.svg +17 -17
  389. package/assets/rooms/Cellar.svg +89 -89
  390. package/assets/rooms/Chamber.svg +9 -9
  391. package/assets/rooms/Corridor.svg +52 -52
  392. package/assets/rooms/Dining Area.svg +37 -37
  393. package/assets/rooms/Dining Room.svg +37 -37
  394. package/assets/rooms/Dining.svg +37 -37
  395. package/assets/rooms/Dressing Room.svg +4 -4
  396. package/assets/rooms/Driveway.svg +14 -14
  397. package/assets/rooms/Entrance.svg +44 -44
  398. package/assets/rooms/Equipment Room.svg +14 -14
  399. package/assets/rooms/Front Yard.svg +64 -64
  400. package/assets/rooms/Gallery.svg +13 -13
  401. package/assets/rooms/Garage.svg +20 -20
  402. package/assets/rooms/Garden.svg +12 -12
  403. package/assets/rooms/Ground Floor.svg +95 -95
  404. package/assets/rooms/Guest Bathroom.svg +32 -32
  405. package/assets/rooms/Guest Room.svg +5 -5
  406. package/assets/rooms/Gym.svg +4 -4
  407. package/assets/rooms/Hall.svg +19 -19
  408. package/assets/rooms/Home Theater.svg +7 -7
  409. package/assets/rooms/Kitchen.svg +17 -17
  410. package/assets/rooms/Laundry Room.svg +11 -11
  411. package/assets/rooms/Living Area.svg +10 -10
  412. package/assets/rooms/Living Room.svg +10 -10
  413. package/assets/rooms/Locker Room.svg +16 -16
  414. package/assets/rooms/Nursery.svg +4 -4
  415. package/assets/rooms/Office.svg +8 -8
  416. package/assets/rooms/Outdoors.svg +7 -7
  417. package/assets/rooms/Playroom.svg +5 -5
  418. package/assets/rooms/Pool.svg +7 -7
  419. package/assets/rooms/Rear Wall.svg +30 -30
  420. package/assets/rooms/Second Floor.svg +95 -95
  421. package/assets/rooms/Shed.svg +16 -16
  422. package/assets/rooms/Sleeping Area.svg +22 -22
  423. package/assets/rooms/Stairway.svg +4 -4
  424. package/assets/rooms/Stairwell.svg +15 -15
  425. package/assets/rooms/Storeroom.svg +4 -4
  426. package/assets/rooms/Summer House.svg +27 -27
  427. package/assets/rooms/Swimming Pool.svg +21 -21
  428. package/assets/rooms/Terrace.svg +6 -6
  429. package/assets/rooms/Toilet.svg +10 -10
  430. package/assets/rooms/Upstairs.svg +5 -5
  431. package/assets/rooms/Wardrobe.svg +60 -60
  432. package/assets/rooms/Washroom.svg +19 -19
  433. package/assets/rooms/Wc.svg +10 -10
  434. package/assets/rooms/Windscreen.svg +60 -60
  435. package/assets/rooms/Workshop.svg +22 -22
  436. package/assets/rooms/Workspace.svg +8 -8
  437. package/assets/rooms/list.json +945 -945
  438. package/assets/rooms/names.txt +59 -59
  439. package/assets/rooms/parseNames.js +34 -34
  440. package/craco-module-federation.js +69 -69
  441. package/i18n.js.map +1 -0
  442. package/icons/IconAdapter.js.map +1 -1
  443. package/icons/IconAlias.js.map +1 -1
  444. package/icons/IconChannel.js.map +1 -1
  445. package/icons/IconClearFilter.js.map +1 -1
  446. package/icons/IconClosed.js.map +1 -1
  447. package/icons/IconCopy.js +8 -8
  448. package/icons/IconCopy.js.map +1 -1
  449. package/icons/IconDevice.js.map +1 -1
  450. package/icons/IconDocument.js.map +1 -1
  451. package/icons/IconDocumentReadOnly.js.map +1 -1
  452. package/icons/IconExpert.js.map +1 -0
  453. package/icons/IconFx.js +1 -1
  454. package/icons/IconFx.js.map +1 -1
  455. package/icons/IconInstance.js.map +1 -1
  456. package/icons/IconLogout.js +9 -9
  457. package/icons/IconLogout.js.map +1 -1
  458. package/icons/IconNoIcon.js +8 -8
  459. package/icons/IconNoIcon.js.map +1 -1
  460. package/icons/IconOpen.js.map +1 -1
  461. package/icons/IconState.js.map +1 -1
  462. package/index.css +54 -54
  463. package/package.json +2 -2
  464. package/types.d.ts +94 -94
@@ -1,994 +1,994 @@
1
- [
2
- {
3
- "_id": "hood",
4
- "name": {
5
- "en": "Hood",
6
- "ru": "Вытяжка",
7
- "de": "Abzugshaube",
8
- "fr": "Capot",
9
- "it": "Cappe",
10
- "nl": "Hood",
11
- "pl": "Okapy",
12
- "pt": "Hood",
13
- "es": "Campana",
14
- "zh-cn": "抽油烟机"
15
- },
16
- "icon": "Hoods.svg"
17
- },
18
- {
19
- "_id": "alarm_system",
20
- "name": {
21
- "en": "Alarm System",
22
- "ru": "Сигнализация",
23
- "de": "Alarmanlage",
24
- "fr": "Systèmes D'Alarme",
25
- "it": "Sistemi Di Allarme",
26
- "nl": "Alarm Systems",
27
- "pl": "Systemy Alarmowe",
28
- "pt": "Sistemas De Alarme",
29
- "es": "Sistemas De Alarma",
30
- "zh-cn": "报警系统"
31
- },
32
- "icon": "Alarm Systems.svg"
33
- },
34
- {
35
- "_id": "battery_status",
36
- "name": {
37
- "en": "Battery Status",
38
- "ru": "Заряд батареи",
39
- "de": "Batteriestatus",
40
- "fr": "État De La Batterie",
41
- "it": "Stato Della Batteria",
42
- "nl": "Batterij Status",
43
- "pl": "Stan Baterii",
44
- "pt": "Estado Da Bateria",
45
- "es": "Estado De La Batería",
46
- "zh-cn": "电池状态"
47
- },
48
- "icon": "Battery Status.svg"
49
- },
50
- {
51
- "_id": "lighting",
52
- "name": {
53
- "en": "Lighting",
54
- "ru": "Светильник",
55
- "de": "Beleuchtung",
56
- "fr": "Éclairages",
57
- "it": "Illuminazione",
58
- "nl": "Verlichting",
59
- "pl": "Oprawy Oświetleniowe",
60
- "pt": "Iluminações",
61
- "es": "Iluminaciones",
62
- "zh-cn": "照明"
63
- },
64
- "icon": "Lightings.svg"
65
- },
66
- {
67
- "_id": "shading",
68
- "name": {
69
- "en": "Shading",
70
- "ru": "Затенение",
71
- "de": "Beschattungen",
72
- "fr": "Ombres",
73
- "it": "Ombreggiatura",
74
- "nl": "Shading",
75
- "pl": "Zacienienie",
76
- "pt": "Shading",
77
- "es": "Sombreado",
78
- "zh-cn": "底纹"
79
- },
80
- "icon": "Shading.svg"
81
- },
82
- {
83
- "_id": "irrigation",
84
- "name": {
85
- "en": "Irrigation",
86
- "ru": "Орошение",
87
- "de": "Bewässerung",
88
- "fr": "Irrigation",
89
- "it": "Irrigazione",
90
- "nl": "Irrigatie",
91
- "pl": "Nawadnianie",
92
- "pt": "Irrigação",
93
- "es": "Irrigación",
94
- "zh-cn": "灌溉"
95
- },
96
- "icon": "Irrigation.svg"
97
- },
98
- {
99
- "_id": "iron",
100
- "name": {
101
- "en": "Iron",
102
- "ru": "Утюг",
103
- "de": "Bügeleisen",
104
- "fr": "Le Fer",
105
- "it": "Ferro",
106
- "nl": "Ijzer",
107
- "pl": "Żelazo",
108
- "pt": "Ferro",
109
- "es": "Hierro",
110
- "zh-cn": "铁"
111
- },
112
- "icon": "Iron.svg"
113
- },
114
- {
115
- "_id": "computer",
116
- "name": {
117
- "en": "Computer",
118
- "ru": "Компьютер",
119
- "de": "Rechner",
120
- "fr": "L'Ordinateur",
121
- "it": "Computer",
122
- "nl": "Computer",
123
- "pl": "Komputer",
124
- "pt": "Computador",
125
- "es": "Ordenador",
126
- "zh-cn": "电脑"
127
- },
128
- "icon": "Computer.svg"
129
- },
130
- {
131
- "_id": "ceiling_spotlight",
132
- "name": {
133
- "en": "Ceiling Spotlight",
134
- "ru": "Потолочный прожектор",
135
- "de": "Deckenspot",
136
- "fr": "Plafond Spotlight",
137
- "it": "Faretti A Soffitto",
138
- "nl": "Plafond Spotlight",
139
- "pl": "Reflektory Sufitowe",
140
- "pt": "Tecto Foco",
141
- "es": "Focos De Techo",
142
- "zh-cn": "天花射灯"
143
- },
144
- "icon": "Ceiling Spotlights.svg"
145
- },
146
- {
147
- "_id": "printer",
148
- "name": {
149
- "en": "Printer",
150
- "de": "Drucker",
151
- "ru": "Принтер",
152
- "pt": "Impressora",
153
- "nl": "Printer",
154
- "fr": "Imprimante",
155
- "it": "Stampante",
156
- "es": "Impresora",
157
- "pl": "Drukarka",
158
- "zh-cn": "打印机"
159
- },
160
- "icon": "Printer.svg"
161
- },
162
- {
163
- "_id": "power_consumption",
164
- "name": {
165
- "en": "Power Consumption",
166
- "ru": "Потребляемая мощность",
167
- "de": "Stromverbrauch",
168
- "fr": "Consommation D'Énergie",
169
- "it": "Consumo Di Energia",
170
- "nl": "Energieverbruik",
171
- "pl": "Pobór Energii",
172
- "pt": "Consumo De Energia",
173
- "es": "El Consumo De Energía",
174
- "zh-cn": "能量消耗"
175
- },
176
- "icon": "Power Consumption.svg"
177
- },
178
- {
179
- "_id": "window",
180
- "name": {
181
- "en": "Window",
182
- "ru": "Окно",
183
- "de": "Fenster",
184
- "fr": "La Fenêtre",
185
- "it": "Finestra",
186
- "nl": "Venster",
187
- "pl": "Okno",
188
- "pt": "Janela",
189
- "es": "Ventana",
190
- "zh-cn": "窗户"
191
- },
192
- "icon": "Window.svg"
193
- },
194
- {
195
- "_id": "garage_door",
196
- "name": {
197
- "en": "Garage Door",
198
- "ru": "Гаражные Ворота",
199
- "de": "Garagentor",
200
- "fr": "Portes De Garage",
201
- "it": "Garage Door",
202
- "nl": "Garage Door",
203
- "pl": "Bramy Garażowe",
204
- "pt": "Portas De Garagem",
205
- "es": "Las Puertas De Garaje",
206
- "zh-cn": "车库门"
207
- },
208
- "icon": "Garage Doors.svg"
209
- },
210
- {
211
- "_id": "hairdryer",
212
- "name": {
213
- "en": "Hairdryer",
214
- "ru": "Фен",
215
- "de": "Haartrockner",
216
- "fr": "Sèche-Cheveux",
217
- "it": "Asciugacapelli",
218
- "nl": "Haardroger",
219
- "pl": "Suszarka Do Włosów",
220
- "pt": "Secador De Cabelo",
221
- "es": "Secador De Pelo",
222
- "zh-cn": "电吹风"
223
- },
224
- "icon": "Hairdryer.svg"
225
- },
226
- {
227
- "_id": "hanging_lamp",
228
- "name": {
229
- "en": "Hanging Lamp",
230
- "ru": "Подвесной светильник",
231
- "de": "Hängelampe",
232
- "fr": "Lampes Suspendues",
233
- "it": "Lampade A Sospensione",
234
- "nl": "Opknoping Lampen",
235
- "pl": "Lampy Wiszące",
236
- "pt": "Lâmpadas De Suspensão",
237
- "es": "Lámparas Colgantes",
238
- "zh-cn": "挂灯"
239
- },
240
- "icon": "Hanging Lamps.svg"
241
- },
242
- {
243
- "_id": "doorstep",
244
- "name": {
245
- "en": "Enterance",
246
- "ru": "Входная дверь",
247
- "de": "Haustür",
248
- "fr": "Seuil De Porte",
249
- "it": "Gradino Della Porta",
250
- "nl": "Drempel",
251
- "pl": "Próg",
252
- "pt": "Porta",
253
- "es": "Peldaño",
254
- "zh-cn": "门阶"
255
- },
256
- "icon": "Doorstep.svg"
257
- },
258
- {
259
- "_id": "hot_water",
260
- "name": {
261
- "en": "Hot Water",
262
- "ru": "Горячая вода",
263
- "de": "Heißwasser",
264
- "fr": "Eau Chaude",
265
- "it": "Acqua Calda",
266
- "nl": "Heet Water",
267
- "pl": "Gorąca Woda",
268
- "pt": "Água Quente",
269
- "es": "Agua Caliente",
270
- "zh-cn": "热水"
271
- },
272
- "icon": "Hot Water.svg"
273
- },
274
- {
275
- "_id": "heating",
276
- "name": {
277
- "en": "Heating",
278
- "ru": "Отопление",
279
- "de": "Heizung",
280
- "fr": "Chauffe-Eau",
281
- "it": "Riscaldatore",
282
- "nl": "Verwarmer",
283
- "pl": "Podgrzewacz",
284
- "pt": "Aquecedor",
285
- "es": "Calentador",
286
- "zh-cn": "加热器"
287
- },
288
- "icon": "Heater.svg"
289
- },
290
- {
291
- "_id": "stove",
292
- "name": {
293
- "en": "Stove",
294
- "ru": "Печь",
295
- "de": "Herd",
296
- "fr": "Le Fourneau",
297
- "it": "Stufa",
298
- "nl": "Fornuis",
299
- "pl": "Kuchenka",
300
- "pt": "Forno",
301
- "es": "Cocina",
302
- "zh-cn": "火炉"
303
- },
304
- "icon": "Stove.svg"
305
- },
306
- {
307
- "_id": "louvre",
308
- "name": {
309
- "en": "Louvre",
310
- "ru": "Жалюзи",
311
- "de": "Jalousie",
312
- "fr": "Persienne",
313
- "it": "Persiana Di Ventilazione",
314
- "nl": "Louvre",
315
- "pl": "Żaluzja",
316
- "pt": "Trapeira",
317
- "es": "Lumbrera",
318
- "zh-cn": "卢浮宫"
319
- },
320
- "icon": "Louvre.svg"
321
- },
322
- {
323
- "_id": "coffee_maker",
324
- "name": {
325
- "en": "Coffee Maker",
326
- "ru": "Кофеварка",
327
- "de": "Kaffemaschine",
328
- "fr": "Cafetière",
329
- "it": "Macchine Da Caffè",
330
- "nl": "Koffie Maker",
331
- "pl": "Ekspresy Do Kawy",
332
- "pt": "Cafeteira",
333
- "es": "Cafetera",
334
- "zh-cn": "咖啡壶"
335
- },
336
- "icon": "Coffee Makers.svg"
337
- },
338
- {
339
- "_id": "cold_water",
340
- "name": {
341
- "en": "Cold Water",
342
- "ru": "Холодная вода",
343
- "de": "Kaltwasser",
344
- "fr": "Eau Froide",
345
- "it": "Acqua Fredda",
346
- "nl": "Koud Water",
347
- "pl": "Zimna Woda",
348
- "pt": "Água Fria",
349
- "es": "Agua Fría",
350
- "zh-cn": "冷水"
351
- },
352
- "icon": "Cold Water.svg"
353
- },
354
- {
355
- "_id": "climate",
356
- "name": {
357
- "en": "Climate",
358
- "ru": "Климат",
359
- "de": "Klima",
360
- "fr": "Climat",
361
- "it": "Clima",
362
- "nl": "Klimaat",
363
- "pl": "Klimat",
364
- "pt": "Clima",
365
- "es": "Clima",
366
- "zh-cn": "气候"
367
- },
368
- "icon": "Climate.svg"
369
- },
370
- {
371
- "_id": "speaker",
372
- "name": {
373
- "en": "Speaker",
374
- "ru": "Звуковая система",
375
- "de": "Lautsprecher",
376
- "fr": "Orateur",
377
- "it": "Altoparlante",
378
- "nl": "Spreker",
379
- "pl": "Głośnik",
380
- "pt": "Palestrante",
381
- "es": "Altavoz",
382
- "zh-cn": "扬声器"
383
- },
384
- "icon": "Speaker.svg"
385
- },
386
- {
387
- "_id": "led_strip",
388
- "name": {
389
- "en": "Led Strip",
390
- "ru": "Светодиодная лента",
391
- "de": "LED Leiste",
392
- "fr": "Led Strip",
393
- "it": "Led Strip",
394
- "nl": "Loden Strip",
395
- "pl": "Pasek Ledowy",
396
- "pt": "Led Faixa",
397
- "es": "Tira Llevada",
398
- "zh-cn": "灯带"
399
- },
400
- "icon": "Led Strip.svg"
401
- },
402
- {
403
- "_id": "light",
404
- "name": {
405
- "en": "Light",
406
- "ru": "Свет",
407
- "de": "Licht",
408
- "fr": "Lumière",
409
- "it": "Leggero",
410
- "nl": "Licht",
411
- "pl": "Lekki",
412
- "pt": "Luz",
413
- "es": "Luz",
414
- "zh-cn": "光"
415
- },
416
- "icon": "Light.svg"
417
- },
418
- {
419
- "_id": "fan",
420
- "name": {
421
- "en": "Fan",
422
- "ru": "Вентилятор",
423
- "de": "Lüfter",
424
- "fr": "Ventilateur",
425
- "it": "Fan",
426
- "nl": "Ventilator",
427
- "pl": "Wentylator",
428
- "pt": "Ventilador",
429
- "es": "Ventilador",
430
- "zh-cn": "扇子"
431
- },
432
- "icon": "Fan.svg"
433
- },
434
- {
435
- "_id": "humidity",
436
- "name": {
437
- "en": "Humidity",
438
- "ru": "Влажность",
439
- "de": "Luftfeuchtigkeit",
440
- "fr": "Humidité",
441
- "it": "Umidità",
442
- "nl": "Vochtigheid",
443
- "pl": "Wilgotność",
444
- "pt": "Umidade",
445
- "es": "Humedad",
446
- "zh-cn": "湿度"
447
- },
448
- "icon": "Humidity.svg"
449
- },
450
- {
451
- "_id": "ventilation",
452
- "name": {
453
- "en": "Ventilation",
454
- "ru": "Вентиляция",
455
- "de": "Lüftung",
456
- "fr": "Ventilation",
457
- "it": "Ventilazione",
458
- "nl": "Ventilatie",
459
- "pl": "Wentylacja",
460
- "pt": "Ventilação",
461
- "es": "Ventilación",
462
- "zh-cn": "通风"
463
- },
464
- "icon": "Ventilation.svg"
465
- },
466
- {
467
- "_id": "chandelier",
468
- "name": {
469
- "en": "Chandelier",
470
- "ru": "Люстра",
471
- "de": "Kronleuchter",
472
- "fr": "Lustre",
473
- "it": "Lampadario",
474
- "nl": "Kroonluchter",
475
- "pl": "Żyrandol",
476
- "pt": "Lustre",
477
- "es": "Candelabro",
478
- "zh-cn": "枝形吊灯"
479
- },
480
- "icon": "Chandelier.svg"
481
- },
482
- {
483
- "_id": "awning",
484
- "name": {
485
- "en": "Awning",
486
- "ru": "Маркиза",
487
- "de": "Markise",
488
- "fr": "Auvents",
489
- "it": "Tende",
490
- "nl": "Luifels",
491
- "pl": "Okrycia",
492
- "pt": "Toldos",
493
- "es": "Toldos",
494
- "zh-cn": "遮阳篷"
495
- },
496
- "icon": "Awnings.svg"
497
- },
498
- {
499
- "_id": "music",
500
- "name": {
501
- "en": "Music",
502
- "ru": "Музыка",
503
- "de": "Musik",
504
- "fr": "Musique",
505
- "it": "Musica",
506
- "nl": "Muziek",
507
- "pl": "Muzyka",
508
- "pt": "Música",
509
- "es": "Música",
510
- "zh-cn": "音乐"
511
- },
512
- "icon": "Music.svg"
513
- },
514
- {
515
- "_id": "people",
516
- "name": {
517
- "en": "People",
518
- "ru": "Люди",
519
- "de": "Personen",
520
- "fr": "Gens",
521
- "it": "Persone",
522
- "nl": "Mensen",
523
- "pl": "Ludzie",
524
- "pt": "Pessoas",
525
- "es": "Personas",
526
- "zh-cn": "人们"
527
- },
528
- "icon": "People.svg"
529
- },
530
- {
531
- "_id": "pool",
532
- "name": {
533
- "en": "Pool",
534
- "ru": "Бассейн",
535
- "de": "Pool",
536
- "fr": "Piscine",
537
- "it": "Piscina",
538
- "nl": "Zwembad",
539
- "pl": "Basen",
540
- "pt": "Piscina",
541
- "es": "Piscina",
542
- "zh-cn": "水池"
543
- },
544
- "icon": "Pool.svg"
545
- },
546
- {
547
- "_id": "pump",
548
- "name": {
549
- "en": "Pump",
550
- "ru": "Насос",
551
- "de": "Pumpe",
552
- "fr": "Pompe",
553
- "it": "Pompa",
554
- "nl": "Pomp",
555
- "pl": "Pompa",
556
- "pt": "Bombear",
557
- "es": "Bomba",
558
- "zh-cn": "泵"
559
- },
560
- "icon": "Pump.svg"
561
- },
562
- {
563
- "_id": "outdoor_blinds",
564
- "name": {
565
- "en": "Outdoor Blinds",
566
- "ru": "Внещгте жалюзи",
567
- "de": "Raffstore",
568
- "fr": "Volets",
569
- "it": "Tende Da Esterni",
570
- "nl": "Outdoor Blinds",
571
- "pl": "Rolety Zewnętrzne",
572
- "pt": "Estores Exteriores",
573
- "es": "Persianas Exteriores",
574
- "zh-cn": "室外百叶窗"
575
- },
576
- "icon": "Outdoor Blinds.svg"
577
- },
578
- {
579
- "_id": "mowing_machine",
580
- "name": {
581
- "en": "Mowing Machine",
582
- "ru": "Газонокосилка",
583
- "de": "Rasenmäher",
584
- "fr": "Machine De Fauchage",
585
- "it": "Macchina Di Falciatura",
586
- "nl": "Maaimachine",
587
- "pl": "Kosiarka",
588
- "pt": "Roçada Máquina",
589
- "es": "Segadora",
590
- "zh-cn": "割草机"
591
- },
592
- "icon": "Mowing Machine.svg"
593
- },
594
- {
595
- "_id": "receiver",
596
- "name": {
597
- "en": "Receiver",
598
- "ru": "Приставка",
599
- "de": "Receiver",
600
- "fr": "Destinataire",
601
- "it": "Ricevitore",
602
- "nl": "Ontvanger",
603
- "pl": "Odbiorca",
604
- "pt": "Recebedor",
605
- "es": "Receptor",
606
- "zh-cn": "接收者"
607
- },
608
- "icon": "Receiver.svg"
609
- },
610
- {
611
- "_id": "shutters",
612
- "name": {
613
- "en": "Shutters",
614
- "ru": "Ставни",
615
- "de": "Rollladen",
616
- "fr": "Volets",
617
- "it": "Persiane",
618
- "nl": "Shutters",
619
- "pl": "Żaluzje",
620
- "pt": "Persianas",
621
- "es": "Persianas",
622
- "zh-cn": "百叶窗"
623
- },
624
- "icon": "Shutters.svg"
625
- },
626
- {
627
- "_id": "smoke_detector",
628
- "name": {
629
- "en": "Smoke detector",
630
- "de": "Rauchmelder",
631
- "ru": "Детектор дыма",
632
- "pt": "Detector de fumaça",
633
- "nl": "Rookdetector",
634
- "fr": "Détecteur de fumée",
635
- "it": "Rilevatore di fumo",
636
- "es": "Detector de humo",
637
- "pl": "Wykrywacz dymu",
638
- "zh-cn": "烟雾探测器"
639
- },
640
- "icon": "SmokeDetector.svg"
641
- },
642
- {
643
- "_id": "lock",
644
- "name": {
645
- "en": "Lock",
646
- "ru": "Замок",
647
- "de": "Schloß",
648
- "fr": "Fermer À Clé",
649
- "it": "Serratura",
650
- "nl": "Slot",
651
- "pl": "Zamek",
652
- "pt": "Trancar",
653
- "es": "Cerrar Con Llave",
654
- "zh-cn": "锁"
655
- },
656
- "icon": "Lock.svg"
657
- },
658
- {
659
- "_id": "security",
660
- "name": {
661
- "en": "Security",
662
- "ru": "Безопасность",
663
- "de": "Sicherheit",
664
- "fr": "Sécurité",
665
- "it": "Sicurezza",
666
- "nl": "Veiligheid",
667
- "pl": "Bezpieczeństwo",
668
- "pt": "Segurança",
669
- "es": "Seguridad",
670
- "zh-cn": "安全"
671
- },
672
- "icon": "Security.svg"
673
- },
674
- {
675
- "_id": "dishwasher",
676
- "name": {
677
- "en": "Dishwasher",
678
- "ru": "Посудомоечная машина",
679
- "de": "Spülmaschine",
680
- "fr": "Lave-Vaisselles",
681
- "it": "Lavastoviglie",
682
- "nl": "Vaatwassers",
683
- "pl": "Zmywarki",
684
- "pt": "Máquinas De Lavar Louça",
685
- "es": "Lavaplatos",
686
- "zh-cn": "洗碗机"
687
- },
688
- "icon": "Dishwashers.svg"
689
- },
690
- {
691
- "_id": "vacuum_cleaner",
692
- "name": {
693
- "en": "Vacuum Cleaner",
694
- "ru": "Пылесос",
695
- "de": "Staubsauger",
696
- "fr": "Aspirateur",
697
- "it": "Aspirapolvere",
698
- "nl": "Stofzuiger",
699
- "pl": "Odkurzacz",
700
- "pt": "Aspirador De Pó",
701
- "es": "Aspiradora",
702
- "zh-cn": "吸尘器"
703
- },
704
- "icon": "Vacuum Cleaner.svg"
705
- },
706
- {
707
- "_id": "socket",
708
- "name": {
709
- "en": "Socket",
710
- "ru": "Розетка",
711
- "de": "Steckdose",
712
- "fr": "Prise",
713
- "it": "Socket",
714
- "nl": "Socket",
715
- "pl": "Gniazdka",
716
- "pt": "Tomada",
717
- "es": "Zócalo",
718
- "zh-cn": "套接字"
719
- },
720
- "icon": "Sockets.svg"
721
- },
722
- {
723
- "_id": "floor_lamp",
724
- "name": {
725
- "en": "Floor Lamp",
726
- "ru": "Торшер",
727
- "de": "Stehlampe",
728
- "fr": "Lampes Pour Plancher",
729
- "it": "Lampade A Stelo",
730
- "nl": "Vloerlampen",
731
- "pl": "Lampy Podłogowe",
732
- "pt": "Lâmpadas Chão",
733
- "es": "Lámparas De Pie",
734
- "zh-cn": "落地灯"
735
- },
736
- "icon": "Floor Lamps.svg"
737
- },
738
- {
739
- "_id": "power_consumption",
740
- "name": {
741
- "en": "Power Consumption",
742
- "ru": "Потребляемая мощность",
743
- "de": "Stromverbrauch",
744
- "fr": "Consommation D'Énergie",
745
- "it": "Consumo Di Energia",
746
- "nl": "Energieverbruik",
747
- "pl": "Pobór Energii",
748
- "pt": "Consumo De Energia",
749
- "es": "El Consumo De Energía",
750
- "zh-cn": "能量消耗"
751
- },
752
- "icon": "Power Consumption.svg"
753
- },
754
- {
755
- "_id": "temperature_sensor",
756
- "name": {
757
- "en": "Temperature Sensor",
758
- "ru": "Температурный датчик",
759
- "de": "Temperatur-Sensor",
760
- "fr": "Capteur De Température",
761
- "it": "Sensori Di Temperatura",
762
- "nl": "Temperatuursensor",
763
- "pl": "Czujniki Temperatury",
764
- "pt": "Sensores De Temperatura",
765
- "es": "Sensores De Temperatura",
766
- "zh-cn": "温度传感器"
767
- },
768
- "icon": "Temperature Sensors.svg"
769
- },
770
- {
771
- "_id": "table_lamp",
772
- "name": {
773
- "en": "Table Lamp",
774
- "ru": "Настольная лампа",
775
- "de": "Tischlampe",
776
- "fr": "Lampe De Chevet",
777
- "it": "Lampade Da Tavolo",
778
- "nl": "Tafellampen",
779
- "pl": "Lampy Stołowe",
780
- "pt": "Lâmpadas De Mesa",
781
- "es": "Lámparas De Mesa",
782
- "zh-cn": "台灯"
783
- },
784
- "icon": "Table Lamps.svg"
785
- },
786
- {
787
- "_id": "gate",
788
- "name": {
789
- "en": "Gate",
790
- "ru": "Ворота",
791
- "de": "Tor",
792
- "fr": "Porte",
793
- "it": "Gate",
794
- "nl": "Gate",
795
- "pl": "Bramy",
796
- "pt": "Portões",
797
- "es": "Puertas",
798
- "zh-cn": "盖茨"
799
- },
800
- "icon": "Gates.svg"
801
- },
802
- {
803
- "_id": "dryer",
804
- "name": {
805
- "en": "Dryer",
806
- "ru": "Сушилка",
807
- "de": "Trockner",
808
- "fr": "Séchoir",
809
- "it": "Asciugatrice",
810
- "nl": "Droger",
811
- "pl": "Suszarka",
812
- "pt": "Secador",
813
- "es": "Secadora",
814
- "zh-cn": "烘干机"
815
- },
816
- "icon": "Dryer.svg"
817
- },
818
- {
819
- "_id": "door",
820
- "name": {
821
- "en": "Door",
822
- "ru": "Дверь",
823
- "de": "Tür",
824
- "fr": "Des Portes",
825
- "it": "Porte",
826
- "nl": "Deuren",
827
- "pl": "Drzwi",
828
- "pt": "Portas",
829
- "es": "Puertas",
830
- "zh-cn": "门"
831
- },
832
- "icon": "Doors.svg"
833
- },
834
- {
835
- "_id": "tv",
836
- "name": {
837
- "en": "Tv",
838
- "ru": "Телевизор",
839
- "de": "TV",
840
- "fr": "La Télé",
841
- "it": "Tv",
842
- "nl": "Tv",
843
- "pl": "Telewizja",
844
- "pt": "Televisão",
845
- "es": "Televisor",
846
- "zh-cn": "电视"
847
- },
848
- "icon": "Tv.svg"
849
- },
850
- {
851
- "_id": "consumption",
852
- "name": {
853
- "en": "Consumption",
854
- "ru": "Потребление",
855
- "de": "Verbrauch",
856
- "fr": "Consommation",
857
- "it": "Consumo",
858
- "nl": "Consumptie",
859
- "pl": "Konsumpcja",
860
- "pt": "Consumo",
861
- "es": "Consumo",
862
- "zh-cn": "消费"
863
- },
864
- "icon": "Consumption.svg"
865
- },
866
- {
867
- "_id": "amplifier",
868
- "name": {
869
- "en": "Amplifier",
870
- "ru": "Усилитель звука",
871
- "de": "Verstärker",
872
- "fr": "Amplificateur",
873
- "it": "Amplificatore",
874
- "nl": "Versterker",
875
- "pl": "Wzmacniacz",
876
- "pt": "Amplificador",
877
- "es": "Amplificador",
878
- "zh-cn": "放大器"
879
- },
880
- "icon": "Amplifier.svg"
881
- },
882
- {
883
- "_id": "curtains",
884
- "name": {
885
- "en": "Curtains",
886
- "ru": "Шторы",
887
- "de": "Vorhänge",
888
- "fr": "Des Rideaux",
889
- "it": "Le Tende",
890
- "nl": "Gordijnen",
891
- "pl": "Zasłony",
892
- "pt": "Cortinas",
893
- "es": "Cortinas",
894
- "zh-cn": "窗帘"
895
- },
896
- "icon": "Curtains.svg"
897
- },
898
- {
899
- "_id": "sconce",
900
- "name": {
901
- "en": "Sconce",
902
- "ru": "Настенный светильник",
903
- "de": "Wandlampe",
904
- "fr": "Sconce",
905
- "it": "Sconce",
906
- "nl": "Sconce",
907
- "pl": "Kinkiety",
908
- "pt": "Arandelas",
909
- "es": "Los Apliques",
910
- "zh-cn": "壁灯"
911
- },
912
- "icon": "Sconces.svg"
913
- },
914
- {
915
- "_id": "washing_machine",
916
- "name": {
917
- "en": "Washing Machine",
918
- "ru": "Стиральная машина",
919
- "de": "Waschmaschine",
920
- "fr": "Machines À Laver",
921
- "it": "Lavatrici",
922
- "nl": "Wasmachines",
923
- "pl": "Pralki",
924
- "pt": "Máquinas De Lavar Roupas",
925
- "es": "Lavadoras",
926
- "zh-cn": "洗衣机"
927
- },
928
- "icon": "Washing Machines.svg"
929
- },
930
- {
931
- "_id": "water",
932
- "name": {
933
- "en": "Water",
934
- "ru": "Вода",
935
- "de": "Wasser",
936
- "fr": "L'Eau",
937
- "it": "Acqua",
938
- "nl": "Water",
939
- "pl": "Woda",
940
- "pt": "Água",
941
- "es": "Agua",
942
- "zh-cn": "水"
943
- },
944
- "icon": "Water.svg"
945
- },
946
- {
947
- "_id": "water_heater",
948
- "name": {
949
- "en": "Water Heater",
950
- "ru": "Нагреватель воды",
951
- "de": "Wasserkocher",
952
- "fr": "Chauffe-Eau",
953
- "it": "Scaldabagno",
954
- "nl": "Waterkoker",
955
- "pl": "Podgrzewacz Wody",
956
- "pt": "Aquecedor De Água",
957
- "es": "Calentador De Agua",
958
- "zh-cn": "热水器"
959
- },
960
- "icon": "Water Heater.svg"
961
- },
962
- {
963
- "_id": "water_consumption",
964
- "name": {
965
- "en": "Water Consumption",
966
- "ru": "Потребление воды",
967
- "de": "Wasserverbrauch",
968
- "fr": "Consommation D'Eau",
969
- "it": "Consumo D'Acqua",
970
- "nl": "Waterverbruik",
971
- "pl": "Konsumpcja Wody",
972
- "pt": "Consumo De Água",
973
- "es": "Consumo De Agua",
974
- "zh-cn": "耗水量"
975
- },
976
- "icon": "Water Consumption.svg"
977
- },
978
- {
979
- "_id": "weather",
980
- "name": {
981
- "en": "Weather",
982
- "ru": "Погода",
983
- "de": "Wetter",
984
- "fr": "La Météo",
985
- "it": "Tempo Metereologico",
986
- "nl": "Weer",
987
- "pl": "Pogoda",
988
- "pt": "Clima",
989
- "es": "Tiempo",
990
- "zh-cn": "天气"
991
- },
992
- "icon": "Weather.svg"
993
- }
1
+ [
2
+ {
3
+ "_id": "hood",
4
+ "name": {
5
+ "en": "Hood",
6
+ "ru": "Вытяжка",
7
+ "de": "Abzugshaube",
8
+ "fr": "Capot",
9
+ "it": "Cappe",
10
+ "nl": "Hood",
11
+ "pl": "Okapy",
12
+ "pt": "Hood",
13
+ "es": "Campana",
14
+ "zh-cn": "抽油烟机"
15
+ },
16
+ "icon": "Hoods.svg"
17
+ },
18
+ {
19
+ "_id": "alarm_system",
20
+ "name": {
21
+ "en": "Alarm System",
22
+ "ru": "Сигнализация",
23
+ "de": "Alarmanlage",
24
+ "fr": "Systèmes D'Alarme",
25
+ "it": "Sistemi Di Allarme",
26
+ "nl": "Alarm Systems",
27
+ "pl": "Systemy Alarmowe",
28
+ "pt": "Sistemas De Alarme",
29
+ "es": "Sistemas De Alarma",
30
+ "zh-cn": "报警系统"
31
+ },
32
+ "icon": "Alarm Systems.svg"
33
+ },
34
+ {
35
+ "_id": "battery_status",
36
+ "name": {
37
+ "en": "Battery Status",
38
+ "ru": "Заряд батареи",
39
+ "de": "Batteriestatus",
40
+ "fr": "État De La Batterie",
41
+ "it": "Stato Della Batteria",
42
+ "nl": "Batterij Status",
43
+ "pl": "Stan Baterii",
44
+ "pt": "Estado Da Bateria",
45
+ "es": "Estado De La Batería",
46
+ "zh-cn": "电池状态"
47
+ },
48
+ "icon": "Battery Status.svg"
49
+ },
50
+ {
51
+ "_id": "lighting",
52
+ "name": {
53
+ "en": "Lighting",
54
+ "ru": "Светильник",
55
+ "de": "Beleuchtung",
56
+ "fr": "Éclairages",
57
+ "it": "Illuminazione",
58
+ "nl": "Verlichting",
59
+ "pl": "Oprawy Oświetleniowe",
60
+ "pt": "Iluminações",
61
+ "es": "Iluminaciones",
62
+ "zh-cn": "照明"
63
+ },
64
+ "icon": "Lightings.svg"
65
+ },
66
+ {
67
+ "_id": "shading",
68
+ "name": {
69
+ "en": "Shading",
70
+ "ru": "Затенение",
71
+ "de": "Beschattungen",
72
+ "fr": "Ombres",
73
+ "it": "Ombreggiatura",
74
+ "nl": "Shading",
75
+ "pl": "Zacienienie",
76
+ "pt": "Shading",
77
+ "es": "Sombreado",
78
+ "zh-cn": "底纹"
79
+ },
80
+ "icon": "Shading.svg"
81
+ },
82
+ {
83
+ "_id": "irrigation",
84
+ "name": {
85
+ "en": "Irrigation",
86
+ "ru": "Орошение",
87
+ "de": "Bewässerung",
88
+ "fr": "Irrigation",
89
+ "it": "Irrigazione",
90
+ "nl": "Irrigatie",
91
+ "pl": "Nawadnianie",
92
+ "pt": "Irrigação",
93
+ "es": "Irrigación",
94
+ "zh-cn": "灌溉"
95
+ },
96
+ "icon": "Irrigation.svg"
97
+ },
98
+ {
99
+ "_id": "iron",
100
+ "name": {
101
+ "en": "Iron",
102
+ "ru": "Утюг",
103
+ "de": "Bügeleisen",
104
+ "fr": "Le Fer",
105
+ "it": "Ferro",
106
+ "nl": "Ijzer",
107
+ "pl": "Żelazo",
108
+ "pt": "Ferro",
109
+ "es": "Hierro",
110
+ "zh-cn": "铁"
111
+ },
112
+ "icon": "Iron.svg"
113
+ },
114
+ {
115
+ "_id": "computer",
116
+ "name": {
117
+ "en": "Computer",
118
+ "ru": "Компьютер",
119
+ "de": "Rechner",
120
+ "fr": "L'Ordinateur",
121
+ "it": "Computer",
122
+ "nl": "Computer",
123
+ "pl": "Komputer",
124
+ "pt": "Computador",
125
+ "es": "Ordenador",
126
+ "zh-cn": "电脑"
127
+ },
128
+ "icon": "Computer.svg"
129
+ },
130
+ {
131
+ "_id": "ceiling_spotlight",
132
+ "name": {
133
+ "en": "Ceiling Spotlight",
134
+ "ru": "Потолочный прожектор",
135
+ "de": "Deckenspot",
136
+ "fr": "Plafond Spotlight",
137
+ "it": "Faretti A Soffitto",
138
+ "nl": "Plafond Spotlight",
139
+ "pl": "Reflektory Sufitowe",
140
+ "pt": "Tecto Foco",
141
+ "es": "Focos De Techo",
142
+ "zh-cn": "天花射灯"
143
+ },
144
+ "icon": "Ceiling Spotlights.svg"
145
+ },
146
+ {
147
+ "_id": "printer",
148
+ "name": {
149
+ "en": "Printer",
150
+ "de": "Drucker",
151
+ "ru": "Принтер",
152
+ "pt": "Impressora",
153
+ "nl": "Printer",
154
+ "fr": "Imprimante",
155
+ "it": "Stampante",
156
+ "es": "Impresora",
157
+ "pl": "Drukarka",
158
+ "zh-cn": "打印机"
159
+ },
160
+ "icon": "Printer.svg"
161
+ },
162
+ {
163
+ "_id": "power_consumption",
164
+ "name": {
165
+ "en": "Power Consumption",
166
+ "ru": "Потребляемая мощность",
167
+ "de": "Stromverbrauch",
168
+ "fr": "Consommation D'Énergie",
169
+ "it": "Consumo Di Energia",
170
+ "nl": "Energieverbruik",
171
+ "pl": "Pobór Energii",
172
+ "pt": "Consumo De Energia",
173
+ "es": "El Consumo De Energía",
174
+ "zh-cn": "能量消耗"
175
+ },
176
+ "icon": "Power Consumption.svg"
177
+ },
178
+ {
179
+ "_id": "window",
180
+ "name": {
181
+ "en": "Window",
182
+ "ru": "Окно",
183
+ "de": "Fenster",
184
+ "fr": "La Fenêtre",
185
+ "it": "Finestra",
186
+ "nl": "Venster",
187
+ "pl": "Okno",
188
+ "pt": "Janela",
189
+ "es": "Ventana",
190
+ "zh-cn": "窗户"
191
+ },
192
+ "icon": "Window.svg"
193
+ },
194
+ {
195
+ "_id": "garage_door",
196
+ "name": {
197
+ "en": "Garage Door",
198
+ "ru": "Гаражные Ворота",
199
+ "de": "Garagentor",
200
+ "fr": "Portes De Garage",
201
+ "it": "Garage Door",
202
+ "nl": "Garage Door",
203
+ "pl": "Bramy Garażowe",
204
+ "pt": "Portas De Garagem",
205
+ "es": "Las Puertas De Garaje",
206
+ "zh-cn": "车库门"
207
+ },
208
+ "icon": "Garage Doors.svg"
209
+ },
210
+ {
211
+ "_id": "hairdryer",
212
+ "name": {
213
+ "en": "Hairdryer",
214
+ "ru": "Фен",
215
+ "de": "Haartrockner",
216
+ "fr": "Sèche-Cheveux",
217
+ "it": "Asciugacapelli",
218
+ "nl": "Haardroger",
219
+ "pl": "Suszarka Do Włosów",
220
+ "pt": "Secador De Cabelo",
221
+ "es": "Secador De Pelo",
222
+ "zh-cn": "电吹风"
223
+ },
224
+ "icon": "Hairdryer.svg"
225
+ },
226
+ {
227
+ "_id": "hanging_lamp",
228
+ "name": {
229
+ "en": "Hanging Lamp",
230
+ "ru": "Подвесной светильник",
231
+ "de": "Hängelampe",
232
+ "fr": "Lampes Suspendues",
233
+ "it": "Lampade A Sospensione",
234
+ "nl": "Opknoping Lampen",
235
+ "pl": "Lampy Wiszące",
236
+ "pt": "Lâmpadas De Suspensão",
237
+ "es": "Lámparas Colgantes",
238
+ "zh-cn": "挂灯"
239
+ },
240
+ "icon": "Hanging Lamps.svg"
241
+ },
242
+ {
243
+ "_id": "doorstep",
244
+ "name": {
245
+ "en": "Enterance",
246
+ "ru": "Входная дверь",
247
+ "de": "Haustür",
248
+ "fr": "Seuil De Porte",
249
+ "it": "Gradino Della Porta",
250
+ "nl": "Drempel",
251
+ "pl": "Próg",
252
+ "pt": "Porta",
253
+ "es": "Peldaño",
254
+ "zh-cn": "门阶"
255
+ },
256
+ "icon": "Doorstep.svg"
257
+ },
258
+ {
259
+ "_id": "hot_water",
260
+ "name": {
261
+ "en": "Hot Water",
262
+ "ru": "Горячая вода",
263
+ "de": "Heißwasser",
264
+ "fr": "Eau Chaude",
265
+ "it": "Acqua Calda",
266
+ "nl": "Heet Water",
267
+ "pl": "Gorąca Woda",
268
+ "pt": "Água Quente",
269
+ "es": "Agua Caliente",
270
+ "zh-cn": "热水"
271
+ },
272
+ "icon": "Hot Water.svg"
273
+ },
274
+ {
275
+ "_id": "heating",
276
+ "name": {
277
+ "en": "Heating",
278
+ "ru": "Отопление",
279
+ "de": "Heizung",
280
+ "fr": "Chauffe-Eau",
281
+ "it": "Riscaldatore",
282
+ "nl": "Verwarmer",
283
+ "pl": "Podgrzewacz",
284
+ "pt": "Aquecedor",
285
+ "es": "Calentador",
286
+ "zh-cn": "加热器"
287
+ },
288
+ "icon": "Heater.svg"
289
+ },
290
+ {
291
+ "_id": "stove",
292
+ "name": {
293
+ "en": "Stove",
294
+ "ru": "Печь",
295
+ "de": "Herd",
296
+ "fr": "Le Fourneau",
297
+ "it": "Stufa",
298
+ "nl": "Fornuis",
299
+ "pl": "Kuchenka",
300
+ "pt": "Forno",
301
+ "es": "Cocina",
302
+ "zh-cn": "火炉"
303
+ },
304
+ "icon": "Stove.svg"
305
+ },
306
+ {
307
+ "_id": "louvre",
308
+ "name": {
309
+ "en": "Louvre",
310
+ "ru": "Жалюзи",
311
+ "de": "Jalousie",
312
+ "fr": "Persienne",
313
+ "it": "Persiana Di Ventilazione",
314
+ "nl": "Louvre",
315
+ "pl": "Żaluzja",
316
+ "pt": "Trapeira",
317
+ "es": "Lumbrera",
318
+ "zh-cn": "卢浮宫"
319
+ },
320
+ "icon": "Louvre.svg"
321
+ },
322
+ {
323
+ "_id": "coffee_maker",
324
+ "name": {
325
+ "en": "Coffee Maker",
326
+ "ru": "Кофеварка",
327
+ "de": "Kaffemaschine",
328
+ "fr": "Cafetière",
329
+ "it": "Macchine Da Caffè",
330
+ "nl": "Koffie Maker",
331
+ "pl": "Ekspresy Do Kawy",
332
+ "pt": "Cafeteira",
333
+ "es": "Cafetera",
334
+ "zh-cn": "咖啡壶"
335
+ },
336
+ "icon": "Coffee Makers.svg"
337
+ },
338
+ {
339
+ "_id": "cold_water",
340
+ "name": {
341
+ "en": "Cold Water",
342
+ "ru": "Холодная вода",
343
+ "de": "Kaltwasser",
344
+ "fr": "Eau Froide",
345
+ "it": "Acqua Fredda",
346
+ "nl": "Koud Water",
347
+ "pl": "Zimna Woda",
348
+ "pt": "Água Fria",
349
+ "es": "Agua Fría",
350
+ "zh-cn": "冷水"
351
+ },
352
+ "icon": "Cold Water.svg"
353
+ },
354
+ {
355
+ "_id": "climate",
356
+ "name": {
357
+ "en": "Climate",
358
+ "ru": "Климат",
359
+ "de": "Klima",
360
+ "fr": "Climat",
361
+ "it": "Clima",
362
+ "nl": "Klimaat",
363
+ "pl": "Klimat",
364
+ "pt": "Clima",
365
+ "es": "Clima",
366
+ "zh-cn": "气候"
367
+ },
368
+ "icon": "Climate.svg"
369
+ },
370
+ {
371
+ "_id": "speaker",
372
+ "name": {
373
+ "en": "Speaker",
374
+ "ru": "Звуковая система",
375
+ "de": "Lautsprecher",
376
+ "fr": "Orateur",
377
+ "it": "Altoparlante",
378
+ "nl": "Spreker",
379
+ "pl": "Głośnik",
380
+ "pt": "Palestrante",
381
+ "es": "Altavoz",
382
+ "zh-cn": "扬声器"
383
+ },
384
+ "icon": "Speaker.svg"
385
+ },
386
+ {
387
+ "_id": "led_strip",
388
+ "name": {
389
+ "en": "Led Strip",
390
+ "ru": "Светодиодная лента",
391
+ "de": "LED Leiste",
392
+ "fr": "Led Strip",
393
+ "it": "Led Strip",
394
+ "nl": "Loden Strip",
395
+ "pl": "Pasek Ledowy",
396
+ "pt": "Led Faixa",
397
+ "es": "Tira Llevada",
398
+ "zh-cn": "灯带"
399
+ },
400
+ "icon": "Led Strip.svg"
401
+ },
402
+ {
403
+ "_id": "light",
404
+ "name": {
405
+ "en": "Light",
406
+ "ru": "Свет",
407
+ "de": "Licht",
408
+ "fr": "Lumière",
409
+ "it": "Leggero",
410
+ "nl": "Licht",
411
+ "pl": "Lekki",
412
+ "pt": "Luz",
413
+ "es": "Luz",
414
+ "zh-cn": "光"
415
+ },
416
+ "icon": "Light.svg"
417
+ },
418
+ {
419
+ "_id": "fan",
420
+ "name": {
421
+ "en": "Fan",
422
+ "ru": "Вентилятор",
423
+ "de": "Lüfter",
424
+ "fr": "Ventilateur",
425
+ "it": "Fan",
426
+ "nl": "Ventilator",
427
+ "pl": "Wentylator",
428
+ "pt": "Ventilador",
429
+ "es": "Ventilador",
430
+ "zh-cn": "扇子"
431
+ },
432
+ "icon": "Fan.svg"
433
+ },
434
+ {
435
+ "_id": "humidity",
436
+ "name": {
437
+ "en": "Humidity",
438
+ "ru": "Влажность",
439
+ "de": "Luftfeuchtigkeit",
440
+ "fr": "Humidité",
441
+ "it": "Umidità",
442
+ "nl": "Vochtigheid",
443
+ "pl": "Wilgotność",
444
+ "pt": "Umidade",
445
+ "es": "Humedad",
446
+ "zh-cn": "湿度"
447
+ },
448
+ "icon": "Humidity.svg"
449
+ },
450
+ {
451
+ "_id": "ventilation",
452
+ "name": {
453
+ "en": "Ventilation",
454
+ "ru": "Вентиляция",
455
+ "de": "Lüftung",
456
+ "fr": "Ventilation",
457
+ "it": "Ventilazione",
458
+ "nl": "Ventilatie",
459
+ "pl": "Wentylacja",
460
+ "pt": "Ventilação",
461
+ "es": "Ventilación",
462
+ "zh-cn": "通风"
463
+ },
464
+ "icon": "Ventilation.svg"
465
+ },
466
+ {
467
+ "_id": "chandelier",
468
+ "name": {
469
+ "en": "Chandelier",
470
+ "ru": "Люстра",
471
+ "de": "Kronleuchter",
472
+ "fr": "Lustre",
473
+ "it": "Lampadario",
474
+ "nl": "Kroonluchter",
475
+ "pl": "Żyrandol",
476
+ "pt": "Lustre",
477
+ "es": "Candelabro",
478
+ "zh-cn": "枝形吊灯"
479
+ },
480
+ "icon": "Chandelier.svg"
481
+ },
482
+ {
483
+ "_id": "awning",
484
+ "name": {
485
+ "en": "Awning",
486
+ "ru": "Маркиза",
487
+ "de": "Markise",
488
+ "fr": "Auvents",
489
+ "it": "Tende",
490
+ "nl": "Luifels",
491
+ "pl": "Okrycia",
492
+ "pt": "Toldos",
493
+ "es": "Toldos",
494
+ "zh-cn": "遮阳篷"
495
+ },
496
+ "icon": "Awnings.svg"
497
+ },
498
+ {
499
+ "_id": "music",
500
+ "name": {
501
+ "en": "Music",
502
+ "ru": "Музыка",
503
+ "de": "Musik",
504
+ "fr": "Musique",
505
+ "it": "Musica",
506
+ "nl": "Muziek",
507
+ "pl": "Muzyka",
508
+ "pt": "Música",
509
+ "es": "Música",
510
+ "zh-cn": "音乐"
511
+ },
512
+ "icon": "Music.svg"
513
+ },
514
+ {
515
+ "_id": "people",
516
+ "name": {
517
+ "en": "People",
518
+ "ru": "Люди",
519
+ "de": "Personen",
520
+ "fr": "Gens",
521
+ "it": "Persone",
522
+ "nl": "Mensen",
523
+ "pl": "Ludzie",
524
+ "pt": "Pessoas",
525
+ "es": "Personas",
526
+ "zh-cn": "人们"
527
+ },
528
+ "icon": "People.svg"
529
+ },
530
+ {
531
+ "_id": "pool",
532
+ "name": {
533
+ "en": "Pool",
534
+ "ru": "Бассейн",
535
+ "de": "Pool",
536
+ "fr": "Piscine",
537
+ "it": "Piscina",
538
+ "nl": "Zwembad",
539
+ "pl": "Basen",
540
+ "pt": "Piscina",
541
+ "es": "Piscina",
542
+ "zh-cn": "水池"
543
+ },
544
+ "icon": "Pool.svg"
545
+ },
546
+ {
547
+ "_id": "pump",
548
+ "name": {
549
+ "en": "Pump",
550
+ "ru": "Насос",
551
+ "de": "Pumpe",
552
+ "fr": "Pompe",
553
+ "it": "Pompa",
554
+ "nl": "Pomp",
555
+ "pl": "Pompa",
556
+ "pt": "Bombear",
557
+ "es": "Bomba",
558
+ "zh-cn": "泵"
559
+ },
560
+ "icon": "Pump.svg"
561
+ },
562
+ {
563
+ "_id": "outdoor_blinds",
564
+ "name": {
565
+ "en": "Outdoor Blinds",
566
+ "ru": "Внещгте жалюзи",
567
+ "de": "Raffstore",
568
+ "fr": "Volets",
569
+ "it": "Tende Da Esterni",
570
+ "nl": "Outdoor Blinds",
571
+ "pl": "Rolety Zewnętrzne",
572
+ "pt": "Estores Exteriores",
573
+ "es": "Persianas Exteriores",
574
+ "zh-cn": "室外百叶窗"
575
+ },
576
+ "icon": "Outdoor Blinds.svg"
577
+ },
578
+ {
579
+ "_id": "mowing_machine",
580
+ "name": {
581
+ "en": "Mowing Machine",
582
+ "ru": "Газонокосилка",
583
+ "de": "Rasenmäher",
584
+ "fr": "Machine De Fauchage",
585
+ "it": "Macchina Di Falciatura",
586
+ "nl": "Maaimachine",
587
+ "pl": "Kosiarka",
588
+ "pt": "Roçada Máquina",
589
+ "es": "Segadora",
590
+ "zh-cn": "割草机"
591
+ },
592
+ "icon": "Mowing Machine.svg"
593
+ },
594
+ {
595
+ "_id": "receiver",
596
+ "name": {
597
+ "en": "Receiver",
598
+ "ru": "Приставка",
599
+ "de": "Receiver",
600
+ "fr": "Destinataire",
601
+ "it": "Ricevitore",
602
+ "nl": "Ontvanger",
603
+ "pl": "Odbiorca",
604
+ "pt": "Recebedor",
605
+ "es": "Receptor",
606
+ "zh-cn": "接收者"
607
+ },
608
+ "icon": "Receiver.svg"
609
+ },
610
+ {
611
+ "_id": "shutters",
612
+ "name": {
613
+ "en": "Shutters",
614
+ "ru": "Ставни",
615
+ "de": "Rollladen",
616
+ "fr": "Volets",
617
+ "it": "Persiane",
618
+ "nl": "Shutters",
619
+ "pl": "Żaluzje",
620
+ "pt": "Persianas",
621
+ "es": "Persianas",
622
+ "zh-cn": "百叶窗"
623
+ },
624
+ "icon": "Shutters.svg"
625
+ },
626
+ {
627
+ "_id": "smoke_detector",
628
+ "name": {
629
+ "en": "Smoke detector",
630
+ "de": "Rauchmelder",
631
+ "ru": "Детектор дыма",
632
+ "pt": "Detector de fumaça",
633
+ "nl": "Rookdetector",
634
+ "fr": "Détecteur de fumée",
635
+ "it": "Rilevatore di fumo",
636
+ "es": "Detector de humo",
637
+ "pl": "Wykrywacz dymu",
638
+ "zh-cn": "烟雾探测器"
639
+ },
640
+ "icon": "SmokeDetector.svg"
641
+ },
642
+ {
643
+ "_id": "lock",
644
+ "name": {
645
+ "en": "Lock",
646
+ "ru": "Замок",
647
+ "de": "Schloß",
648
+ "fr": "Fermer À Clé",
649
+ "it": "Serratura",
650
+ "nl": "Slot",
651
+ "pl": "Zamek",
652
+ "pt": "Trancar",
653
+ "es": "Cerrar Con Llave",
654
+ "zh-cn": "锁"
655
+ },
656
+ "icon": "Lock.svg"
657
+ },
658
+ {
659
+ "_id": "security",
660
+ "name": {
661
+ "en": "Security",
662
+ "ru": "Безопасность",
663
+ "de": "Sicherheit",
664
+ "fr": "Sécurité",
665
+ "it": "Sicurezza",
666
+ "nl": "Veiligheid",
667
+ "pl": "Bezpieczeństwo",
668
+ "pt": "Segurança",
669
+ "es": "Seguridad",
670
+ "zh-cn": "安全"
671
+ },
672
+ "icon": "Security.svg"
673
+ },
674
+ {
675
+ "_id": "dishwasher",
676
+ "name": {
677
+ "en": "Dishwasher",
678
+ "ru": "Посудомоечная машина",
679
+ "de": "Spülmaschine",
680
+ "fr": "Lave-Vaisselles",
681
+ "it": "Lavastoviglie",
682
+ "nl": "Vaatwassers",
683
+ "pl": "Zmywarki",
684
+ "pt": "Máquinas De Lavar Louça",
685
+ "es": "Lavaplatos",
686
+ "zh-cn": "洗碗机"
687
+ },
688
+ "icon": "Dishwashers.svg"
689
+ },
690
+ {
691
+ "_id": "vacuum_cleaner",
692
+ "name": {
693
+ "en": "Vacuum Cleaner",
694
+ "ru": "Пылесос",
695
+ "de": "Staubsauger",
696
+ "fr": "Aspirateur",
697
+ "it": "Aspirapolvere",
698
+ "nl": "Stofzuiger",
699
+ "pl": "Odkurzacz",
700
+ "pt": "Aspirador De Pó",
701
+ "es": "Aspiradora",
702
+ "zh-cn": "吸尘器"
703
+ },
704
+ "icon": "Vacuum Cleaner.svg"
705
+ },
706
+ {
707
+ "_id": "socket",
708
+ "name": {
709
+ "en": "Socket",
710
+ "ru": "Розетка",
711
+ "de": "Steckdose",
712
+ "fr": "Prise",
713
+ "it": "Socket",
714
+ "nl": "Socket",
715
+ "pl": "Gniazdka",
716
+ "pt": "Tomada",
717
+ "es": "Zócalo",
718
+ "zh-cn": "套接字"
719
+ },
720
+ "icon": "Sockets.svg"
721
+ },
722
+ {
723
+ "_id": "floor_lamp",
724
+ "name": {
725
+ "en": "Floor Lamp",
726
+ "ru": "Торшер",
727
+ "de": "Stehlampe",
728
+ "fr": "Lampes Pour Plancher",
729
+ "it": "Lampade A Stelo",
730
+ "nl": "Vloerlampen",
731
+ "pl": "Lampy Podłogowe",
732
+ "pt": "Lâmpadas Chão",
733
+ "es": "Lámparas De Pie",
734
+ "zh-cn": "落地灯"
735
+ },
736
+ "icon": "Floor Lamps.svg"
737
+ },
738
+ {
739
+ "_id": "power_consumption",
740
+ "name": {
741
+ "en": "Power Consumption",
742
+ "ru": "Потребляемая мощность",
743
+ "de": "Stromverbrauch",
744
+ "fr": "Consommation D'Énergie",
745
+ "it": "Consumo Di Energia",
746
+ "nl": "Energieverbruik",
747
+ "pl": "Pobór Energii",
748
+ "pt": "Consumo De Energia",
749
+ "es": "El Consumo De Energía",
750
+ "zh-cn": "能量消耗"
751
+ },
752
+ "icon": "Power Consumption.svg"
753
+ },
754
+ {
755
+ "_id": "temperature_sensor",
756
+ "name": {
757
+ "en": "Temperature Sensor",
758
+ "ru": "Температурный датчик",
759
+ "de": "Temperatur-Sensor",
760
+ "fr": "Capteur De Température",
761
+ "it": "Sensori Di Temperatura",
762
+ "nl": "Temperatuursensor",
763
+ "pl": "Czujniki Temperatury",
764
+ "pt": "Sensores De Temperatura",
765
+ "es": "Sensores De Temperatura",
766
+ "zh-cn": "温度传感器"
767
+ },
768
+ "icon": "Temperature Sensors.svg"
769
+ },
770
+ {
771
+ "_id": "table_lamp",
772
+ "name": {
773
+ "en": "Table Lamp",
774
+ "ru": "Настольная лампа",
775
+ "de": "Tischlampe",
776
+ "fr": "Lampe De Chevet",
777
+ "it": "Lampade Da Tavolo",
778
+ "nl": "Tafellampen",
779
+ "pl": "Lampy Stołowe",
780
+ "pt": "Lâmpadas De Mesa",
781
+ "es": "Lámparas De Mesa",
782
+ "zh-cn": "台灯"
783
+ },
784
+ "icon": "Table Lamps.svg"
785
+ },
786
+ {
787
+ "_id": "gate",
788
+ "name": {
789
+ "en": "Gate",
790
+ "ru": "Ворота",
791
+ "de": "Tor",
792
+ "fr": "Porte",
793
+ "it": "Gate",
794
+ "nl": "Gate",
795
+ "pl": "Bramy",
796
+ "pt": "Portões",
797
+ "es": "Puertas",
798
+ "zh-cn": "盖茨"
799
+ },
800
+ "icon": "Gates.svg"
801
+ },
802
+ {
803
+ "_id": "dryer",
804
+ "name": {
805
+ "en": "Dryer",
806
+ "ru": "Сушилка",
807
+ "de": "Trockner",
808
+ "fr": "Séchoir",
809
+ "it": "Asciugatrice",
810
+ "nl": "Droger",
811
+ "pl": "Suszarka",
812
+ "pt": "Secador",
813
+ "es": "Secadora",
814
+ "zh-cn": "烘干机"
815
+ },
816
+ "icon": "Dryer.svg"
817
+ },
818
+ {
819
+ "_id": "door",
820
+ "name": {
821
+ "en": "Door",
822
+ "ru": "Дверь",
823
+ "de": "Tür",
824
+ "fr": "Des Portes",
825
+ "it": "Porte",
826
+ "nl": "Deuren",
827
+ "pl": "Drzwi",
828
+ "pt": "Portas",
829
+ "es": "Puertas",
830
+ "zh-cn": "门"
831
+ },
832
+ "icon": "Doors.svg"
833
+ },
834
+ {
835
+ "_id": "tv",
836
+ "name": {
837
+ "en": "Tv",
838
+ "ru": "Телевизор",
839
+ "de": "TV",
840
+ "fr": "La Télé",
841
+ "it": "Tv",
842
+ "nl": "Tv",
843
+ "pl": "Telewizja",
844
+ "pt": "Televisão",
845
+ "es": "Televisor",
846
+ "zh-cn": "电视"
847
+ },
848
+ "icon": "Tv.svg"
849
+ },
850
+ {
851
+ "_id": "consumption",
852
+ "name": {
853
+ "en": "Consumption",
854
+ "ru": "Потребление",
855
+ "de": "Verbrauch",
856
+ "fr": "Consommation",
857
+ "it": "Consumo",
858
+ "nl": "Consumptie",
859
+ "pl": "Konsumpcja",
860
+ "pt": "Consumo",
861
+ "es": "Consumo",
862
+ "zh-cn": "消费"
863
+ },
864
+ "icon": "Consumption.svg"
865
+ },
866
+ {
867
+ "_id": "amplifier",
868
+ "name": {
869
+ "en": "Amplifier",
870
+ "ru": "Усилитель звука",
871
+ "de": "Verstärker",
872
+ "fr": "Amplificateur",
873
+ "it": "Amplificatore",
874
+ "nl": "Versterker",
875
+ "pl": "Wzmacniacz",
876
+ "pt": "Amplificador",
877
+ "es": "Amplificador",
878
+ "zh-cn": "放大器"
879
+ },
880
+ "icon": "Amplifier.svg"
881
+ },
882
+ {
883
+ "_id": "curtains",
884
+ "name": {
885
+ "en": "Curtains",
886
+ "ru": "Шторы",
887
+ "de": "Vorhänge",
888
+ "fr": "Des Rideaux",
889
+ "it": "Le Tende",
890
+ "nl": "Gordijnen",
891
+ "pl": "Zasłony",
892
+ "pt": "Cortinas",
893
+ "es": "Cortinas",
894
+ "zh-cn": "窗帘"
895
+ },
896
+ "icon": "Curtains.svg"
897
+ },
898
+ {
899
+ "_id": "sconce",
900
+ "name": {
901
+ "en": "Sconce",
902
+ "ru": "Настенный светильник",
903
+ "de": "Wandlampe",
904
+ "fr": "Sconce",
905
+ "it": "Sconce",
906
+ "nl": "Sconce",
907
+ "pl": "Kinkiety",
908
+ "pt": "Arandelas",
909
+ "es": "Los Apliques",
910
+ "zh-cn": "壁灯"
911
+ },
912
+ "icon": "Sconces.svg"
913
+ },
914
+ {
915
+ "_id": "washing_machine",
916
+ "name": {
917
+ "en": "Washing Machine",
918
+ "ru": "Стиральная машина",
919
+ "de": "Waschmaschine",
920
+ "fr": "Machines À Laver",
921
+ "it": "Lavatrici",
922
+ "nl": "Wasmachines",
923
+ "pl": "Pralki",
924
+ "pt": "Máquinas De Lavar Roupas",
925
+ "es": "Lavadoras",
926
+ "zh-cn": "洗衣机"
927
+ },
928
+ "icon": "Washing Machines.svg"
929
+ },
930
+ {
931
+ "_id": "water",
932
+ "name": {
933
+ "en": "Water",
934
+ "ru": "Вода",
935
+ "de": "Wasser",
936
+ "fr": "L'Eau",
937
+ "it": "Acqua",
938
+ "nl": "Water",
939
+ "pl": "Woda",
940
+ "pt": "Água",
941
+ "es": "Agua",
942
+ "zh-cn": "水"
943
+ },
944
+ "icon": "Water.svg"
945
+ },
946
+ {
947
+ "_id": "water_heater",
948
+ "name": {
949
+ "en": "Water Heater",
950
+ "ru": "Нагреватель воды",
951
+ "de": "Wasserkocher",
952
+ "fr": "Chauffe-Eau",
953
+ "it": "Scaldabagno",
954
+ "nl": "Waterkoker",
955
+ "pl": "Podgrzewacz Wody",
956
+ "pt": "Aquecedor De Água",
957
+ "es": "Calentador De Agua",
958
+ "zh-cn": "热水器"
959
+ },
960
+ "icon": "Water Heater.svg"
961
+ },
962
+ {
963
+ "_id": "water_consumption",
964
+ "name": {
965
+ "en": "Water Consumption",
966
+ "ru": "Потребление воды",
967
+ "de": "Wasserverbrauch",
968
+ "fr": "Consommation D'Eau",
969
+ "it": "Consumo D'Acqua",
970
+ "nl": "Waterverbruik",
971
+ "pl": "Konsumpcja Wody",
972
+ "pt": "Consumo De Água",
973
+ "es": "Consumo De Agua",
974
+ "zh-cn": "耗水量"
975
+ },
976
+ "icon": "Water Consumption.svg"
977
+ },
978
+ {
979
+ "_id": "weather",
980
+ "name": {
981
+ "en": "Weather",
982
+ "ru": "Погода",
983
+ "de": "Wetter",
984
+ "fr": "La Météo",
985
+ "it": "Tempo Metereologico",
986
+ "nl": "Weer",
987
+ "pl": "Pogoda",
988
+ "pt": "Clima",
989
+ "es": "Tiempo",
990
+ "zh-cn": "天气"
991
+ },
992
+ "icon": "Weather.svg"
993
+ }
994
994
  ]