homebridge-config-ui-x 5.0.0-beta.3 → 5.0.0-beta.30

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 (282) hide show
  1. package/CHANGELOG.md +182 -8
  2. package/LICENSE +1 -1
  3. package/README.md +6 -8
  4. package/config.schema.json +38 -18
  5. package/dist/bin/fork.js +17 -7
  6. package/dist/bin/fork.js.map +1 -1
  7. package/dist/bin/hb-service.d.ts +2 -2
  8. package/dist/bin/hb-service.js +67 -56
  9. package/dist/bin/hb-service.js.map +1 -1
  10. package/dist/bin/platforms/win32.js +4 -2
  11. package/dist/bin/platforms/win32.js.map +1 -1
  12. package/dist/bin/standalone.js +18 -7
  13. package/dist/bin/standalone.js.map +1 -1
  14. package/dist/core/auth/auth.controller.d.ts +2 -0
  15. package/dist/core/auth/auth.controller.js.map +1 -1
  16. package/dist/core/auth/auth.module.js +1 -1
  17. package/dist/core/auth/auth.module.js.map +1 -1
  18. package/dist/core/auth/auth.service.js +10 -10
  19. package/dist/core/auth/auth.service.js.map +1 -1
  20. package/dist/core/config/config.service.d.ts +3 -0
  21. package/dist/core/config/config.service.js +1 -0
  22. package/dist/core/config/config.service.js.map +1 -1
  23. package/dist/core/config/config.startup.js +2 -2
  24. package/dist/core/config/config.startup.js.map +1 -1
  25. package/dist/core/homebridge-ipc/homebridge-ipc.service.js +3 -3
  26. package/dist/core/homebridge-ipc/homebridge-ipc.service.js.map +1 -1
  27. package/dist/index.js +25 -14
  28. package/dist/index.js.map +1 -1
  29. package/dist/main.js +1 -1
  30. package/dist/main.js.map +1 -1
  31. package/dist/modules/accessories/accessories.controller.js +4 -4
  32. package/dist/modules/accessories/accessories.controller.js.map +1 -1
  33. package/dist/modules/accessories/accessories.service.js +7 -6
  34. package/dist/modules/accessories/accessories.service.js.map +1 -1
  35. package/dist/modules/backup/backup.controller.js +7 -7
  36. package/dist/modules/backup/backup.controller.js.map +1 -1
  37. package/dist/modules/backup/backup.service.js +17 -17
  38. package/dist/modules/backup/backup.service.js.map +1 -1
  39. package/dist/modules/child-bridges/child-bridges.service.js +3 -3
  40. package/dist/modules/child-bridges/child-bridges.service.js.map +1 -1
  41. package/dist/modules/config-editor/config-editor.controller.d.ts +1 -1
  42. package/dist/modules/config-editor/config-editor.controller.js +7 -7
  43. package/dist/modules/config-editor/config-editor.controller.js.map +1 -1
  44. package/dist/modules/config-editor/config-editor.service.d.ts +1 -1
  45. package/dist/modules/config-editor/config-editor.service.js +6 -6
  46. package/dist/modules/config-editor/config-editor.service.js.map +1 -1
  47. package/dist/modules/custom-plugins/plugins-settings-ui/plugins-settings-ui.service.js +11 -9
  48. package/dist/modules/custom-plugins/plugins-settings-ui/plugins-settings-ui.service.js.map +1 -1
  49. package/dist/modules/log/log.service.js +3 -3
  50. package/dist/modules/log/log.service.js.map +1 -1
  51. package/dist/modules/platform-tools/docker/docker.controller.js +3 -3
  52. package/dist/modules/platform-tools/docker/docker.controller.js.map +1 -1
  53. package/dist/modules/platform-tools/docker/docker.service.js +1 -1
  54. package/dist/modules/platform-tools/docker/docker.service.js.map +1 -1
  55. package/dist/modules/platform-tools/hb-service/hb-service.controller.js +1 -1
  56. package/dist/modules/platform-tools/hb-service/hb-service.controller.js.map +1 -1
  57. package/dist/modules/platform-tools/hb-service/hb-service.service.js +6 -6
  58. package/dist/modules/platform-tools/hb-service/hb-service.service.js.map +1 -1
  59. package/dist/modules/platform-tools/linux/linux.controller.js +2 -2
  60. package/dist/modules/platform-tools/linux/linux.controller.js.map +1 -1
  61. package/dist/modules/platform-tools/linux/linux.service.js +2 -2
  62. package/dist/modules/platform-tools/linux/linux.service.js.map +1 -1
  63. package/dist/modules/platform-tools/terminal/terminal.service.js +2 -2
  64. package/dist/modules/platform-tools/terminal/terminal.service.js.map +1 -1
  65. package/dist/modules/plugins/plugins.controller.js +4 -4
  66. package/dist/modules/plugins/plugins.controller.js.map +1 -1
  67. package/dist/modules/plugins/plugins.service.d.ts +1 -0
  68. package/dist/modules/plugins/plugins.service.js +74 -35
  69. package/dist/modules/plugins/plugins.service.js.map +1 -1
  70. package/dist/modules/server/server.controller.d.ts +19 -2
  71. package/dist/modules/server/server.controller.js +84 -18
  72. package/dist/modules/server/server.controller.js.map +1 -1
  73. package/dist/modules/server/server.service.d.ts +23 -6
  74. package/dist/modules/server/server.service.js +171 -56
  75. package/dist/modules/server/server.service.js.map +1 -1
  76. package/dist/modules/status/status.controller.js +3 -3
  77. package/dist/modules/status/status.controller.js.map +1 -1
  78. package/dist/modules/status/status.service.js +4 -4
  79. package/dist/modules/status/status.service.js.map +1 -1
  80. package/dist/modules/users/users.controller.js +1 -1
  81. package/dist/modules/users/users.controller.js.map +1 -1
  82. package/dist/self-check.js +6 -6
  83. package/dist/self-check.js.map +1 -1
  84. package/package.json +31 -27
  85. package/public/3rdpartylicenses.txt +70 -44
  86. package/public/assets/hap-icons/airpurifier.svg +49 -16
  87. package/public/assets/hap-icons/airquality.svg +24 -13
  88. package/public/assets/hap-icons/contactsensor-closed.svg +35 -2
  89. package/public/assets/hap-icons/contactsensor-open.svg +80 -2
  90. package/public/assets/hap-icons/door-closed.svg +32 -2
  91. package/public/assets/hap-icons/door-open.svg +48 -2
  92. package/public/assets/hap-icons/fan-off.svg +24 -13
  93. package/public/assets/hap-icons/fan-on.svg +24 -13
  94. package/public/assets/hap-icons/garagedoor.svg +24 -13
  95. package/public/assets/hap-icons/humidity.svg +24 -13
  96. package/public/assets/hap-icons/irrigation-system.svg +47 -18
  97. package/public/assets/hap-icons/leaksensor.svg +52 -2
  98. package/public/assets/hap-icons/light.svg +47 -28
  99. package/public/assets/hap-icons/lightbulb.svg +24 -13
  100. package/public/assets/hap-icons/lock-locked.svg +24 -13
  101. package/public/assets/hap-icons/lock-unlocked.svg +24 -13
  102. package/public/assets/hap-icons/motionsensor.svg +100 -2
  103. package/public/assets/hap-icons/occupancysensor.svg +97 -2
  104. package/public/assets/hap-icons/outlet.svg +24 -13
  105. package/public/assets/hap-icons/securitysystem-active.svg +102 -2
  106. package/public/assets/hap-icons/securitysystem-off.svg +68 -2
  107. package/public/assets/hap-icons/smokesensor.svg +42 -9
  108. package/public/assets/hap-icons/speaker.svg +29 -13
  109. package/public/assets/hap-icons/statelessprogrammableswitch.svg +51 -2
  110. package/public/assets/hap-icons/switch.svg +24 -13
  111. package/public/assets/hap-icons/television.svg +15 -4
  112. package/public/assets/hap-icons/temperature.svg +24 -13
  113. package/public/assets/hap-icons/unknown.svg +24 -13
  114. package/public/assets/hap-icons/valve-generic.svg +27 -16
  115. package/public/assets/hap-icons/valve-irrigation.svg +37 -21
  116. package/public/assets/hap-icons/valve-showerhead.svg +52 -0
  117. package/public/assets/hap-icons/valve-waterfaucet.svg +21 -0
  118. package/public/assets/hap-icons/window-closed.svg +85 -2
  119. package/public/assets/hap-icons/window-open.svg +136 -2
  120. package/public/assets/hap-icons/windowcovering-closed.svg +45 -49
  121. package/public/assets/hap-icons/windowcovering-open.svg +40 -44
  122. package/public/assets/homebridge-color-round.svg +36 -1
  123. package/public/assets/homebridge-logo.svg +11 -1
  124. package/public/assets/mask-icon.svg +5 -1
  125. package/public/assets/plugin-ui-utils/ui.js +38 -19
  126. package/public/assets/plugin-ui-utils/ui.js.map +1 -1
  127. package/public/{chunk-6TCHCTXZ.js → chunk-23M23WV2.js} +1 -1
  128. package/public/chunk-2YYAI64O.js +1 -0
  129. package/public/{chunk-VMXGERJT.js → chunk-2ZEIWH4C.js} +8 -8
  130. package/public/chunk-42YSCDZK.js +1 -0
  131. package/public/{chunk-QE7DO6J3.js → chunk-474BOAR2.js} +2 -2
  132. package/public/chunk-4BZV7AMQ.js +32 -0
  133. package/public/{chunk-WNWWUCCZ.js → chunk-5KLZWFYX.js} +1 -1
  134. package/public/chunk-5NTU76Y2.js +1 -0
  135. package/public/chunk-5OIS4J4X.js +1 -0
  136. package/public/chunk-5YBMCQ2E.js +1 -0
  137. package/public/chunk-64RTOH3L.js +1 -0
  138. package/public/chunk-675OFXLW.js +1 -0
  139. package/public/chunk-6TO5IBYB.js +5 -0
  140. package/public/chunk-6UQS6IP4.js +1 -0
  141. package/public/{chunk-BKUGARB4.js → chunk-7BCHGXO4.js} +1 -1
  142. package/public/chunk-A5D6DOHK.js +1 -0
  143. package/public/chunk-BMWLHPL2.js +1 -0
  144. package/public/chunk-BO2RTACA.js +1 -0
  145. package/public/chunk-BVC2RBSG.js +1 -0
  146. package/public/{chunk-CCUID66K.js → chunk-C2XBPNOQ.js} +1 -1
  147. package/public/chunk-C4PJKEWA.js +1 -0
  148. package/public/chunk-CHP2ZI3F.js +1 -0
  149. package/public/chunk-CKNHTRCL.js +7 -0
  150. package/public/chunk-CLERVK2C.js +1 -0
  151. package/public/chunk-CZY5YUJJ.js +1 -0
  152. package/public/chunk-DTH6YVQ5.js +1 -0
  153. package/public/chunk-DUM3YHTS.js +1 -0
  154. package/public/chunk-DWDK5EDZ.js +1 -0
  155. package/public/chunk-EEDUUZ6J.js +1 -0
  156. package/public/chunk-ERXUVZM6.js +1 -0
  157. package/public/chunk-FRSJ6MDR.js +1 -0
  158. package/public/{chunk-7L7RZCFC.js → chunk-GR4KMWT2.js} +1 -1
  159. package/public/chunk-GUAOICDU.js +1 -0
  160. package/public/chunk-H3YQBGGB.js +1 -0
  161. package/public/{chunk-UG5DK2RQ.js → chunk-HA6CO5NZ.js} +2 -2
  162. package/public/chunk-HJKPT3MJ.js +6 -0
  163. package/public/chunk-I37YRYWO.js +1 -0
  164. package/public/chunk-I5HC6YE6.js +1 -0
  165. package/public/{chunk-JZZQRLNW.js → chunk-JF5AT3NK.js} +1 -1
  166. package/public/chunk-KROLJP5T.js +1 -0
  167. package/public/chunk-KUS3JO5E.js +1 -0
  168. package/public/chunk-LEFLOPGL.js +1 -0
  169. package/public/chunk-LHGXPARJ.js +1 -0
  170. package/public/chunk-M66MJDOB.js +1 -0
  171. package/public/chunk-MLFCC76B.js +1 -0
  172. package/public/chunk-N4F42HDL.js +5 -0
  173. package/public/{chunk-NW6AFAD7.js → chunk-NFG4Y4PX.js} +1 -1
  174. package/public/{chunk-7EUQWCP5.js → chunk-NSCP3SOQ.js} +1 -1
  175. package/public/chunk-OWP42U3Q.js +1 -0
  176. package/public/chunk-QUXECVRB.js +1 -0
  177. package/public/{chunk-IW3EPSTZ.js → chunk-R5IIVXMM.js} +4 -4
  178. package/public/chunk-RGF5UNTQ.js +1 -0
  179. package/public/chunk-RLM4Q3NA.js +1 -0
  180. package/public/chunk-RZIIH6OH.js +1 -0
  181. package/public/chunk-S75PX3CD.js +1 -0
  182. package/public/chunk-S7RJS4DA.js +1 -0
  183. package/public/chunk-SFOCFUZK.js +1 -0
  184. package/public/chunk-SFW3EWWB.js +1 -0
  185. package/public/chunk-T3B7RH4F.js +1 -0
  186. package/public/{chunk-NZNNTHFQ.js → chunk-T3GI7KUT.js} +1 -1
  187. package/public/chunk-TNPEEFW3.js +1 -0
  188. package/public/chunk-TWVNA46I.js +1 -0
  189. package/public/chunk-U7T2AD2X.js +1 -0
  190. package/public/chunk-UA6R3XIL.js +1 -0
  191. package/public/chunk-UNUYCODO.js +1 -0
  192. package/public/chunk-UOL2NKOO.js +1 -0
  193. package/public/{chunk-BFDVOBTQ.js → chunk-V34IYB4T.js} +1 -1
  194. package/public/{chunk-VOBHY2IH.js → chunk-VH5DDEVH.js} +2 -2
  195. package/public/chunk-VRLRDDC6.js +20 -0
  196. package/public/chunk-VUP4TCYX.js +1 -0
  197. package/public/{chunk-6PHMBMFU.js → chunk-W3AL3YCO.js} +1 -1
  198. package/public/chunk-WC4JHC6X.js +1 -0
  199. package/public/chunk-WEJDJXGV.js +1 -0
  200. package/public/chunk-WJ3IINUA.js +1 -0
  201. package/public/{chunk-ASX35H47.js → chunk-WJVQNA7H.js} +1 -1
  202. package/public/chunk-X5YRTZFZ.js +1 -0
  203. package/public/chunk-XAM6ZNPS.js +1 -0
  204. package/public/{chunk-WHJOLAED.js → chunk-XFK2EZ3K.js} +1 -1
  205. package/public/{chunk-EA5J2VEJ.js → chunk-XP7D2PRA.js} +1 -1
  206. package/public/{chunk-WHJSVGC7.js → chunk-XQNHUDX7.js} +1 -1
  207. package/public/{chunk-QHPDGSZ6.js → chunk-YLEC7AUG.js} +1 -1
  208. package/public/chunk-YPAFR2PB.js +1 -0
  209. package/public/index.html +2 -2
  210. package/public/main-GTJ3X2LZ.js +1 -0
  211. package/public/media/fa-brands-400-Q3XCMWHQ.woff2 +0 -0
  212. package/public/media/{fa-brands-400-MVB2B5XM.ttf → fa-brands-400-R2XQZCET.ttf} +0 -0
  213. package/public/media/fa-regular-400-QSNYFYRT.woff2 +0 -0
  214. package/public/media/{fa-regular-400-EGQOOADX.ttf → fa-regular-400-XUOPSR7E.ttf} +0 -0
  215. package/public/media/fa-solid-900-5ZUYHGA7.woff2 +0 -0
  216. package/public/media/{fa-solid-900-ZUDIWQL5.ttf → fa-solid-900-PJNKLK6W.ttf} +0 -0
  217. package/public/styles-7Q7QNSR3.css +1 -0
  218. package/public/chunk-2OBHR63W.js +0 -1
  219. package/public/chunk-3C6WVST7.js +0 -1
  220. package/public/chunk-3IX3CLER.js +0 -1
  221. package/public/chunk-5ALXJOLQ.js +0 -1
  222. package/public/chunk-5LVGHH2N.js +0 -1
  223. package/public/chunk-7456RB3C.js +0 -1
  224. package/public/chunk-76S7LYCL.js +0 -1
  225. package/public/chunk-77A3OZ74.js +0 -1
  226. package/public/chunk-7EANS226.js +0 -1
  227. package/public/chunk-AVJ6EUEE.js +0 -1
  228. package/public/chunk-AX23H5TL.js +0 -1
  229. package/public/chunk-AZXQ73I5.js +0 -1
  230. package/public/chunk-BMXAHMY6.js +0 -1
  231. package/public/chunk-BPMSJ2VF.js +0 -1
  232. package/public/chunk-CW7Q7WEJ.js +0 -1
  233. package/public/chunk-DDXIRKVB.js +0 -1
  234. package/public/chunk-DNOJWLVY.js +0 -1
  235. package/public/chunk-DZY2Q3FG.js +0 -1
  236. package/public/chunk-FX4GQIE4.js +0 -32
  237. package/public/chunk-GVDR7ZRB.js +0 -1
  238. package/public/chunk-HSJSWZHD.js +0 -1
  239. package/public/chunk-I7ZKPCIW.js +0 -1
  240. package/public/chunk-IPZ4P5DE.js +0 -1
  241. package/public/chunk-IWYEH4T6.js +0 -1
  242. package/public/chunk-JL6S5IIU.js +0 -1
  243. package/public/chunk-KIJWUGXX.js +0 -1
  244. package/public/chunk-KO3WJGGG.js +0 -1
  245. package/public/chunk-KQJ7ONUG.js +0 -1
  246. package/public/chunk-KTDJZCFW.js +0 -1
  247. package/public/chunk-LDPCT3YF.js +0 -5
  248. package/public/chunk-MHYIZZN4.js +0 -1
  249. package/public/chunk-MOV2HTCQ.js +0 -1
  250. package/public/chunk-NF4NIS42.js +0 -1
  251. package/public/chunk-O75YP3SB.js +0 -1
  252. package/public/chunk-ODPTCLGS.js +0 -1
  253. package/public/chunk-ORPWYWCL.js +0 -5
  254. package/public/chunk-Q5URFHBE.js +0 -1
  255. package/public/chunk-QLWY5NWN.js +0 -1
  256. package/public/chunk-QRZNMAFL.js +0 -1
  257. package/public/chunk-RHB2T3FE.js +0 -1
  258. package/public/chunk-RMI35HIS.js +0 -1
  259. package/public/chunk-RO4QXVDE.js +0 -1
  260. package/public/chunk-RWZRB2OY.js +0 -1
  261. package/public/chunk-S62KH3FN.js +0 -6
  262. package/public/chunk-S6EMLS5Q.js +0 -1
  263. package/public/chunk-SVFFEV36.js +0 -1
  264. package/public/chunk-T2YVB4SI.js +0 -1
  265. package/public/chunk-TCSXGQNF.js +0 -1
  266. package/public/chunk-TXOB7R5K.js +0 -7
  267. package/public/chunk-U6ORTLYL.js +0 -1
  268. package/public/chunk-UJU3NPS7.js +0 -1
  269. package/public/chunk-UYZI56PX.js +0 -1
  270. package/public/chunk-UZU6PLTW.js +0 -1
  271. package/public/chunk-UZW3DWH4.js +0 -1
  272. package/public/chunk-WMB35VCS.js +0 -1
  273. package/public/chunk-WT2GX4NS.js +0 -1
  274. package/public/chunk-XH6GEPB6.js +0 -1
  275. package/public/chunk-ZLPCX4R4.js +0 -1
  276. package/public/chunk-ZT23DWNL.js +0 -1
  277. package/public/chunk-ZY7HKZ4P.js +0 -20
  278. package/public/main-ILTX7GFO.js +0 -1
  279. package/public/media/fa-brands-400-6U3GU5Y7.woff2 +0 -0
  280. package/public/media/fa-regular-400-R5EOMW4H.woff2 +0 -0
  281. package/public/media/fa-solid-900-W65KEJAS.woff2 +0 -0
  282. package/public/styles-GDLSHXGD.css +0 -1
@@ -12,7 +12,7 @@ const logger = new logger_service_1.Logger();
12
12
  function tryRebuildNodePtyModule() {
13
13
  const modulePath = (0, node_path_1.dirname)((0, node_path_1.dirname)(require.resolve('@homebridge/node-pty-prebuilt-multiarch')));
14
14
  logger.warn('[node-pty] Trying to rebuild automatically...');
15
- logger.warn(`[node-pty] Path: ${modulePath}`);
15
+ logger.warn(`[node-pty] Path: ${modulePath}.`);
16
16
  try {
17
17
  (0, node_child_process_1.execSync)('npm run install --unsafe-perm', {
18
18
  cwd: modulePath,
@@ -37,8 +37,8 @@ function main() {
37
37
  }
38
38
  catch (e) {
39
39
  logger.error(e);
40
- logger.error(`[node-pty] Node.js ${node_process_1.default.version}`);
41
- logger.error('[node-pty] Failed to load node-pty module');
40
+ logger.error(`[node-pty] Node.js ${node_process_1.default.version}.`);
41
+ logger.error('[node-pty] Failed to load node-pty module.');
42
42
  logger.error('[node-pty] This could be because the installation of this plugin did not complete successfully '
43
43
  + 'or you may have recently upgraded Node.js to a new major version.');
44
44
  logger.error('[node-pty] Follow the steps below to resolve this issue.');
@@ -86,18 +86,18 @@ node_process_1.default.on('unhandledRejection', (err) => {
86
86
  logger.error(err.toString());
87
87
  if (err.code === 'EADDRINUSE') {
88
88
  logger.error(`Another process or service on this host is using port ${err.port}.`);
89
- logger.error('Please stop the other service or change the port you have assigned to homebridge-config-ui-x.');
89
+ logger.error('Please stop the other service or change the port you have assigned to Homebridge UI.');
90
90
  logger.error('Ending process now.');
91
91
  setTimeout(() => node_process_1.default.exit(0));
92
92
  }
93
93
  else if (err.code === 'EACCES') {
94
94
  logger.error(`The process owner does not have permission to run services on port ${err.port}.`);
95
- logger.error('Please change the homebridge-config-ui-x port to something above 1024.');
95
+ logger.error('Please change the Homebridge UI port to something above 1024.');
96
96
  logger.error('Ending process now.');
97
97
  setTimeout(() => node_process_1.default.exit(0));
98
98
  }
99
99
  else {
100
- logger.error('Caught Unhandled Rejection Error :: Details Below');
100
+ logger.error('Caught unhandled rejection error - details below:');
101
101
  console.error(err);
102
102
  }
103
103
  });
@@ -1 +1 @@
1
- {"version":3,"file":"self-check.js","sourceRoot":"","sources":["../src/self-check.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"self-check.js","sourceRoot":"","sources":["../src/self-check.ts"],"names":[],"mappings":"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"}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "homebridge-config-ui-x",
3
3
  "displayName": "Homebridge UI",
4
- "version": "5.0.0-beta.3",
4
+ "version": "5.0.0-beta.30",
5
5
  "description": "A web based management, configuration and control platform for Homebridge.",
6
6
  "author": "oznu <dev@oz.nu>",
7
7
  "license": "MIT",
@@ -82,25 +82,25 @@
82
82
  "@fastify/helmet": "11.1.1",
83
83
  "@fastify/multipart": "8.3.0",
84
84
  "@fastify/static": "7.0.4",
85
- "@homebridge/hap-client": "2.0.4",
86
- "@homebridge/node-pty-prebuilt-multiarch": "0.12.0-beta.2",
87
- "@nestjs/axios": "3.1.2",
88
- "@nestjs/common": "10.4.8",
89
- "@nestjs/core": "10.4.8",
85
+ "@homebridge/hap-client": "2.0.5",
86
+ "@homebridge/node-pty-prebuilt-multiarch": "0.12.0-beta.5",
87
+ "@nestjs/axios": "3.1.3",
88
+ "@nestjs/common": "10.4.15",
89
+ "@nestjs/core": "10.4.15",
90
90
  "@nestjs/jwt": "10.2.0",
91
91
  "@nestjs/passport": "10.0.3",
92
- "@nestjs/platform-fastify": "10.4.8",
93
- "@nestjs/platform-socket.io": "10.4.8",
94
- "@nestjs/swagger": "8.0.7",
95
- "@nestjs/websockets": "10.4.8",
96
- "axios": "1.7.7",
92
+ "@nestjs/platform-fastify": "10.4.15",
93
+ "@nestjs/platform-socket.io": "10.4.15",
94
+ "@nestjs/swagger": "8.1.0",
95
+ "@nestjs/websockets": "10.4.15",
96
+ "axios": "1.7.9",
97
97
  "bash-color": "0.0.4",
98
98
  "buffer-shims": "1.0.0",
99
99
  "class-transformer": "0.5.1",
100
100
  "class-validator": "0.14.1",
101
- "commander": "12.1.0",
101
+ "commander": "13.0.0",
102
102
  "dayjs": "1.11.13",
103
- "fastify": "4.28.1",
103
+ "fastify": "4.29.0",
104
104
  "fs-extra": "11.2.0",
105
105
  "jsonwebtoken": "9.0.2",
106
106
  "lodash": "4.17.21",
@@ -114,38 +114,42 @@
114
114
  "reflect-metadata": "0.2.2",
115
115
  "rxjs": "7.8.1",
116
116
  "semver": "7.6.3",
117
- "systeminformation": "5.23.5",
117
+ "systeminformation": "5.25.3",
118
118
  "tail": "2.2.6",
119
- "tar": "6.2.1",
119
+ "tar": "7.4.3",
120
120
  "tcp-port-used": "1.0.2",
121
121
  "unzipper": "0.12.3"
122
122
  },
123
123
  "devDependencies": {
124
- "@antfu/eslint-config": "^3.9.2",
125
- "@nestjs/testing": "^10.4.8",
124
+ "@antfu/eslint-config": "^3.12.1",
125
+ "@nestjs/testing": "^10.4.15",
126
+ "@prettier/plugin-xml": "^3.4.1",
126
127
  "@types/fs-extra": "^11.0.4",
127
- "@types/lodash": "^4.17.13",
128
- "@types/node": "^22.9.1",
128
+ "@types/lodash": "^4.17.14",
129
+ "@types/node": "^22.10.5",
129
130
  "@types/node-schedule": "^2.1.7",
130
131
  "@types/passport-jwt": "^4.0.1",
131
132
  "@types/semver": "^7.5.8",
132
133
  "@types/tail": "^2.2.3",
133
- "@types/tar": "^6.1.13",
134
134
  "@types/tcp-port-used": "^1.0.4",
135
135
  "@types/unzipper": "^0.10.10",
136
- "@vitest/coverage-v8": "^2.1.5",
137
- "concurrently": "^9.1.0",
138
- "eslint": "^9.15.0",
139
- "eslint-plugin-format": "^0.1.2",
136
+ "@vitest/coverage-v8": "^2.1.8",
137
+ "concurrently": "^9.1.2",
138
+ "eslint-plugin-format": "^0.1.3",
140
139
  "form-data": "^4.0.1",
141
- "nodemon": "^3.1.7",
140
+ "nodemon": "^3.1.9",
142
141
  "rimraf": "^6.0.1",
143
142
  "ts-loader": "^9.5.1",
144
143
  "ts-node": "^10.9.2",
145
144
  "tsconfig-paths": "^4.2.0",
146
- "typescript": "^5.6.3",
145
+ "typescript": "^5.7.2",
147
146
  "unplugin-swc": "^1.5.1",
148
- "vitest": "^2.1.5"
147
+ "vitest": "^2.1.8"
148
+ },
149
+ "overrides": {
150
+ "@nestjs/platform-fastify": {
151
+ "fastify": "4.29.0"
152
+ }
149
153
  },
150
154
  "maintainers": [
151
155
  {
@@ -1,6 +1,6 @@
1
1
 
2
2
  --------------------------------------------------------------------------------
3
- Package: @angular/common
3
+ Package: @angular/animations
4
4
  License: "MIT"
5
5
 
6
6
  The MIT License
@@ -26,7 +26,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
26
26
  THE SOFTWARE.
27
27
 
28
28
  --------------------------------------------------------------------------------
29
- Package: @angular/animations
29
+ Package: @angular/platform-browser
30
30
  License: "MIT"
31
31
 
32
32
  The MIT License
@@ -52,7 +52,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
52
52
  THE SOFTWARE.
53
53
 
54
54
  --------------------------------------------------------------------------------
55
- Package: @angular/platform-browser
55
+ Package: @angular/common
56
56
  License: "MIT"
57
57
 
58
58
  The MIT License
@@ -181,6 +181,32 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
181
181
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
182
182
  SOFTWARE.
183
183
 
184
+ --------------------------------------------------------------------------------
185
+ Package: is-standalone-pwa
186
+ License: "MIT"
187
+
188
+ MIT License
189
+
190
+ Copyright (c) 2024 Faisal Salman
191
+
192
+ Permission is hereby granted, free of charge, to any person obtaining a copy
193
+ of this software and associated documentation files (the "Software"), to deal
194
+ in the Software without restriction, including without limitation the rights
195
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
196
+ copies of the Software, and to permit persons to whom the Software is
197
+ furnished to do so, subject to the following conditions:
198
+
199
+ The above copyright notice and this permission notice shall be included in all
200
+ copies or substantial portions of the Software.
201
+
202
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
203
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
204
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
205
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
206
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
207
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
208
+ SOFTWARE.
209
+
184
210
  --------------------------------------------------------------------------------
185
211
  Package: angular-gridster2
186
212
  License: "MIT"
@@ -358,12 +384,12 @@ License: "MIT"
358
384
 
359
385
 
360
386
  --------------------------------------------------------------------------------
361
- Package: nouislider
387
+ Package: ng-inline-svg-2
362
388
  License: "MIT"
363
389
 
364
- MIT License
390
+ The MIT License (MIT)
365
391
 
366
- Copyright (c) 2019 Léon Gersen
392
+ Copyright (c) 2016 Eugene Cheung
367
393
 
368
394
  Permission is hereby granted, free of charge, to any person obtaining a copy
369
395
  of this software and associated documentation files (the "Software"), to deal
@@ -372,24 +398,24 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
372
398
  copies of the Software, and to permit persons to whom the Software is
373
399
  furnished to do so, subject to the following conditions:
374
400
 
375
- The above copyright notice and this permission notice shall be included in all
376
- copies or substantial portions of the Software.
401
+ The above copyright notice and this permission notice shall be included in
402
+ all copies or substantial portions of the Software.
377
403
 
378
404
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
379
405
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
380
406
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
381
407
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
382
408
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
383
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
384
- SOFTWARE.
409
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
410
+ THE SOFTWARE.
385
411
 
386
412
  --------------------------------------------------------------------------------
387
- Package: ng2-nouislider
413
+ Package: nouislider
388
414
  License: "MIT"
389
415
 
390
416
  MIT License
391
417
 
392
- Copyright (c) 2017-2019 Tomasz Bak https://www.tomaszbak.com/
418
+ Copyright (c) 2019 Léon Gersen
393
419
 
394
420
  Permission is hereby granted, free of charge, to any person obtaining a copy
395
421
  of this software and associated documentation files (the "Software"), to deal
@@ -410,12 +436,12 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
410
436
  SOFTWARE.
411
437
 
412
438
  --------------------------------------------------------------------------------
413
- Package: ng-inline-svg-2
439
+ Package: ng2-nouislider
414
440
  License: "MIT"
415
441
 
416
- The MIT License (MIT)
442
+ MIT License
417
443
 
418
- Copyright (c) 2016 Eugene Cheung
444
+ Copyright (c) 2017-2019 Tomasz Bak https://www.tomaszbak.com/
419
445
 
420
446
  Permission is hereby granted, free of charge, to any person obtaining a copy
421
447
  of this software and associated documentation files (the "Software"), to deal
@@ -424,16 +450,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
424
450
  copies of the Software, and to permit persons to whom the Software is
425
451
  furnished to do so, subject to the following conditions:
426
452
 
427
- The above copyright notice and this permission notice shall be included in
428
- all copies or substantial portions of the Software.
453
+ The above copyright notice and this permission notice shall be included in all
454
+ copies or substantial portions of the Software.
429
455
 
430
456
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
431
457
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
432
458
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
433
459
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
434
460
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
435
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
436
- THE SOFTWARE.
461
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
462
+ SOFTWARE.
437
463
 
438
464
  --------------------------------------------------------------------------------
439
465
  Package: ajv
@@ -784,6 +810,31 @@ Package: ngx-md
784
810
  License: "MIT"
785
811
 
786
812
 
813
+ --------------------------------------------------------------------------------
814
+ Package: mobile-detect
815
+ License: "MIT"
816
+
817
+ The MIT License (MIT)
818
+
819
+ Copyright (c) 2013 Heinrich Goebl
820
+
821
+ Permission is hereby granted, free of charge, to any person obtaining a copy
822
+ of this software and associated documentation files (the "Software"), to deal
823
+ in the Software without restriction, including without limitation the rights
824
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
825
+ copies of the Software, and to permit persons to whom the Software is
826
+ furnished to do so, subject to the following conditions:
827
+
828
+ The above copyright notice and this permission notice shall be included in
829
+ all copies or substantial portions of the Software.
830
+
831
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
832
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
833
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
834
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
835
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
836
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
837
+ THE SOFTWARE.
787
838
  --------------------------------------------------------------------------------
788
839
  Package: file-saver
789
840
  License: "MIT"
@@ -923,31 +974,6 @@ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
923
974
  ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
924
975
  IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
925
976
 
926
- --------------------------------------------------------------------------------
927
- Package: mobile-detect
928
- License: "MIT"
929
-
930
- The MIT License (MIT)
931
-
932
- Copyright (c) 2013 Heinrich Goebl
933
-
934
- Permission is hereby granted, free of charge, to any person obtaining a copy
935
- of this software and associated documentation files (the "Software"), to deal
936
- in the Software without restriction, including without limitation the rights
937
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
938
- copies of the Software, and to permit persons to whom the Software is
939
- furnished to do so, subject to the following conditions:
940
-
941
- The above copyright notice and this permission notice shall be included in
942
- all copies or substantial portions of the Software.
943
-
944
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
945
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
946
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
947
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
948
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
949
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
950
- THE SOFTWARE.
951
977
  --------------------------------------------------------------------------------
952
978
  Package: @angular/core
953
979
  License: "MIT"
@@ -1,17 +1,50 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="100px" height="149px" viewBox="0 0 100 149" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
- <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
4
- <g id="airpurifier" transform="translate(7.000000, 5.000000)">
5
- <path d="M-4.26325641e-14,6.22067087 C4.02953795,8.50225516 12.4315562,9.67933849 25.2060547,9.75192087 C32.8391014,9.79529045 51.5791554,2.41088415 63.7714844,0.357389618 C69.2464736,-0.564736121 76.8610569,0.297568567 86.6152344,2.94430368" id="Line" class="airpurifier_off_grey" stroke="#5BC8FA" stroke-width="10" stroke-linecap="square"></path>
6
- <path d="M-4.26325641e-14,30.2206709 C4.02953795,32.5022552 12.4315562,33.6793385 25.2060547,33.7519209 C32.8391014,33.7952905 51.5791554,26.4108841 63.7714844,24.3573896 C69.2464736,23.4352639 76.8610569,24.2975686 86.6152344,26.9443037" id="Line" class="airpurifier_off_grey" stroke="#91DBFB" stroke-width="10" stroke-linecap="square"></path>
7
- <path d="M-4.26325641e-14,54.2206709 C4.02953795,56.5022552 12.4315562,57.6793385 25.2060547,57.7519209 C32.8391014,57.7952905 51.5791554,50.4108841 63.7714844,48.3573896 C69.2464736,47.4352639 76.8610569,48.2975686 86.6152344,50.9443037" id="Line" class="airpurifier_off_grey" stroke="#C8EAFE" stroke-width="10" stroke-linecap="square"></path>
8
- <polygon id="Path" class="airpurifier_off_grey" fill="#C7C5CB" points="17.2333685 76.7914641 70.0374945 76.7914641 73.9430133 79.2866885 76.8250853 84.9649087 87.1832833 114.139252 87.1832833 140.017181 85.5385126 142.175202 83.1303576 143.984565 5.21741581 143.984565 2.85966936 142.750318 1.09613307 140.017181 1.09613307 114.139252 10.9193128 84.9649087 14.372682 79.2866885"></polygon>
9
- <rect id="Rectangle" class="airpurifier_off_lgrey" fill="#454545" x="46" y="84" width="17" height="5"></rect>
10
- <rect id="Rectangle" class="airpurifier_off_lgrey" fill="#454545" x="46" y="94" width="20" height="5"></rect>
11
- <rect id="Rectangle" class="airpurifier_off_lgrey" fill="#454545" x="46" y="103" width="22" height="5"></rect>
12
- <rect id="Rectangle" class="airpurifier_off_lgrey" fill="#454545" x="20" y="103" width="22" height="5"></rect>
13
- <rect id="Rectangle" class="airpurifier_off_lgrey" fill="#454545" x="22" y="94" width="20" height="5"></rect>
14
- <rect id="Rectangle" class="airpurifier_off_lgrey" fill="#454545" x="25" y="84" width="17" height="5"></rect>
15
- </g>
1
+ <?xml version="1.0" encoding="UTF-8" ?>
2
+ <svg
3
+ width="100px"
4
+ height="149px"
5
+ viewBox="0 0 100 149"
6
+ version="1.1"
7
+ xmlns="http://www.w3.org/2000/svg"
8
+ xmlns:xlink="http://www.w3.org/1999/xlink"
9
+ >
10
+ <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
11
+ <g id="airpurifier" transform="translate(7.000000, 5.000000)">
12
+ <path
13
+ d="M-4.26325641e-14,6.22067087 C4.02953795,8.50225516 12.4315562,9.67933849 25.2060547,9.75192087 C32.8391014,9.79529045 51.5791554,2.41088415 63.7714844,0.357389618 C69.2464736,-0.564736121 76.8610569,0.297568567 86.6152344,2.94430368"
14
+ id="Line"
15
+ class="airpurifier_off_grey"
16
+ stroke="#5BC8FA"
17
+ stroke-width="10"
18
+ stroke-linecap="square"
19
+ />
20
+ <path
21
+ d="M-4.26325641e-14,30.2206709 C4.02953795,32.5022552 12.4315562,33.6793385 25.2060547,33.7519209 C32.8391014,33.7952905 51.5791554,26.4108841 63.7714844,24.3573896 C69.2464736,23.4352639 76.8610569,24.2975686 86.6152344,26.9443037"
22
+ id="Line"
23
+ class="airpurifier_off_grey"
24
+ stroke="#91DBFB"
25
+ stroke-width="10"
26
+ stroke-linecap="square"
27
+ />
28
+ <path
29
+ d="M-4.26325641e-14,54.2206709 C4.02953795,56.5022552 12.4315562,57.6793385 25.2060547,57.7519209 C32.8391014,57.7952905 51.5791554,50.4108841 63.7714844,48.3573896 C69.2464736,47.4352639 76.8610569,48.2975686 86.6152344,50.9443037"
30
+ id="Line"
31
+ class="airpurifier_off_grey"
32
+ stroke="#C8EAFE"
33
+ stroke-width="10"
34
+ stroke-linecap="square"
35
+ />
36
+ <polygon
37
+ id="Path"
38
+ class="airpurifier_off_grey"
39
+ fill="#C7C5CB"
40
+ points="17.2333685 76.7914641 70.0374945 76.7914641 73.9430133 79.2866885 76.8250853 84.9649087 87.1832833 114.139252 87.1832833 140.017181 85.5385126 142.175202 83.1303576 143.984565 5.21741581 143.984565 2.85966936 142.750318 1.09613307 140.017181 1.09613307 114.139252 10.9193128 84.9649087 14.372682 79.2866885"
41
+ />
42
+ <rect id="Rectangle" class="airpurifier_off_lgrey" fill="#454545" x="46" y="84" width="17" height="5" />
43
+ <rect id="Rectangle" class="airpurifier_off_lgrey" fill="#454545" x="46" y="94" width="20" height="5" />
44
+ <rect id="Rectangle" class="airpurifier_off_lgrey" fill="#454545" x="46" y="103" width="22" height="5" />
45
+ <rect id="Rectangle" class="airpurifier_off_lgrey" fill="#454545" x="20" y="103" width="22" height="5" />
46
+ <rect id="Rectangle" class="airpurifier_off_lgrey" fill="#454545" x="22" y="94" width="20" height="5" />
47
+ <rect id="Rectangle" class="airpurifier_off_lgrey" fill="#454545" x="25" y="84" width="17" height="5" />
16
48
  </g>
17
- </svg>
49
+ </g>
50
+ </svg>
@@ -1,14 +1,25 @@
1
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
- <svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
3
- <!-- Generator: Sketch 3.3.2 (12043) - http://www.bohemiancoding.com/sketch -->
4
- <title>houseplant</title>
5
- <desc>Created with Sketch.</desc>
6
- <defs></defs>
7
- <g id="flatten" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
8
- <g id="z-copy" sketch:type="MSArtboardGroup" transform="translate(-100.000000, -100.000000)" fill="#000000">
9
- <g id="accessoryIcon" sketch:type="MSLayerGroup" transform="translate(100.000000, 100.000000)">
10
- <path d="M10.1435881,25.4905179 C10.286009,26.7050605 10.531254,27.9706077 10.8919121,29.2887103 C6.25942062,27.4175104 3.57173247,24.180341 2.39781526,19.889403 C1.54190101,16.760839 1.56931096,13.3702525 2.13724518,10.1783222 C2.1501971,10.1055292 2.17646546,9.96330988 2.17646546,9.96330988 C2.17646546,9.96330988 2.33770347,10.0208429 2.92620872,10.2769757 C4.60998953,11.0098007 6.29364519,11.9318703 7.85704035,13.0517448 C9.19214306,14.0080913 10.3087445,15.0188915 11.223018,16.0899229 L11.223018,16.0899229 C10.426841,18.1910249 9.96797687,20.5297906 9.99206994,23.1241613 L5.43414987,14.7605739 C5.30203551,14.5181498 4.99858593,14.4288208 4.75637627,14.5610522 C4.51416661,14.6932836 4.42491674,14.9970019 4.5570311,15.2394261 L10.1435881,25.4905179 L10.1435881,25.4905179 Z M13.0333542,29.4136738 C10.9912074,19.9059085 11.088992,14.922477 21.5133004,6.73565972 C23.6127007,5.0868782 25.9746706,4.01306759 28.2881453,3.03596757 C29.0967374,2.69445726 29.3182746,2.61774651 29.3182746,2.61774651 C29.3182746,2.61774651 29.3543667,2.80737221 29.3721623,2.90442957 C30.1524904,7.1603367 30.190151,11.6811187 29.0141452,15.8525373 C27.1508473,22.4618551 22.5118613,27.1961122 14.1841552,29.413553 L25.4116309,9.74806947 C25.5485147,9.50831075 25.46529,9.20288341 25.2257434,9.06587843 C24.9861969,8.92887344 24.6810398,9.01217181 24.544156,9.25193053 L13.0333542,29.4136738 L13.0333542,29.4136738 L13.0333542,29.4136738 Z M13.4880693,32 C38.9655056,25.5 30.755735,0 30.755735,0 C30.755735,0 17.0308715,3.72274828 11.9893965,14.5 C7.99293593,9 0.873098889,8 0.873098889,8 C-3.99644586,30.5 13.4880693,32 13.4880693,32 Z" sketch:type="MSShapeGroup"></path>
11
- </g>
12
- </g>
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no" ?>
2
+ <svg
3
+ width="32px"
4
+ height="32px"
5
+ viewBox="0 0 32 32"
6
+ version="1.1"
7
+ xmlns="http://www.w3.org/2000/svg"
8
+ xmlns:xlink="http://www.w3.org/1999/xlink"
9
+ xmlns:sketch="http://www.bohemiancoding.com/sketch/ns"
10
+ >
11
+ <!-- Generator: Sketch 3.3.2 (12043) - http://www.bohemiancoding.com/sketch -->
12
+ <title>houseplant</title>
13
+ <desc>Created with Sketch.</desc>
14
+ <defs />
15
+ <g id="flatten" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
16
+ <g id="z-copy" sketch:type="MSArtboardGroup" transform="translate(-100.000000, -100.000000)" fill="#000000">
17
+ <g id="accessoryIcon" sketch:type="MSLayerGroup" transform="translate(100.000000, 100.000000)">
18
+ <path
19
+ d="M10.1435881,25.4905179 C10.286009,26.7050605 10.531254,27.9706077 10.8919121,29.2887103 C6.25942062,27.4175104 3.57173247,24.180341 2.39781526,19.889403 C1.54190101,16.760839 1.56931096,13.3702525 2.13724518,10.1783222 C2.1501971,10.1055292 2.17646546,9.96330988 2.17646546,9.96330988 C2.17646546,9.96330988 2.33770347,10.0208429 2.92620872,10.2769757 C4.60998953,11.0098007 6.29364519,11.9318703 7.85704035,13.0517448 C9.19214306,14.0080913 10.3087445,15.0188915 11.223018,16.0899229 L11.223018,16.0899229 C10.426841,18.1910249 9.96797687,20.5297906 9.99206994,23.1241613 L5.43414987,14.7605739 C5.30203551,14.5181498 4.99858593,14.4288208 4.75637627,14.5610522 C4.51416661,14.6932836 4.42491674,14.9970019 4.5570311,15.2394261 L10.1435881,25.4905179 L10.1435881,25.4905179 Z M13.0333542,29.4136738 C10.9912074,19.9059085 11.088992,14.922477 21.5133004,6.73565972 C23.6127007,5.0868782 25.9746706,4.01306759 28.2881453,3.03596757 C29.0967374,2.69445726 29.3182746,2.61774651 29.3182746,2.61774651 C29.3182746,2.61774651 29.3543667,2.80737221 29.3721623,2.90442957 C30.1524904,7.1603367 30.190151,11.6811187 29.0141452,15.8525373 C27.1508473,22.4618551 22.5118613,27.1961122 14.1841552,29.413553 L25.4116309,9.74806947 C25.5485147,9.50831075 25.46529,9.20288341 25.2257434,9.06587843 C24.9861969,8.92887344 24.6810398,9.01217181 24.544156,9.25193053 L13.0333542,29.4136738 L13.0333542,29.4136738 L13.0333542,29.4136738 Z M13.4880693,32 C38.9655056,25.5 30.755735,0 30.755735,0 C30.755735,0 17.0308715,3.72274828 11.9893965,14.5 C7.99293593,9 0.873098889,8 0.873098889,8 C-3.99644586,30.5 13.4880693,32 13.4880693,32 Z"
20
+ sketch:type="MSShapeGroup"
21
+ />
22
+ </g>
13
23
  </g>
14
- </svg>
24
+ </g>
25
+ </svg>
@@ -1,3 +1,36 @@
1
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no" ?>
2
2
  <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3
- <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" preserveAspectRatio="xMidYMid meet" viewBox="0 0 400 400" width="400" height="400"><defs><path d="M223.95 23.27C263.16 23.27 294.95 55.06 294.95 94.27C294.95 151.36 294.95 251.64 294.95 308.74C294.95 347.95 263.16 379.73 223.95 379.73C181.36 379.73 124.56 379.73 81.97 379.73C42.76 379.73 10.97 347.95 10.97 308.74C10.97 251.64 10.97 151.36 10.97 94.27C10.97 55.06 42.76 23.27 81.97 23.27C124.56 23.27 181.36 23.27 223.95 23.27Z" id="b21dHq1HLR"></path><path d="M171.04 127.5C181.02 127.5 189.12 135.59 189.12 145.57C189.12 170.01 189.12 225.25 189.12 249.69C189.12 259.67 181.02 267.76 171.04 267.76C160.19 267.76 145.73 267.76 134.88 267.76C124.9 267.76 116.8 259.67 116.8 249.69C116.8 225.25 116.8 170.01 116.8 145.57C116.8 135.59 124.9 127.5 134.88 127.5C145.73 127.5 160.19 127.5 171.04 127.5Z" id="b3rnYNGKt"></path><path d="M151.36 21.56L155.39 21.56L155.39 381.39L151.36 381.39L151.36 21.56Z" id="aLjlx3xeq"></path></defs><g><g><g><use xlink:href="#b21dHq1HLR" opacity="1" fill="#808080" fill-opacity="1"></use></g><g><use xlink:href="#b3rnYNGKt" opacity="1" fill="#e0e0e0" fill-opacity="1"></use></g><g><use xlink:href="#aLjlx3xeq" opacity="1" fill="#e0e0e0" fill-opacity="1" class="contact_sensor_split_line"></use></g></g></g></svg>
3
+ <svg
4
+ version="1.1"
5
+ xmlns="http://www.w3.org/2000/svg"
6
+ xmlns:xlink="http://www.w3.org/1999/xlink"
7
+ preserveAspectRatio="xMidYMid meet"
8
+ viewBox="0 0 400 400"
9
+ width="400"
10
+ height="400"
11
+ >
12
+ <defs>
13
+ <path
14
+ d="M223.95 23.27C263.16 23.27 294.95 55.06 294.95 94.27C294.95 151.36 294.95 251.64 294.95 308.74C294.95 347.95 263.16 379.73 223.95 379.73C181.36 379.73 124.56 379.73 81.97 379.73C42.76 379.73 10.97 347.95 10.97 308.74C10.97 251.64 10.97 151.36 10.97 94.27C10.97 55.06 42.76 23.27 81.97 23.27C124.56 23.27 181.36 23.27 223.95 23.27Z"
15
+ id="b21dHq1HLR"
16
+ />
17
+ <path
18
+ d="M171.04 127.5C181.02 127.5 189.12 135.59 189.12 145.57C189.12 170.01 189.12 225.25 189.12 249.69C189.12 259.67 181.02 267.76 171.04 267.76C160.19 267.76 145.73 267.76 134.88 267.76C124.9 267.76 116.8 259.67 116.8 249.69C116.8 225.25 116.8 170.01 116.8 145.57C116.8 135.59 124.9 127.5 134.88 127.5C145.73 127.5 160.19 127.5 171.04 127.5Z"
19
+ id="b3rnYNGKt"
20
+ />
21
+ <path d="M151.36 21.56L155.39 21.56L155.39 381.39L151.36 381.39L151.36 21.56Z" id="aLjlx3xeq" />
22
+ </defs>
23
+ <g>
24
+ <g>
25
+ <g>
26
+ <use xlink:href="#b21dHq1HLR" opacity="1" fill="#808080" fill-opacity="1" />
27
+ </g>
28
+ <g>
29
+ <use xlink:href="#b3rnYNGKt" opacity="1" fill="#e0e0e0" fill-opacity="1" />
30
+ </g>
31
+ <g>
32
+ <use xlink:href="#aLjlx3xeq" opacity="1" fill="#e0e0e0" fill-opacity="1" class="contact_sensor_split_line" />
33
+ </g>
34
+ </g>
35
+ </g>
36
+ </svg>
@@ -1,3 +1,81 @@
1
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no" ?>
2
2
  <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3
- <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" preserveAspectRatio="xMidYMid meet" viewBox="0 0 400 400" width="400" height="400"><defs><path d="" id="ao3gTue7g"></path><path d="M223.95 23.27C263.16 23.27 294.95 55.06 294.95 94.27C294.95 151.36 294.95 251.64 294.95 308.74C294.95 347.95 263.16 379.73 223.95 379.73C181.36 379.73 124.56 379.73 81.97 379.73C42.76 379.73 10.97 347.95 10.97 308.74C10.97 251.64 10.97 151.36 10.97 94.27C10.97 55.06 42.76 23.27 81.97 23.27C124.56 23.27 181.36 23.27 223.95 23.27Z" id="c1v4NxD5mp"></path><path d="M61.11 136.79L95.67 136.79L95.67 277.06L61.11 277.06L61.11 136.79Z" id="c4l0SgltEc"></path><path d="M156.15 136.79L190.71 136.79L190.71 277.06L156.15 277.06L156.15 136.79Z" id="b7aE7OH3RS"></path><path d="M95.67 16.16L156.15 16.16L156.15 389.21L95.67 389.21L95.67 16.16Z" id="a2PyrMhhdm"></path><path d="M392.08 96.67C395.22 96.67 397.75 99.21 397.75 102.34C397.75 103.48 397.75 101.21 397.75 102.34C397.75 105.47 395.22 108.01 392.08 108.01C378.37 108.01 342.91 108.01 329.2 108.01C326.07 108.01 323.53 105.47 323.53 102.34C323.53 101.21 323.53 103.48 323.53 102.34C323.53 99.21 326.07 96.67 329.2 96.67C342.91 96.67 378.37 96.67 392.08 96.67Z" id="bcx0VijpA"></path><path d="M374.79 23.93C377.56 22.47 380.99 23.53 382.45 26.29C382.98 27.3 381.92 25.29 382.45 26.29C383.91 29.06 382.86 32.49 380.09 33.96C367.97 40.37 336.61 56.94 324.49 63.35C321.73 64.81 318.29 63.76 316.83 60.99C316.3 59.99 317.36 61.99 316.83 60.99C315.37 58.22 316.42 54.79 319.19 53.33C331.31 46.92 362.67 30.34 374.79 23.93Z" id="e1XAO8sBH4"></path><path d="M380.06 167.96C382.84 169.41 383.91 172.84 382.46 175.61C381.94 176.62 382.99 174.61 382.46 175.61C381.01 178.39 377.59 179.46 374.81 178.01C362.66 171.66 331.23 155.24 319.07 148.89C316.3 147.44 315.22 144.01 316.67 141.24C317.2 140.23 316.15 142.24 316.67 141.24C318.12 138.46 321.55 137.39 324.33 138.84C336.48 145.19 367.91 161.61 380.06 167.96Z" id="eiZt2raEk"></path></defs><g><g><g><g><use xlink:href="#ao3gTue7g" opacity="1" fill-opacity="0" stroke="#000000" stroke-width="1" stroke-opacity="0"></use></g></g><g><use xlink:href="#c1v4NxD5mp" opacity="1" fill="#9d8463" fill-opacity="1"></use></g><g><use xlink:href="#c4l0SgltEc" opacity="1" fill="#fae452" fill-opacity="1"></use></g><g><use xlink:href="#b7aE7OH3RS" opacity="1" fill="#fae452" fill-opacity="1"></use></g><g><use xlink:href="#a2PyrMhhdm" opacity="1" fill="#ffffff" fill-opacity="1"></use></g><g><use xlink:href="#bcx0VijpA" opacity="1" fill="#fb0000" fill-opacity="1"></use><g><use xlink:href="#bcx0VijpA" opacity="1" fill-opacity="0" stroke="#000000" stroke-width="1" stroke-opacity="0"></use></g></g><g><use xlink:href="#e1XAO8sBH4" opacity="1" fill="#fb0000" fill-opacity="1"></use></g><g><use xlink:href="#eiZt2raEk" opacity="1" fill="#fb0000" fill-opacity="1"></use></g></g></g></svg>
3
+ <svg
4
+ version="1.1"
5
+ xmlns="http://www.w3.org/2000/svg"
6
+ xmlns:xlink="http://www.w3.org/1999/xlink"
7
+ preserveAspectRatio="xMidYMid meet"
8
+ viewBox="0 0 400 400"
9
+ width="400"
10
+ height="400"
11
+ >
12
+ <defs>
13
+ <path d="" id="ao3gTue7g" />
14
+ <path
15
+ d="M223.95 23.27C263.16 23.27 294.95 55.06 294.95 94.27C294.95 151.36 294.95 251.64 294.95 308.74C294.95 347.95 263.16 379.73 223.95 379.73C181.36 379.73 124.56 379.73 81.97 379.73C42.76 379.73 10.97 347.95 10.97 308.74C10.97 251.64 10.97 151.36 10.97 94.27C10.97 55.06 42.76 23.27 81.97 23.27C124.56 23.27 181.36 23.27 223.95 23.27Z"
16
+ id="c1v4NxD5mp"
17
+ />
18
+ <path d="M61.11 136.79L95.67 136.79L95.67 277.06L61.11 277.06L61.11 136.79Z" id="c4l0SgltEc" />
19
+ <path d="M156.15 136.79L190.71 136.79L190.71 277.06L156.15 277.06L156.15 136.79Z" id="b7aE7OH3RS" />
20
+ <path d="M95.67 16.16L156.15 16.16L156.15 389.21L95.67 389.21L95.67 16.16Z" id="a2PyrMhhdm" />
21
+ <path
22
+ d="M392.08 96.67C395.22 96.67 397.75 99.21 397.75 102.34C397.75 103.48 397.75 101.21 397.75 102.34C397.75 105.47 395.22 108.01 392.08 108.01C378.37 108.01 342.91 108.01 329.2 108.01C326.07 108.01 323.53 105.47 323.53 102.34C323.53 101.21 323.53 103.48 323.53 102.34C323.53 99.21 326.07 96.67 329.2 96.67C342.91 96.67 378.37 96.67 392.08 96.67Z"
23
+ id="bcx0VijpA"
24
+ />
25
+ <path
26
+ d="M374.79 23.93C377.56 22.47 380.99 23.53 382.45 26.29C382.98 27.3 381.92 25.29 382.45 26.29C383.91 29.06 382.86 32.49 380.09 33.96C367.97 40.37 336.61 56.94 324.49 63.35C321.73 64.81 318.29 63.76 316.83 60.99C316.3 59.99 317.36 61.99 316.83 60.99C315.37 58.22 316.42 54.79 319.19 53.33C331.31 46.92 362.67 30.34 374.79 23.93Z"
27
+ id="e1XAO8sBH4"
28
+ />
29
+ <path
30
+ d="M380.06 167.96C382.84 169.41 383.91 172.84 382.46 175.61C381.94 176.62 382.99 174.61 382.46 175.61C381.01 178.39 377.59 179.46 374.81 178.01C362.66 171.66 331.23 155.24 319.07 148.89C316.3 147.44 315.22 144.01 316.67 141.24C317.2 140.23 316.15 142.24 316.67 141.24C318.12 138.46 321.55 137.39 324.33 138.84C336.48 145.19 367.91 161.61 380.06 167.96Z"
31
+ id="eiZt2raEk"
32
+ />
33
+ </defs>
34
+ <g>
35
+ <g>
36
+ <g>
37
+ <g>
38
+ <use
39
+ xlink:href="#ao3gTue7g"
40
+ opacity="1"
41
+ fill-opacity="0"
42
+ stroke="#000000"
43
+ stroke-width="1"
44
+ stroke-opacity="0"
45
+ />
46
+ </g>
47
+ </g>
48
+ <g>
49
+ <use xlink:href="#c1v4NxD5mp" opacity="1" fill="#9d8463" fill-opacity="1" />
50
+ </g>
51
+ <g>
52
+ <use xlink:href="#c4l0SgltEc" opacity="1" fill="#fae452" fill-opacity="1" />
53
+ </g>
54
+ <g>
55
+ <use xlink:href="#b7aE7OH3RS" opacity="1" fill="#fae452" fill-opacity="1" />
56
+ </g>
57
+ <g>
58
+ <use xlink:href="#a2PyrMhhdm" opacity="1" fill="#ffffff" fill-opacity="1" />
59
+ </g>
60
+ <g>
61
+ <use xlink:href="#bcx0VijpA" opacity="1" fill="#fb0000" fill-opacity="1" />
62
+ <g>
63
+ <use
64
+ xlink:href="#bcx0VijpA"
65
+ opacity="1"
66
+ fill-opacity="0"
67
+ stroke="#000000"
68
+ stroke-width="1"
69
+ stroke-opacity="0"
70
+ />
71
+ </g>
72
+ </g>
73
+ <g>
74
+ <use xlink:href="#e1XAO8sBH4" opacity="1" fill="#fb0000" fill-opacity="1" />
75
+ </g>
76
+ <g>
77
+ <use xlink:href="#eiZt2raEk" opacity="1" fill="#fb0000" fill-opacity="1" />
78
+ </g>
79
+ </g>
80
+ </g>
81
+ </svg>