@iobroker/adapter-react-v5 4.13.2 → 4.13.4

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 (469) hide show
  1. package/AdminConnection.js.map +1 -1
  2. package/Components/404.js +13 -13
  3. package/Components/ColorPicker.js +54 -54
  4. package/Components/ColorPicker.js.map +1 -1
  5. package/Components/ComplexCron.js.map +1 -1
  6. package/Components/FileBrowser.js +3 -3
  7. package/Components/FileViewer.js +9 -16
  8. package/Components/Loader.js +223 -223
  9. package/Components/Loaders/PT.css +108 -108
  10. package/Components/Loaders/PT.js +103 -103
  11. package/Components/Loaders/Vendor.css +13 -13
  12. package/Components/Loaders/Vendor.js +7 -7
  13. package/Components/ObjectBrowser.d.ts +2 -2
  14. package/Components/ObjectBrowser.js +359 -351
  15. package/Components/ObjectBrowser.js.map +1 -1
  16. package/Components/TabContent.d.ts +3 -7
  17. package/Components/TabContent.js +1 -3
  18. package/Components/TableResize.d.ts +20 -13
  19. package/Components/TableResize.js +244 -262
  20. package/Components/TreeTable.js +70 -70
  21. package/Components/TreeTable.js.map +1 -1
  22. package/Components/UploadImage.js +305 -305
  23. package/Components/loader.css +221 -221
  24. package/Components/types.d.ts +82 -82
  25. package/Components/withWidth.js +2 -2
  26. package/Components/withWidth.js.map +1 -1
  27. package/Connection.js.map +1 -1
  28. package/GenericApp.js +49 -49
  29. package/LICENSE +22 -22
  30. package/LegacyConnection.d.ts +4 -0
  31. package/LegacyConnection.js +14 -0
  32. package/Prompt.js +7 -7
  33. package/README.md +1105 -1101
  34. package/assets/devices/Alarm Systems.svg +18 -18
  35. package/assets/devices/Amplifier.svg +21 -21
  36. package/assets/devices/Awnings.svg +4 -4
  37. package/assets/devices/Battery Status.svg +4 -4
  38. package/assets/devices/Ceiling Spotlights.svg +15 -15
  39. package/assets/devices/Chandelier.svg +6 -6
  40. package/assets/devices/Climate.svg +11 -11
  41. package/assets/devices/Coffee Makers.svg +5 -5
  42. package/assets/devices/Cold Water.svg +31 -31
  43. package/assets/devices/Computer.svg +21 -21
  44. package/assets/devices/Consumption.svg +7 -7
  45. package/assets/devices/Curtains.svg +43 -43
  46. package/assets/devices/Dishwashers.svg +11 -11
  47. package/assets/devices/Doors.svg +5 -5
  48. package/assets/devices/Doorstep.svg +35 -35
  49. package/assets/devices/Dryer.svg +13 -13
  50. package/assets/devices/Fan.svg +20 -20
  51. package/assets/devices/Floor Lamps.svg +4 -4
  52. package/assets/devices/Garage Doors.svg +9 -9
  53. package/assets/devices/Gates.svg +32 -32
  54. package/assets/devices/Hairdryer.svg +23 -23
  55. package/assets/devices/Handle.svg +6 -6
  56. package/assets/devices/Hanging Lamps.svg +8 -8
  57. package/assets/devices/Heater.svg +44 -44
  58. package/assets/devices/Hoods.svg +11 -11
  59. package/assets/devices/Hot Water.svg +9 -9
  60. package/assets/devices/Humidity.svg +41 -41
  61. package/assets/devices/Iron.svg +4 -4
  62. package/assets/devices/Irrigation.svg +22 -22
  63. package/assets/devices/Led Strip.svg +30 -30
  64. package/assets/devices/Light.svg +29 -29
  65. package/assets/devices/Lightings.svg +46 -46
  66. package/assets/devices/Lock.svg +19 -19
  67. package/assets/devices/Louvre.svg +6 -6
  68. package/assets/devices/Mowing Machine.svg +8 -8
  69. package/assets/devices/Music.svg +12 -12
  70. package/assets/devices/Outdoor Blinds.svg +6 -6
  71. package/assets/devices/People.svg +19 -19
  72. package/assets/devices/Pool.svg +7 -7
  73. package/assets/devices/Power Consumption.svg +12 -12
  74. package/assets/devices/Printer.svg +9 -9
  75. package/assets/devices/Pump.svg +9 -9
  76. package/assets/devices/Receiver.svg +18 -18
  77. package/assets/devices/Sconces.svg +9 -9
  78. package/assets/devices/Security.svg +34 -34
  79. package/assets/devices/Shading.svg +4 -4
  80. package/assets/devices/Shutters.svg +10 -10
  81. package/assets/devices/SmokeDetector.svg +12 -12
  82. package/assets/devices/Sockets.svg +13 -13
  83. package/assets/devices/Speaker.svg +35 -35
  84. package/assets/devices/Stove.svg +11 -11
  85. package/assets/devices/Table Lamps.svg +11 -11
  86. package/assets/devices/Temperature Sensors.svg +28 -28
  87. package/assets/devices/Tv.svg +7 -7
  88. package/assets/devices/Vacuum Cleaner.svg +15 -15
  89. package/assets/devices/Ventilation.svg +12 -12
  90. package/assets/devices/Washing Machines.svg +15 -15
  91. package/assets/devices/Water Consumption.svg +5 -5
  92. package/assets/devices/Water Heater.svg +8 -8
  93. package/assets/devices/Water.svg +40 -40
  94. package/assets/devices/Weather.svg +28 -28
  95. package/assets/devices/Window.svg +7 -7
  96. package/assets/devices/list.json +993 -993
  97. package/assets/devices/names.txt +62 -62
  98. package/assets/devices/parseNames.js +34 -34
  99. package/assets/lamp_ceiling.svg +8 -8
  100. package/assets/lamp_table.svg +7 -7
  101. package/assets/no_icon.svg +9 -9
  102. package/assets/rooms/Anteroom.svg +52 -52
  103. package/assets/rooms/Attic.svg +21 -21
  104. package/assets/rooms/Balcony.svg +12 -12
  105. package/assets/rooms/Barn.svg +5 -5
  106. package/assets/rooms/Basement.svg +4 -4
  107. package/assets/rooms/Bathroom.svg +38 -38
  108. package/assets/rooms/Bedroom.svg +5 -5
  109. package/assets/rooms/Boiler Room.svg +12 -12
  110. package/assets/rooms/Carport.svg +17 -17
  111. package/assets/rooms/Cellar.svg +89 -89
  112. package/assets/rooms/Chamber.svg +9 -9
  113. package/assets/rooms/Corridor.svg +52 -52
  114. package/assets/rooms/Dining Area.svg +37 -37
  115. package/assets/rooms/Dining Room.svg +37 -37
  116. package/assets/rooms/Dining.svg +37 -37
  117. package/assets/rooms/Dressing Room.svg +4 -4
  118. package/assets/rooms/Driveway.svg +14 -14
  119. package/assets/rooms/Entrance.svg +44 -44
  120. package/assets/rooms/Equipment Room.svg +14 -14
  121. package/assets/rooms/Front Yard.svg +64 -64
  122. package/assets/rooms/Gallery.svg +13 -13
  123. package/assets/rooms/Garage.svg +20 -20
  124. package/assets/rooms/Garden.svg +12 -12
  125. package/assets/rooms/Ground Floor.svg +95 -95
  126. package/assets/rooms/Guest Bathroom.svg +32 -32
  127. package/assets/rooms/Guest Room.svg +5 -5
  128. package/assets/rooms/Gym.svg +4 -4
  129. package/assets/rooms/Hall.svg +19 -19
  130. package/assets/rooms/Home Theater.svg +7 -7
  131. package/assets/rooms/Kitchen.svg +17 -17
  132. package/assets/rooms/Laundry Room.svg +11 -11
  133. package/assets/rooms/Living Area.svg +10 -10
  134. package/assets/rooms/Living Room.svg +10 -10
  135. package/assets/rooms/Locker Room.svg +16 -16
  136. package/assets/rooms/Nursery.svg +4 -4
  137. package/assets/rooms/Office.svg +8 -8
  138. package/assets/rooms/Outdoors.svg +7 -7
  139. package/assets/rooms/Playroom.svg +5 -5
  140. package/assets/rooms/Pool.svg +7 -7
  141. package/assets/rooms/Rear Wall.svg +30 -30
  142. package/assets/rooms/Second Floor.svg +95 -95
  143. package/assets/rooms/Shed.svg +16 -16
  144. package/assets/rooms/Sleeping Area.svg +22 -22
  145. package/assets/rooms/Stairway.svg +4 -4
  146. package/assets/rooms/Stairwell.svg +15 -15
  147. package/assets/rooms/Storeroom.svg +4 -4
  148. package/assets/rooms/Summer House.svg +27 -27
  149. package/assets/rooms/Swimming Pool.svg +21 -21
  150. package/assets/rooms/Terrace.svg +6 -6
  151. package/assets/rooms/Toilet.svg +10 -10
  152. package/assets/rooms/Upstairs.svg +5 -5
  153. package/assets/rooms/Wardrobe.svg +60 -60
  154. package/assets/rooms/Washroom.svg +19 -19
  155. package/assets/rooms/Wc.svg +10 -10
  156. package/assets/rooms/Windscreen.svg +60 -60
  157. package/assets/rooms/Workshop.svg +22 -22
  158. package/assets/rooms/Workspace.svg +8 -8
  159. package/assets/rooms/list.json +945 -945
  160. package/assets/rooms/names.txt +59 -59
  161. package/assets/rooms/parseNames.js +34 -34
  162. package/craco-module-federation.js +69 -69
  163. package/icons/IconAdapter.js.map +1 -1
  164. package/icons/IconAlias.js.map +1 -1
  165. package/icons/IconChannel.js.map +1 -1
  166. package/icons/IconClearFilter.js.map +1 -1
  167. package/icons/IconClosed.js.map +1 -1
  168. package/icons/IconCopy.js +8 -8
  169. package/icons/IconCopy.js.map +1 -1
  170. package/icons/IconDevice.js.map +1 -1
  171. package/icons/IconDocument.js.map +1 -1
  172. package/icons/IconDocumentReadOnly.js.map +1 -1
  173. package/icons/IconFx.js +1 -1
  174. package/icons/IconFx.js.map +1 -1
  175. package/icons/IconInstance.js.map +1 -1
  176. package/icons/IconLogout.js +9 -9
  177. package/icons/IconLogout.js.map +1 -1
  178. package/icons/IconNoIcon.js +8 -8
  179. package/icons/IconNoIcon.js.map +1 -1
  180. package/icons/IconOpen.js.map +1 -1
  181. package/icons/IconState.js.map +1 -1
  182. package/index.css +54 -54
  183. package/package.json +2 -2
  184. package/types.d.ts +94 -94
  185. package/Components/404.js.map +0 -1
  186. package/Components/CustomModal.js.map +0 -1
  187. package/Components/FileBrowser.js.map +0 -1
  188. package/Components/FileViewer.js.map +0 -1
  189. package/Components/Icon.js.map +0 -1
  190. package/Components/IconPicker.js.map +0 -1
  191. package/Components/IconSelector.js.map +0 -1
  192. package/Components/Image.js.map +0 -1
  193. package/Components/JsonConfigComponent/ChipInput.d.ts +0 -12
  194. package/Components/JsonConfigComponent/ChipInput.js +0 -763
  195. package/Components/JsonConfigComponent/ChipInput.js.map +0 -1
  196. package/Components/JsonConfigComponent/ConfigAccordion.d.ts +0 -15
  197. package/Components/JsonConfigComponent/ConfigAccordion.js +0 -348
  198. package/Components/JsonConfigComponent/ConfigAccordion.js.map +0 -1
  199. package/Components/JsonConfigComponent/ConfigAlive.d.ts +0 -10
  200. package/Components/JsonConfigComponent/ConfigAlive.js +0 -105
  201. package/Components/JsonConfigComponent/ConfigAlive.js.map +0 -1
  202. package/Components/JsonConfigComponent/ConfigAutocomplete.d.ts +0 -37
  203. package/Components/JsonConfigComponent/ConfigAutocomplete.js +0 -73
  204. package/Components/JsonConfigComponent/ConfigAutocomplete.js.map +0 -1
  205. package/Components/JsonConfigComponent/ConfigAutocompleteSendTo.d.ts +0 -17
  206. package/Components/JsonConfigComponent/ConfigAutocompleteSendTo.js +0 -131
  207. package/Components/JsonConfigComponent/ConfigAutocompleteSendTo.js.map +0 -1
  208. package/Components/JsonConfigComponent/ConfigCRON.d.ts +0 -15
  209. package/Components/JsonConfigComponent/ConfigCRON.js +0 -157
  210. package/Components/JsonConfigComponent/ConfigCRON.js.map +0 -1
  211. package/Components/JsonConfigComponent/ConfigCertCollection.d.ts +0 -14
  212. package/Components/JsonConfigComponent/ConfigCertCollection.js +0 -128
  213. package/Components/JsonConfigComponent/ConfigCertCollection.js.map +0 -1
  214. package/Components/JsonConfigComponent/ConfigCertificateSelect.d.ts +0 -14
  215. package/Components/JsonConfigComponent/ConfigCertificateSelect.js +0 -149
  216. package/Components/JsonConfigComponent/ConfigCertificateSelect.js.map +0 -1
  217. package/Components/JsonConfigComponent/ConfigCertificates.d.ts +0 -14
  218. package/Components/JsonConfigComponent/ConfigCertificates.js +0 -284
  219. package/Components/JsonConfigComponent/ConfigCertificates.js.map +0 -1
  220. package/Components/JsonConfigComponent/ConfigCheckLicense.d.ts +0 -3
  221. package/Components/JsonConfigComponent/ConfigCheckLicense.js +0 -821
  222. package/Components/JsonConfigComponent/ConfigCheckLicense.js.map +0 -1
  223. package/Components/JsonConfigComponent/ConfigCheckbox.d.ts +0 -15
  224. package/Components/JsonConfigComponent/ConfigCheckbox.js +0 -40
  225. package/Components/JsonConfigComponent/ConfigCheckbox.js.map +0 -1
  226. package/Components/JsonConfigComponent/ConfigChip.d.ts +0 -14
  227. package/Components/JsonConfigComponent/ConfigChip.js +0 -120
  228. package/Components/JsonConfigComponent/ConfigChip.js.map +0 -1
  229. package/Components/JsonConfigComponent/ConfigColor.d.ts +0 -22
  230. package/Components/JsonConfigComponent/ConfigColor.js +0 -120
  231. package/Components/JsonConfigComponent/ConfigColor.js.map +0 -1
  232. package/Components/JsonConfigComponent/ConfigCoordinates.d.ts +0 -14
  233. package/Components/JsonConfigComponent/ConfigCoordinates.js +0 -265
  234. package/Components/JsonConfigComponent/ConfigCoordinates.js.map +0 -1
  235. package/Components/JsonConfigComponent/ConfigCustom.d.ts +0 -26
  236. package/Components/JsonConfigComponent/ConfigCustom.js +0 -316
  237. package/Components/JsonConfigComponent/ConfigCustom.js.map +0 -1
  238. package/Components/JsonConfigComponent/ConfigDatePicker.d.ts +0 -14
  239. package/Components/JsonConfigComponent/ConfigDatePicker.js +0 -91
  240. package/Components/JsonConfigComponent/ConfigDatePicker.js.map +0 -1
  241. package/Components/JsonConfigComponent/ConfigDeviceManager.d.ts +0 -6
  242. package/Components/JsonConfigComponent/ConfigDeviceManager.js +0 -18
  243. package/Components/JsonConfigComponent/ConfigFile.d.ts +0 -15
  244. package/Components/JsonConfigComponent/ConfigFile.js +0 -228
  245. package/Components/JsonConfigComponent/ConfigFile.js.map +0 -1
  246. package/Components/JsonConfigComponent/ConfigFileSelector.d.ts +0 -3
  247. package/Components/JsonConfigComponent/ConfigFileSelector.js +0 -625
  248. package/Components/JsonConfigComponent/ConfigFileSelector.js.map +0 -1
  249. package/Components/JsonConfigComponent/ConfigFunc.d.ts +0 -14
  250. package/Components/JsonConfigComponent/ConfigFunc.js +0 -124
  251. package/Components/JsonConfigComponent/ConfigFunc.js.map +0 -1
  252. package/Components/JsonConfigComponent/ConfigGeneric.d.ts +0 -95
  253. package/Components/JsonConfigComponent/ConfigGeneric.js +0 -646
  254. package/Components/JsonConfigComponent/ConfigIP.d.ts +0 -14
  255. package/Components/JsonConfigComponent/ConfigIP.js +0 -130
  256. package/Components/JsonConfigComponent/ConfigIP.js.map +0 -1
  257. package/Components/JsonConfigComponent/ConfigImageSendTo.d.ts +0 -10
  258. package/Components/JsonConfigComponent/ConfigImageSendTo.js +0 -114
  259. package/Components/JsonConfigComponent/ConfigImageSendTo.js.map +0 -1
  260. package/Components/JsonConfigComponent/ConfigImageUpload.d.ts +0 -14
  261. package/Components/JsonConfigComponent/ConfigImageUpload.js +0 -166
  262. package/Components/JsonConfigComponent/ConfigImageUpload.js.map +0 -1
  263. package/Components/JsonConfigComponent/ConfigInstanceSelect.d.ts +0 -14
  264. package/Components/JsonConfigComponent/ConfigInstanceSelect.js +0 -264
  265. package/Components/JsonConfigComponent/ConfigInstanceSelect.js.map +0 -1
  266. package/Components/JsonConfigComponent/ConfigInterface.d.ts +0 -14
  267. package/Components/JsonConfigComponent/ConfigInterface.js +0 -146
  268. package/Components/JsonConfigComponent/ConfigInterface.js.map +0 -1
  269. package/Components/JsonConfigComponent/ConfigJsonEditor.d.ts +0 -13
  270. package/Components/JsonConfigComponent/ConfigJsonEditor.js +0 -145
  271. package/Components/JsonConfigComponent/ConfigJsonEditor.js.map +0 -1
  272. package/Components/JsonConfigComponent/ConfigLanguage.d.ts +0 -7
  273. package/Components/JsonConfigComponent/ConfigLanguage.js +0 -110
  274. package/Components/JsonConfigComponent/ConfigLanguage.js.map +0 -1
  275. package/Components/JsonConfigComponent/ConfigLicense.d.ts +0 -24
  276. package/Components/JsonConfigComponent/ConfigLicense.js +0 -183
  277. package/Components/JsonConfigComponent/ConfigLicense.js.map +0 -1
  278. package/Components/JsonConfigComponent/ConfigNumber.d.ts +0 -17
  279. package/Components/JsonConfigComponent/ConfigNumber.js +0 -117
  280. package/Components/JsonConfigComponent/ConfigObjectId.d.ts +0 -17
  281. package/Components/JsonConfigComponent/ConfigObjectId.js +0 -167
  282. package/Components/JsonConfigComponent/ConfigObjectId.js.map +0 -1
  283. package/Components/JsonConfigComponent/ConfigPanel.d.ts +0 -3
  284. package/Components/JsonConfigComponent/ConfigPanel.js +0 -396
  285. package/Components/JsonConfigComponent/ConfigPanel.js.map +0 -1
  286. package/Components/JsonConfigComponent/ConfigPassword.d.ts +0 -14
  287. package/Components/JsonConfigComponent/ConfigPassword.js +0 -193
  288. package/Components/JsonConfigComponent/ConfigPassword.js.map +0 -1
  289. package/Components/JsonConfigComponent/ConfigPattern.d.ts +0 -21
  290. package/Components/JsonConfigComponent/ConfigPattern.js +0 -65
  291. package/Components/JsonConfigComponent/ConfigPattern.js.map +0 -1
  292. package/Components/JsonConfigComponent/ConfigPort.d.ts +0 -3
  293. package/Components/JsonConfigComponent/ConfigPort.js +0 -176
  294. package/Components/JsonConfigComponent/ConfigRoom.d.ts +0 -14
  295. package/Components/JsonConfigComponent/ConfigRoom.js +0 -124
  296. package/Components/JsonConfigComponent/ConfigRoom.js.map +0 -1
  297. package/Components/JsonConfigComponent/ConfigSelect.d.ts +0 -14
  298. package/Components/JsonConfigComponent/ConfigSelect.js +0 -159
  299. package/Components/JsonConfigComponent/ConfigSelect.js.map +0 -1
  300. package/Components/JsonConfigComponent/ConfigSelectSendTo.d.ts +0 -17
  301. package/Components/JsonConfigComponent/ConfigSelectSendTo.js +0 -272
  302. package/Components/JsonConfigComponent/ConfigSelectSendTo.js.map +0 -1
  303. package/Components/JsonConfigComponent/ConfigSendto.d.ts +0 -24
  304. package/Components/JsonConfigComponent/ConfigSendto.js +0 -294
  305. package/Components/JsonConfigComponent/ConfigSendto.js.map +0 -1
  306. package/Components/JsonConfigComponent/ConfigSetState.d.ts +0 -18
  307. package/Components/JsonConfigComponent/ConfigSetState.js +0 -185
  308. package/Components/JsonConfigComponent/ConfigSetState.js.map +0 -1
  309. package/Components/JsonConfigComponent/ConfigSlider.d.ts +0 -14
  310. package/Components/JsonConfigComponent/ConfigSlider.js +0 -119
  311. package/Components/JsonConfigComponent/ConfigSlider.js.map +0 -1
  312. package/Components/JsonConfigComponent/ConfigStaticDivider.d.ts +0 -14
  313. package/Components/JsonConfigComponent/ConfigStaticDivider.js +0 -68
  314. package/Components/JsonConfigComponent/ConfigStaticDivider.js.map +0 -1
  315. package/Components/JsonConfigComponent/ConfigStaticHeader.d.ts +0 -14
  316. package/Components/JsonConfigComponent/ConfigStaticHeader.js +0 -81
  317. package/Components/JsonConfigComponent/ConfigStaticHeader.js.map +0 -1
  318. package/Components/JsonConfigComponent/ConfigStaticImage.d.ts +0 -14
  319. package/Components/JsonConfigComponent/ConfigStaticImage.js +0 -71
  320. package/Components/JsonConfigComponent/ConfigStaticImage.js.map +0 -1
  321. package/Components/JsonConfigComponent/ConfigStaticText.d.ts +0 -14
  322. package/Components/JsonConfigComponent/ConfigStaticText.js +0 -88
  323. package/Components/JsonConfigComponent/ConfigStaticText.js.map +0 -1
  324. package/Components/JsonConfigComponent/ConfigTable.d.ts +0 -3
  325. package/Components/JsonConfigComponent/ConfigTable.js +0 -1064
  326. package/Components/JsonConfigComponent/ConfigTable.js.map +0 -1
  327. package/Components/JsonConfigComponent/ConfigTabs.d.ts +0 -34
  328. package/Components/JsonConfigComponent/ConfigTabs.js +0 -162
  329. package/Components/JsonConfigComponent/ConfigTabs.js.map +0 -1
  330. package/Components/JsonConfigComponent/ConfigText.d.ts +0 -14
  331. package/Components/JsonConfigComponent/ConfigText.js +0 -226
  332. package/Components/JsonConfigComponent/ConfigText.js.map +0 -1
  333. package/Components/JsonConfigComponent/ConfigTextSendTo.d.ts +0 -10
  334. package/Components/JsonConfigComponent/ConfigTextSendTo.js +0 -129
  335. package/Components/JsonConfigComponent/ConfigTextSendTo.js.map +0 -1
  336. package/Components/JsonConfigComponent/ConfigTimePicker.d.ts +0 -14
  337. package/Components/JsonConfigComponent/ConfigTimePicker.js +0 -85
  338. package/Components/JsonConfigComponent/ConfigTimePicker.js.map +0 -1
  339. package/Components/JsonConfigComponent/ConfigTopic.d.ts +0 -17
  340. package/Components/JsonConfigComponent/ConfigTopic.js +0 -110
  341. package/Components/JsonConfigComponent/ConfigTopic.js.map +0 -1
  342. package/Components/JsonConfigComponent/ConfigUUID.d.ts +0 -15
  343. package/Components/JsonConfigComponent/ConfigUUID.js +0 -95
  344. package/Components/JsonConfigComponent/ConfigUUID.js.map +0 -1
  345. package/Components/JsonConfigComponent/ConfigUser.d.ts +0 -14
  346. package/Components/JsonConfigComponent/ConfigUser.js +0 -142
  347. package/Components/JsonConfigComponent/ConfigUser.js.map +0 -1
  348. package/Components/JsonConfigComponent/DeviceManager/Communication.d.ts +0 -63
  349. package/Components/JsonConfigComponent/DeviceManager/Communication.js +0 -268
  350. package/Components/JsonConfigComponent/DeviceManager/DeviceActionButton.d.ts +0 -11
  351. package/Components/JsonConfigComponent/DeviceManager/DeviceActionButton.js +0 -15
  352. package/Components/JsonConfigComponent/DeviceManager/DeviceCard.d.ts +0 -53
  353. package/Components/JsonConfigComponent/DeviceManager/DeviceCard.js +0 -340
  354. package/Components/JsonConfigComponent/DeviceManager/DeviceControl.d.ts +0 -45
  355. package/Components/JsonConfigComponent/DeviceManager/DeviceControl.js +0 -146
  356. package/Components/JsonConfigComponent/DeviceManager/DeviceImageUpload.d.ts +0 -12
  357. package/Components/JsonConfigComponent/DeviceManager/DeviceImageUpload.js +0 -69
  358. package/Components/JsonConfigComponent/DeviceManager/DeviceList.d.ts +0 -51
  359. package/Components/JsonConfigComponent/DeviceManager/DeviceList.js +0 -226
  360. package/Components/JsonConfigComponent/DeviceManager/DeviceStatus.d.ts +0 -13
  361. package/Components/JsonConfigComponent/DeviceManager/DeviceStatus.js +0 -111
  362. package/Components/JsonConfigComponent/DeviceManager/InstanceActionButton.d.ts +0 -7
  363. package/Components/JsonConfigComponent/DeviceManager/InstanceActionButton.js +0 -16
  364. package/Components/JsonConfigComponent/DeviceManager/JsonConfig.d.ts +0 -11
  365. package/Components/JsonConfigComponent/DeviceManager/JsonConfig.js +0 -94
  366. package/Components/JsonConfigComponent/DeviceManager/TooltipButton.d.ts +0 -10
  367. package/Components/JsonConfigComponent/DeviceManager/TooltipButton.js +0 -22
  368. package/Components/JsonConfigComponent/DeviceManager/Utils.d.ts +0 -12
  369. package/Components/JsonConfigComponent/DeviceManager/Utils.js +0 -158
  370. package/Components/JsonConfigComponent/DeviceManager/i18n/de.json +0 -21
  371. package/Components/JsonConfigComponent/DeviceManager/i18n/en.json +0 -21
  372. package/Components/JsonConfigComponent/DeviceManager/i18n/es.json +0 -21
  373. package/Components/JsonConfigComponent/DeviceManager/i18n/fr.json +0 -21
  374. package/Components/JsonConfigComponent/DeviceManager/i18n/i18n.d.ts +0 -26
  375. package/Components/JsonConfigComponent/DeviceManager/i18n/it.json +0 -21
  376. package/Components/JsonConfigComponent/DeviceManager/i18n/nl.json +0 -21
  377. package/Components/JsonConfigComponent/DeviceManager/i18n/pl.json +0 -21
  378. package/Components/JsonConfigComponent/DeviceManager/i18n/pt.json +0 -21
  379. package/Components/JsonConfigComponent/DeviceManager/i18n/ru.json +0 -21
  380. package/Components/JsonConfigComponent/DeviceManager/i18n/uk.json +0 -21
  381. package/Components/JsonConfigComponent/DeviceManager/i18n/zh-cn.json +0 -21
  382. package/Components/JsonConfigComponent/DeviceManager/index.d.ts +0 -2
  383. package/Components/JsonConfigComponent/DeviceManager/index.js +0 -10
  384. package/Components/JsonConfigComponent/DeviceManager/index.js.map +0 -1
  385. package/Components/JsonConfigComponent/Utils.d.ts +0 -9
  386. package/Components/JsonConfigComponent/Utils.js +0 -13
  387. package/Components/JsonConfigComponent/index.d.ts +0 -26
  388. package/Components/JsonConfigComponent/index.js +0 -520
  389. package/Components/JsonConfigComponent/index.js.map +0 -1
  390. package/Components/JsonConfigComponent/wrapper/AdminConnection.d.ts +0 -2
  391. package/Components/JsonConfigComponent/wrapper/AdminConnection.js +0 -7
  392. package/Components/JsonConfigComponent/wrapper/Components/ColorPicker.d.ts +0 -2
  393. package/Components/JsonConfigComponent/wrapper/Components/ColorPicker.js +0 -10
  394. package/Components/JsonConfigComponent/wrapper/Components/ColorPicker.js.map +0 -1
  395. package/Components/JsonConfigComponent/wrapper/Components/Icon.d.ts +0 -2
  396. package/Components/JsonConfigComponent/wrapper/Components/Icon.js +0 -10
  397. package/Components/JsonConfigComponent/wrapper/Components/Icon.js.map +0 -1
  398. package/Components/JsonConfigComponent/wrapper/Components/TextWithIcon.d.ts +0 -2
  399. package/Components/JsonConfigComponent/wrapper/Components/TextWithIcon.js +0 -10
  400. package/Components/JsonConfigComponent/wrapper/Components/TextWithIcon.js.map +0 -1
  401. package/Components/JsonConfigComponent/wrapper/Components/UploadImage.d.ts +0 -2
  402. package/Components/JsonConfigComponent/wrapper/Components/UploadImage.js +0 -10
  403. package/Components/JsonConfigComponent/wrapper/Components/UploadImage.js.map +0 -1
  404. package/Components/JsonConfigComponent/wrapper/Components/Utils.d.ts +0 -2
  405. package/Components/JsonConfigComponent/wrapper/Components/Utils.js +0 -10
  406. package/Components/JsonConfigComponent/wrapper/Components/Utils.js.map +0 -1
  407. package/Components/JsonConfigComponent/wrapper/Dialogs/Confirm.d.ts +0 -2
  408. package/Components/JsonConfigComponent/wrapper/Dialogs/Confirm.js +0 -10
  409. package/Components/JsonConfigComponent/wrapper/Dialogs/Confirm.js.map +0 -1
  410. package/Components/JsonConfigComponent/wrapper/Dialogs/Cron.d.ts +0 -2
  411. package/Components/JsonConfigComponent/wrapper/Dialogs/Cron.js +0 -10
  412. package/Components/JsonConfigComponent/wrapper/Dialogs/Cron.js.map +0 -1
  413. package/Components/JsonConfigComponent/wrapper/Dialogs/Error.d.ts +0 -2
  414. package/Components/JsonConfigComponent/wrapper/Dialogs/Error.js +0 -10
  415. package/Components/JsonConfigComponent/wrapper/Dialogs/Error.js.map +0 -1
  416. package/Components/JsonConfigComponent/wrapper/Dialogs/Message.d.ts +0 -2
  417. package/Components/JsonConfigComponent/wrapper/Dialogs/Message.js +0 -10
  418. package/Components/JsonConfigComponent/wrapper/Dialogs/Message.js.map +0 -1
  419. package/Components/JsonConfigComponent/wrapper/Dialogs/SelectFile.d.ts +0 -2
  420. package/Components/JsonConfigComponent/wrapper/Dialogs/SelectFile.js +0 -10
  421. package/Components/JsonConfigComponent/wrapper/Dialogs/SelectFile.js.map +0 -1
  422. package/Components/JsonConfigComponent/wrapper/Dialogs/SelectID.d.ts +0 -2
  423. package/Components/JsonConfigComponent/wrapper/Dialogs/SelectID.js +0 -10
  424. package/Components/JsonConfigComponent/wrapper/Dialogs/SelectID.js.map +0 -1
  425. package/Components/JsonConfigComponent/wrapper/i18n.d.ts +0 -2
  426. package/Components/JsonConfigComponent/wrapper/i18n.js +0 -10
  427. package/Components/JsonConfigComponent/wrapper/i18n.js.map +0 -1
  428. package/Components/JsonConfigComponent/wrapper/icons/IconCopy.d.ts +0 -2
  429. package/Components/JsonConfigComponent/wrapper/icons/IconCopy.js +0 -10
  430. package/Components/JsonConfigComponent/wrapper/icons/IconCopy.js.map +0 -1
  431. package/Components/Loader.js.map +0 -1
  432. package/Components/Loaders/PT.js.map +0 -1
  433. package/Components/Loaders/Vendor.js.map +0 -1
  434. package/Components/Logo.js.map +0 -1
  435. package/Components/MDUtils.js.map +0 -1
  436. package/Components/Router.js.map +0 -1
  437. package/Components/SaveCloseButtons.js.map +0 -1
  438. package/Components/Schedule.js.map +0 -1
  439. package/Components/SelectWithIcon.js.map +0 -1
  440. package/Components/SimpleCron/cron2text.js.map +0 -1
  441. package/Components/SimpleCron/cronText.js.map +0 -1
  442. package/Components/SimpleCron/index.js.map +0 -1
  443. package/Components/SimpleCron/jquery.cron.locale.js.map +0 -1
  444. package/Components/TabContainer.js.map +0 -1
  445. package/Components/TabContent.js.map +0 -1
  446. package/Components/TabHeader.js.map +0 -1
  447. package/Components/TableResize.js.map +0 -1
  448. package/Components/TextWithIcon.js.map +0 -1
  449. package/Components/ToggleThemeMenu.js.map +0 -1
  450. package/Components/UploadImage.js.map +0 -1
  451. package/Components/Utils.js.map +0 -1
  452. package/Components/copy-to-clipboard.d.ts +0 -13
  453. package/Components/copy-to-clipboard.js +0 -156
  454. package/Components/copy-to-clipboard.js.map +0 -1
  455. package/Dialogs/ComplexCron.js.map +0 -1
  456. package/Dialogs/Confirm.js.map +0 -1
  457. package/Dialogs/Cron.js.map +0 -1
  458. package/Dialogs/Error.js.map +0 -1
  459. package/Dialogs/Message.js.map +0 -1
  460. package/Dialogs/SelectFile.js.map +0 -1
  461. package/Dialogs/SelectID.js.map +0 -1
  462. package/Dialogs/SimpleCron.js.map +0 -1
  463. package/Dialogs/TextInput.js.map +0 -1
  464. package/GenericApp.js.map +0 -1
  465. package/LegacyConnection.js.map +0 -1
  466. package/Prompt.js.map +0 -1
  467. package/Theme.js.map +0 -1
  468. package/i18n.js.map +0 -1
  469. package/icons/IconExpert.js.map +0 -1
@@ -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
  ]