iobroker.flowers 0.2.9 → 0.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,1226 +1,1296 @@
1
- {
2
- "i18n": true,
3
- "type": "tabs",
4
- "items": {
5
- "settings": {
6
- "type": "panel",
7
- "label": "Settings",
8
- "items": {
9
- "_telegramHeader": {
10
- "type": "header",
11
- "text": "Telegram Notifications",
12
- "size": 3
13
- },
14
- "telegramInstance": {
15
- "type": "instance",
16
- "label": "Telegram Instance",
17
- "adapter": "telegram",
18
- "default": "0",
19
- "xs": 12,
20
- "sm": 4,
21
- "md": 4,
22
- "lg": 4,
23
- "xl": 4
24
- },
25
- "telegramUsers": {
26
- "type": "text",
27
- "label": "Telegram Users",
28
- "help": "Comma-separated usernames or leave empty for all users",
29
- "placeholder": "user1,user2",
30
- "default": "",
31
- "xs": 12,
32
- "sm": 8,
33
- "md": 8,
34
- "lg": 8,
35
- "xl": 8
36
- },
37
- "_monitorHeader": {
38
- "type": "header",
39
- "text": "Monitoring",
40
- "size": 3
41
- },
42
- "checkInterval": {
43
- "type": "select",
44
- "label": "Check Interval",
45
- "options": [
46
- {
47
- "label": "5 minutes",
48
- "value": "5"
49
- },
50
- {
51
- "label": "15 minutes",
52
- "value": "15"
53
- },
54
- {
55
- "label": "30 minutes",
56
- "value": "30"
57
- },
58
- {
59
- "label": "1 hour",
60
- "value": "60"
61
- },
62
- {
63
- "label": "2 hours",
64
- "value": "120"
65
- },
66
- {
67
- "label": "6 hours",
68
- "value": "360"
69
- },
70
- {
71
- "label": "24 hours",
72
- "value": "1440"
73
- }
74
- ],
75
- "default": "60",
76
- "xs": 12,
77
- "sm": 6,
78
- "md": 4,
79
- "lg": 3,
80
- "xl": 3
81
- },
82
- "maxMessagesPerDay": {
83
- "type": "number",
84
- "label": "Max Messages per Day",
85
- "min": 1,
86
- "max": 100,
87
- "default": 10,
88
- "xs": 12,
89
- "sm": 6,
90
- "md": 4,
91
- "lg": 3,
92
- "xl": 3
93
- },
94
- "repeatInterval": {
95
- "type": "number",
96
- "label": "Repeat Interval (min)",
97
- "help": "Repeat alert interval in minutes if threshold is still exceeded (0 = no repeat)",
98
- "min": 0,
99
- "max": 1440,
100
- "default": 60,
101
- "xs": 12,
102
- "sm": 6,
103
- "md": 4,
104
- "lg": 3,
105
- "xl": 3
106
- },
107
- "offlineThreshold": {
108
- "type": "number",
109
- "label": "Offline Threshold (hours)",
110
- "min": 1,
111
- "max": 48,
112
- "default": 3,
113
- "xs": 12,
114
- "sm": 6,
115
- "md": 4,
116
- "lg": 3,
117
- "xl": 3
118
- },
119
- "_wateringHeader": {
120
- "type": "header",
121
- "text": "Automatic Watering",
122
- "size": 3
123
- },
124
- "wateringDuration": {
125
- "type": "number",
126
- "label": "Watering Duration (min)",
127
- "min": 1,
128
- "max": 60,
129
- "default": 3,
130
- "xs": 12,
131
- "sm": 6,
132
- "md": 4,
133
- "lg": 3,
134
- "xl": 3
135
- },
136
- "_nightHeader": {
137
- "type": "header",
138
- "text": "Night Mode",
139
- "size": 3
140
- },
141
- "nightModeEnabled": {
142
- "type": "checkbox",
143
- "label": "Enable Night Mode",
144
- "default": false,
145
- "xs": 12,
146
- "sm": 4,
147
- "md": 4,
148
- "lg": 4,
149
- "xl": 4
150
- },
151
- "nightModeStart": {
152
- "type": "text",
153
- "label": "Night Mode Start",
154
- "default": "22:00",
155
- "disabled": "!data.nightModeEnabled",
156
- "xs": 12,
157
- "sm": 4,
158
- "md": 4,
159
- "lg": 4,
160
- "xl": 4
161
- },
162
- "nightModeEnd": {
163
- "type": "text",
164
- "label": "Night Mode End",
165
- "default": "08:00",
166
- "disabled": "!data.nightModeEnabled",
167
- "xs": 12,
168
- "sm": 4,
169
- "md": 4,
170
- "lg": 4,
171
- "xl": 4
172
- },
173
- "_reportHeader": {
174
- "type": "header",
175
- "text": "Periodic Reports",
176
- "size": 3
177
- },
178
- "dailyReportEnabled": {
179
- "type": "checkbox",
180
- "label": "Daily Report",
181
- "default": false,
182
- "xs": 12,
183
- "sm": 4,
184
- "md": 3,
185
- "lg": 3,
186
- "xl": 3
187
- },
188
- "dailyReportTime": {
189
- "type": "text",
190
- "label": "Daily Report Time",
191
- "default": "20:00",
192
- "disabled": "!data.dailyReportEnabled",
193
- "xs": 12,
194
- "sm": 4,
195
- "md": 3,
196
- "lg": 3,
197
- "xl": 3
198
- },
199
- "weeklyReportEnabled": {
200
- "type": "checkbox",
201
- "label": "Weekly Report",
202
- "default": false,
203
- "xs": 12,
204
- "sm": 4,
205
- "md": 3,
206
- "lg": 3,
207
- "xl": 3
208
- },
209
- "weeklyReportDay": {
210
- "type": "select",
211
- "label": "Weekly Report Day",
212
- "options": [
213
- {
214
- "label": "Monday",
215
- "value": "1"
216
- },
217
- {
218
- "label": "Tuesday",
219
- "value": "2"
220
- },
221
- {
222
- "label": "Wednesday",
223
- "value": "3"
224
- },
225
- {
226
- "label": "Thursday",
227
- "value": "4"
228
- },
229
- {
230
- "label": "Friday",
231
- "value": "5"
232
- },
233
- {
234
- "label": "Saturday",
235
- "value": "6"
236
- },
237
- {
238
- "label": "Sunday",
239
- "value": "0"
240
- }
241
- ],
242
- "default": "1",
243
- "disabled": "!data.weeklyReportEnabled",
244
- "xs": 12,
245
- "sm": 4,
246
- "md": 3,
247
- "lg": 3,
248
- "xl": 3
249
- },
250
- "weeklyReportTime": {
251
- "type": "text",
252
- "label": "Weekly Report Time",
253
- "default": "10:00",
254
- "disabled": "!data.weeklyReportEnabled",
255
- "xs": 12,
256
- "sm": 4,
257
- "md": 3,
258
- "lg": 3,
259
- "xl": 3
260
- }
261
- }
262
- },
263
- "plants": {
264
- "type": "panel",
265
- "label": "Plants",
266
- "items": {
267
- "_plantsInfo": {
268
- "type": "staticText",
269
- "text": "Add your plants here. Select the ioBroker state IDs for each sensor. Thresholds override the selected profile values.",
270
- "xs": 12,
271
- "sm": 12,
272
- "md": 12,
273
- "lg": 12,
274
- "xl": 12
275
- },
276
- "plants": {
277
- "type": "table",
278
- "label": "Plants",
279
- "xs": 12,
280
- "sm": 12,
281
- "md": 12,
282
- "lg": 12,
283
- "xl": 12,
284
- "items": [
285
- {
286
- "type": "checkbox",
287
- "title": "",
288
- "attr": "enabled",
289
- "width": "10px"
290
- },
291
- {
292
- "type": "text",
293
- "title": "Name",
294
- "attr": "name",
295
- "width": "13%"
296
- },
297
- {
298
- "type": "text",
299
- "title": "Location",
300
- "attr": "location",
301
- "width": "10%"
302
- },
303
- {
304
- "type": "select",
305
- "title": "Profile",
306
- "attr": "profile",
307
- "width": "10%",
308
- "options": [
309
- {
310
- "label": "Ficus",
311
- "value": "Ficus"
312
- },
313
- {
314
- "label": "Orchid",
315
- "value": "Orchid"
316
- },
317
- {
318
- "label": "Cactus",
319
- "value": "Cactus"
320
- },
321
- {
322
- "label": "Monstera",
323
- "value": "Monstera"
324
- },
325
- {
326
- "label": "Fern",
327
- "value": "Fern"
328
- },
329
- {
330
- "label": "Succulent",
331
- "value": "Succulent"
332
- },
333
- {
334
- "label": "Palm",
335
- "value": "Palm"
336
- },
337
- {
338
- "label": "Pothos",
339
- "value": "Pothos"
340
- },
341
- {
342
- "label": "Aloe Vera",
343
- "value": "AloeVera"
344
- },
345
- {
346
- "label": "Peace Lily",
347
- "value": "PeaceLily"
348
- },
349
- {
350
- "label": "Coffea arabica",
351
- "value": "CoffeaArabica"
352
- },
353
- {
354
- "label": "Rhapis excelsa",
355
- "value": "RhapisExcelsa"
356
- },
357
- {
358
- "label": "Calathea zebrina",
359
- "value": "Calathea"
360
- },
361
- {
362
- "label": "Sansevieria Laurentii",
363
- "value": "Sansevieria"
364
- },
365
- {
366
- "label": "Custom",
367
- "value": "Custom"
368
- }
369
- ]
370
- },
371
- {
372
- "type": "objectId",
373
- "title": "Humidity Sensor",
374
- "attr": "sensorHumidity",
375
- "width": "14%"
376
- },
377
- {
378
- "type": "objectId",
379
- "title": "Temperature Sensor",
380
- "attr": "sensorTemperature",
381
- "width": "14%"
382
- },
383
- {
384
- "type": "objectId",
385
- "title": "Battery Sensor",
386
- "attr": "sensorBattery",
387
- "width": "14%"
388
- },
389
- {
390
- "type": "objectId",
391
- "title": "Watering",
392
- "attr": "sensorWatering",
393
- "width": "10%"
394
- },
395
- {
396
- "type": "text",
397
- "title": "Hum Min %",
398
- "attr": "humidityMin",
399
- "width": "5%",
400
- "placeholder": "—"
401
- },
402
- {
403
- "type": "text",
404
- "title": "Hum Max %",
405
- "attr": "humidityMax",
406
- "width": "5%",
407
- "placeholder": "—"
408
- },
409
- {
410
- "type": "text",
411
- "title": "Temp Min",
412
- "attr": "temperatureMin",
413
- "width": "5%",
414
- "placeholder": "—"
415
- },
416
- {
417
- "type": "text",
418
- "title": "Temp Max",
419
- "attr": "temperatureMax",
420
- "width": "5%",
421
- "placeholder": "—"
422
- },
423
- {
424
- "type": "text",
425
- "title": "Bat Min %",
426
- "attr": "batteryMin",
427
- "width": "9%",
428
- "placeholder": "—"
429
- }
430
- ]
431
- }
432
- }
433
- },
434
- "profiles": {
435
- "type": "panel",
436
- "label": "Profiles",
437
- "items": {
438
- "_profilesInfo": {
439
- "type": "staticText",
440
- "text": "Built-in plant profiles with recommended thresholds. Select a profile in the Plants tab — thresholds will be applied automatically. You can override individual values per plant.",
441
- "xs": 12,
442
- "sm": 12,
443
- "md": 12,
444
- "lg": 12,
445
- "xl": 12
446
- },
447
- "_r0c0": {
448
- "type": "staticText",
449
- "text": "Profile",
450
- "xs": 12,
451
- "sm": 3,
452
- "md": 3,
453
- "lg": 3,
454
- "xl": 3,
455
- "style": {
456
- "fontWeight": "bold",
457
- "borderBottom": "1px solid #555",
458
- "paddingBottom": "4px"
459
- }
460
- },
461
- "_r0c1": {
462
- "type": "staticText",
463
- "text": "Humidity %",
464
- "xs": 12,
465
- "sm": 3,
466
- "md": 3,
467
- "lg": 3,
468
- "xl": 3,
469
- "style": {
470
- "fontWeight": "bold",
471
- "borderBottom": "1px solid #555",
472
- "paddingBottom": "4px"
473
- }
474
- },
475
- "_r0c2": {
476
- "type": "staticText",
477
- "text": "Temperature",
478
- "xs": 12,
479
- "sm": 3,
480
- "md": 3,
481
- "lg": 3,
482
- "xl": 3,
483
- "style": {
484
- "fontWeight": "bold",
485
- "borderBottom": "1px solid #555",
486
- "paddingBottom": "4px"
487
- }
488
- },
489
- "_r0c3": {
490
- "type": "staticText",
491
- "text": "Watering",
492
- "xs": 12,
493
- "sm": 3,
494
- "md": 3,
495
- "lg": 3,
496
- "xl": 3,
497
- "style": {
498
- "fontWeight": "bold",
499
- "borderBottom": "1px solid #555",
500
- "paddingBottom": "4px"
501
- }
502
- },
503
- "_r1c0": {
504
- "type": "staticText",
505
- "text": "Ficus",
506
- "xs": 12,
507
- "sm": 3,
508
- "md": 3,
509
- "lg": 3,
510
- "xl": 3,
511
- "style": {}
512
- },
513
- "_r1c1": {
514
- "type": "staticText",
515
- "text": "40-70%",
516
- "xs": 12,
517
- "sm": 3,
518
- "md": 3,
519
- "lg": 3,
520
- "xl": 3,
521
- "style": {}
522
- },
523
- "_r1c2": {
524
- "type": "staticText",
525
- "text": "18-25°C",
526
- "xs": 12,
527
- "sm": 3,
528
- "md": 3,
529
- "lg": 3,
530
- "xl": 3,
531
- "style": {}
532
- },
533
- "_r1c3": {
534
- "type": "staticText",
535
- "text": "7 days",
536
- "xs": 12,
537
- "sm": 3,
538
- "md": 3,
539
- "lg": 3,
540
- "xl": 3,
541
- "style": {}
542
- },
543
- "_div1": {
544
- "type": "divider",
545
- "xs": 12,
546
- "sm": 12,
547
- "md": 12,
548
- "lg": 12,
549
- "xl": 12
550
- },
551
- "_r2c0": {
552
- "type": "staticText",
553
- "text": "Orchid",
554
- "xs": 12,
555
- "sm": 3,
556
- "md": 3,
557
- "lg": 3,
558
- "xl": 3,
559
- "style": {}
560
- },
561
- "_r2c1": {
562
- "type": "staticText",
563
- "text": "50-70%",
564
- "xs": 12,
565
- "sm": 3,
566
- "md": 3,
567
- "lg": 3,
568
- "xl": 3,
569
- "style": {}
570
- },
571
- "_r2c2": {
572
- "type": "staticText",
573
- "text": "18-25°C",
574
- "xs": 12,
575
- "sm": 3,
576
- "md": 3,
577
- "lg": 3,
578
- "xl": 3,
579
- "style": {}
580
- },
581
- "_r2c3": {
582
- "type": "staticText",
583
- "text": "10 days",
584
- "xs": 12,
585
- "sm": 3,
586
- "md": 3,
587
- "lg": 3,
588
- "xl": 3,
589
- "style": {}
590
- },
591
- "_div2": {
592
- "type": "divider",
593
- "xs": 12,
594
- "sm": 12,
595
- "md": 12,
596
- "lg": 12,
597
- "xl": 12
598
- },
599
- "_r3c0": {
600
- "type": "staticText",
601
- "text": "Cactus",
602
- "xs": 12,
603
- "sm": 3,
604
- "md": 3,
605
- "lg": 3,
606
- "xl": 3,
607
- "style": {}
608
- },
609
- "_r3c1": {
610
- "type": "staticText",
611
- "text": "10-30%",
612
- "xs": 12,
613
- "sm": 3,
614
- "md": 3,
615
- "lg": 3,
616
- "xl": 3,
617
- "style": {}
618
- },
619
- "_r3c2": {
620
- "type": "staticText",
621
- "text": "15-35°C",
622
- "xs": 12,
623
- "sm": 3,
624
- "md": 3,
625
- "lg": 3,
626
- "xl": 3,
627
- "style": {}
628
- },
629
- "_r3c3": {
630
- "type": "staticText",
631
- "text": "21 days",
632
- "xs": 12,
633
- "sm": 3,
634
- "md": 3,
635
- "lg": 3,
636
- "xl": 3,
637
- "style": {}
638
- },
639
- "_div3": {
640
- "type": "divider",
641
- "xs": 12,
642
- "sm": 12,
643
- "md": 12,
644
- "lg": 12,
645
- "xl": 12
646
- },
647
- "_r4c0": {
648
- "type": "staticText",
649
- "text": "Monstera",
650
- "xs": 12,
651
- "sm": 3,
652
- "md": 3,
653
- "lg": 3,
654
- "xl": 3,
655
- "style": {}
656
- },
657
- "_r4c1": {
658
- "type": "staticText",
659
- "text": "40-60%",
660
- "xs": 12,
661
- "sm": 3,
662
- "md": 3,
663
- "lg": 3,
664
- "xl": 3,
665
- "style": {}
666
- },
667
- "_r4c2": {
668
- "type": "staticText",
669
- "text": "18-27°C",
670
- "xs": 12,
671
- "sm": 3,
672
- "md": 3,
673
- "lg": 3,
674
- "xl": 3,
675
- "style": {}
676
- },
677
- "_r4c3": {
678
- "type": "staticText",
679
- "text": "7 days",
680
- "xs": 12,
681
- "sm": 3,
682
- "md": 3,
683
- "lg": 3,
684
- "xl": 3,
685
- "style": {}
686
- },
687
- "_div4": {
688
- "type": "divider",
689
- "xs": 12,
690
- "sm": 12,
691
- "md": 12,
692
- "lg": 12,
693
- "xl": 12
694
- },
695
- "_r5c0": {
696
- "type": "staticText",
697
- "text": "Fern",
698
- "xs": 12,
699
- "sm": 3,
700
- "md": 3,
701
- "lg": 3,
702
- "xl": 3,
703
- "style": {}
704
- },
705
- "_r5c1": {
706
- "type": "staticText",
707
- "text": "60-80%",
708
- "xs": 12,
709
- "sm": 3,
710
- "md": 3,
711
- "lg": 3,
712
- "xl": 3,
713
- "style": {}
714
- },
715
- "_r5c2": {
716
- "type": "staticText",
717
- "text": "15-22°C",
718
- "xs": 12,
719
- "sm": 3,
720
- "md": 3,
721
- "lg": 3,
722
- "xl": 3,
723
- "style": {}
724
- },
725
- "_r5c3": {
726
- "type": "staticText",
727
- "text": "3 days",
728
- "xs": 12,
729
- "sm": 3,
730
- "md": 3,
731
- "lg": 3,
732
- "xl": 3,
733
- "style": {}
734
- },
735
- "_div5": {
736
- "type": "divider",
737
- "xs": 12,
738
- "sm": 12,
739
- "md": 12,
740
- "lg": 12,
741
- "xl": 12
742
- },
743
- "_r6c0": {
744
- "type": "staticText",
745
- "text": "Succulent",
746
- "xs": 12,
747
- "sm": 3,
748
- "md": 3,
749
- "lg": 3,
750
- "xl": 3,
751
- "style": {}
752
- },
753
- "_r6c1": {
754
- "type": "staticText",
755
- "text": "10-30%",
756
- "xs": 12,
757
- "sm": 3,
758
- "md": 3,
759
- "lg": 3,
760
- "xl": 3,
761
- "style": {}
762
- },
763
- "_r6c2": {
764
- "type": "staticText",
765
- "text": "15-30°C",
766
- "xs": 12,
767
- "sm": 3,
768
- "md": 3,
769
- "lg": 3,
770
- "xl": 3,
771
- "style": {}
772
- },
773
- "_r6c3": {
774
- "type": "staticText",
775
- "text": "14 days",
776
- "xs": 12,
777
- "sm": 3,
778
- "md": 3,
779
- "lg": 3,
780
- "xl": 3,
781
- "style": {}
782
- },
783
- "_div6": {
784
- "type": "divider",
785
- "xs": 12,
786
- "sm": 12,
787
- "md": 12,
788
- "lg": 12,
789
- "xl": 12
790
- },
791
- "_r7c0": {
792
- "type": "staticText",
793
- "text": "Palm",
794
- "xs": 12,
795
- "sm": 3,
796
- "md": 3,
797
- "lg": 3,
798
- "xl": 3,
799
- "style": {}
800
- },
801
- "_r7c1": {
802
- "type": "staticText",
803
- "text": "40-60%",
804
- "xs": 12,
805
- "sm": 3,
806
- "md": 3,
807
- "lg": 3,
808
- "xl": 3,
809
- "style": {}
810
- },
811
- "_r7c2": {
812
- "type": "staticText",
813
- "text": "18-27°C",
814
- "xs": 12,
815
- "sm": 3,
816
- "md": 3,
817
- "lg": 3,
818
- "xl": 3,
819
- "style": {}
820
- },
821
- "_r7c3": {
822
- "type": "staticText",
823
- "text": "7 days",
824
- "xs": 12,
825
- "sm": 3,
826
- "md": 3,
827
- "lg": 3,
828
- "xl": 3,
829
- "style": {}
830
- },
831
- "_div7": {
832
- "type": "divider",
833
- "xs": 12,
834
- "sm": 12,
835
- "md": 12,
836
- "lg": 12,
837
- "xl": 12
838
- },
839
- "_r8c0": {
840
- "type": "staticText",
841
- "text": "Pothos",
842
- "xs": 12,
843
- "sm": 3,
844
- "md": 3,
845
- "lg": 3,
846
- "xl": 3,
847
- "style": {}
848
- },
849
- "_r8c1": {
850
- "type": "staticText",
851
- "text": "40-60%",
852
- "xs": 12,
853
- "sm": 3,
854
- "md": 3,
855
- "lg": 3,
856
- "xl": 3,
857
- "style": {}
858
- },
859
- "_r8c2": {
860
- "type": "staticText",
861
- "text": "15-27°C",
862
- "xs": 12,
863
- "sm": 3,
864
- "md": 3,
865
- "lg": 3,
866
- "xl": 3,
867
- "style": {}
868
- },
869
- "_r8c3": {
870
- "type": "staticText",
871
- "text": "7 days",
872
- "xs": 12,
873
- "sm": 3,
874
- "md": 3,
875
- "lg": 3,
876
- "xl": 3,
877
- "style": {}
878
- },
879
- "_div8": {
880
- "type": "divider",
881
- "xs": 12,
882
- "sm": 12,
883
- "md": 12,
884
- "lg": 12,
885
- "xl": 12
886
- },
887
- "_r9c0": {
888
- "type": "staticText",
889
- "text": "Aloe Vera",
890
- "xs": 12,
891
- "sm": 3,
892
- "md": 3,
893
- "lg": 3,
894
- "xl": 3,
895
- "style": {}
896
- },
897
- "_r9c1": {
898
- "type": "staticText",
899
- "text": "10-30%",
900
- "xs": 12,
901
- "sm": 3,
902
- "md": 3,
903
- "lg": 3,
904
- "xl": 3,
905
- "style": {}
906
- },
907
- "_r9c2": {
908
- "type": "staticText",
909
- "text": "15-30°C",
910
- "xs": 12,
911
- "sm": 3,
912
- "md": 3,
913
- "lg": 3,
914
- "xl": 3,
915
- "style": {}
916
- },
917
- "_r9c3": {
918
- "type": "staticText",
919
- "text": "14 days",
920
- "xs": 12,
921
- "sm": 3,
922
- "md": 3,
923
- "lg": 3,
924
- "xl": 3,
925
- "style": {}
926
- },
927
- "_div9": {
928
- "type": "divider",
929
- "xs": 12,
930
- "sm": 12,
931
- "md": 12,
932
- "lg": 12,
933
- "xl": 12
934
- },
935
- "_r10c0": {
936
- "type": "staticText",
937
- "text": "Peace Lily",
938
- "xs": 12,
939
- "sm": 3,
940
- "md": 3,
941
- "lg": 3,
942
- "xl": 3,
943
- "style": {}
944
- },
945
- "_r10c1": {
946
- "type": "staticText",
947
- "text": "50-70%",
948
- "xs": 12,
949
- "sm": 3,
950
- "md": 3,
951
- "lg": 3,
952
- "xl": 3,
953
- "style": {}
954
- },
955
- "_r10c2": {
956
- "type": "staticText",
957
- "text": "18-27°C",
958
- "xs": 12,
959
- "sm": 3,
960
- "md": 3,
961
- "lg": 3,
962
- "xl": 3,
963
- "style": {}
964
- },
965
- "_r10c3": {
966
- "type": "staticText",
967
- "text": "5 days",
968
- "xs": 12,
969
- "sm": 3,
970
- "md": 3,
971
- "lg": 3,
972
- "xl": 3,
973
- "style": {}
974
- },
975
- "_div10": {
976
- "type": "divider",
977
- "xs": 12,
978
- "sm": 12,
979
- "md": 12,
980
- "lg": 12,
981
- "xl": 12
982
- },
983
- "_r11c0": {
984
- "type": "staticText",
985
- "text": "Coffea arabica",
986
- "xs": 12,
987
- "sm": 3,
988
- "md": 3,
989
- "lg": 3,
990
- "xl": 3,
991
- "style": {}
992
- },
993
- "_r11c1": {
994
- "type": "staticText",
995
- "text": "60-80%",
996
- "xs": 12,
997
- "sm": 3,
998
- "md": 3,
999
- "lg": 3,
1000
- "xl": 3,
1001
- "style": {}
1002
- },
1003
- "_r11c2": {
1004
- "type": "staticText",
1005
- "text": "18-27°C",
1006
- "xs": 12,
1007
- "sm": 3,
1008
- "md": 3,
1009
- "lg": 3,
1010
- "xl": 3,
1011
- "style": {}
1012
- },
1013
- "_r11c3": {
1014
- "type": "staticText",
1015
- "text": "7 days",
1016
- "xs": 12,
1017
- "sm": 3,
1018
- "md": 3,
1019
- "lg": 3,
1020
- "xl": 3,
1021
- "style": {}
1022
- },
1023
- "_div11": {
1024
- "type": "divider",
1025
- "xs": 12,
1026
- "sm": 12,
1027
- "md": 12,
1028
- "lg": 12,
1029
- "xl": 12
1030
- },
1031
- "_r12c0": {
1032
- "type": "staticText",
1033
- "text": "Rhapis excelsa",
1034
- "xs": 12,
1035
- "sm": 3,
1036
- "md": 3,
1037
- "lg": 3,
1038
- "xl": 3,
1039
- "style": {}
1040
- },
1041
- "_r12c1": {
1042
- "type": "staticText",
1043
- "text": "40-60%",
1044
- "xs": 12,
1045
- "sm": 3,
1046
- "md": 3,
1047
- "lg": 3,
1048
- "xl": 3,
1049
- "style": {}
1050
- },
1051
- "_r12c2": {
1052
- "type": "staticText",
1053
- "text": "15-25°C",
1054
- "xs": 12,
1055
- "sm": 3,
1056
- "md": 3,
1057
- "lg": 3,
1058
- "xl": 3,
1059
- "style": {}
1060
- },
1061
- "_r12c3": {
1062
- "type": "staticText",
1063
- "text": "10 days",
1064
- "xs": 12,
1065
- "sm": 3,
1066
- "md": 3,
1067
- "lg": 3,
1068
- "xl": 3,
1069
- "style": {}
1070
- },
1071
- "_div12": {
1072
- "type": "divider",
1073
- "xs": 12,
1074
- "sm": 12,
1075
- "md": 12,
1076
- "lg": 12,
1077
- "xl": 12
1078
- },
1079
- "_r13c0": {
1080
- "type": "staticText",
1081
- "text": "Calathea zebrina",
1082
- "xs": 12,
1083
- "sm": 3,
1084
- "md": 3,
1085
- "lg": 3,
1086
- "xl": 3,
1087
- "style": {}
1088
- },
1089
- "_r13c1": {
1090
- "type": "staticText",
1091
- "text": "60-80%",
1092
- "xs": 12,
1093
- "sm": 3,
1094
- "md": 3,
1095
- "lg": 3,
1096
- "xl": 3,
1097
- "style": {}
1098
- },
1099
- "_r13c2": {
1100
- "type": "staticText",
1101
- "text": "18-29°C",
1102
- "xs": 12,
1103
- "sm": 3,
1104
- "md": 3,
1105
- "lg": 3,
1106
- "xl": 3,
1107
- "style": {}
1108
- },
1109
- "_r13c3": {
1110
- "type": "staticText",
1111
- "text": "5 days",
1112
- "xs": 12,
1113
- "sm": 3,
1114
- "md": 3,
1115
- "lg": 3,
1116
- "xl": 3,
1117
- "style": {}
1118
- },
1119
- "_div13": {
1120
- "type": "divider",
1121
- "xs": 12,
1122
- "sm": 12,
1123
- "md": 12,
1124
- "lg": 12,
1125
- "xl": 12
1126
- },
1127
- "_r14c0": {
1128
- "type": "staticText",
1129
- "text": "Sansevieria Laurentii",
1130
- "xs": 12,
1131
- "sm": 3,
1132
- "md": 3,
1133
- "lg": 3,
1134
- "xl": 3,
1135
- "style": {}
1136
- },
1137
- "_r14c1": {
1138
- "type": "staticText",
1139
- "text": "10-40%",
1140
- "xs": 12,
1141
- "sm": 3,
1142
- "md": 3,
1143
- "lg": 3,
1144
- "xl": 3,
1145
- "style": {}
1146
- },
1147
- "_r14c2": {
1148
- "type": "staticText",
1149
- "text": "16-27°C",
1150
- "xs": 12,
1151
- "sm": 3,
1152
- "md": 3,
1153
- "lg": 3,
1154
- "xl": 3,
1155
- "style": {}
1156
- },
1157
- "_r14c3": {
1158
- "type": "staticText",
1159
- "text": "21 days",
1160
- "xs": 12,
1161
- "sm": 3,
1162
- "md": 3,
1163
- "lg": 3,
1164
- "xl": 3,
1165
- "style": {}
1166
- },
1167
- "_div14": {
1168
- "type": "divider",
1169
- "xs": 12,
1170
- "sm": 12,
1171
- "md": 12,
1172
- "lg": 12,
1173
- "xl": 12
1174
- },
1175
- "_r15c0": {
1176
- "type": "staticText",
1177
- "text": "Custom",
1178
- "xs": 12,
1179
- "sm": 3,
1180
- "md": 3,
1181
- "lg": 3,
1182
- "xl": 3,
1183
- "style": {}
1184
- },
1185
- "_r15c1": {
1186
- "type": "staticText",
1187
- "text": "—",
1188
- "xs": 12,
1189
- "sm": 3,
1190
- "md": 3,
1191
- "lg": 3,
1192
- "xl": 3,
1193
- "style": {}
1194
- },
1195
- "_r15c2": {
1196
- "type": "staticText",
1197
- "text": "—",
1198
- "xs": 12,
1199
- "sm": 3,
1200
- "md": 3,
1201
- "lg": 3,
1202
- "xl": 3,
1203
- "style": {}
1204
- },
1205
- "_r15c3": {
1206
- "type": "staticText",
1207
- "text": "—",
1208
- "xs": 12,
1209
- "sm": 3,
1210
- "md": 3,
1211
- "lg": 3,
1212
- "xl": 3,
1213
- "style": {}
1214
- },
1215
- "_div15": {
1216
- "type": "divider",
1217
- "xs": 12,
1218
- "sm": 12,
1219
- "md": 12,
1220
- "lg": 12,
1221
- "xl": 12
1222
- }
1223
- }
1224
- }
1225
- }
1
+ {
2
+ "i18n": true,
3
+ "type": "tabs",
4
+ "items": {
5
+ "settings": {
6
+ "type": "panel",
7
+ "label": "Settings",
8
+ "items": {
9
+ "_telegramHeader": {
10
+ "type": "header",
11
+ "text": "Telegram Notifications",
12
+ "size": 3
13
+ },
14
+ "telegramInstance": {
15
+ "type": "instance",
16
+ "label": "Telegram Instance",
17
+ "adapter": "telegram",
18
+ "default": "0",
19
+ "xs": 12,
20
+ "sm": 4,
21
+ "md": 4,
22
+ "lg": 4,
23
+ "xl": 4
24
+ },
25
+ "telegramUsers": {
26
+ "type": "text",
27
+ "label": "Telegram Users",
28
+ "help": "Comma-separated usernames or leave empty for all users",
29
+ "placeholder": "user1,user2",
30
+ "default": "",
31
+ "xs": 12,
32
+ "sm": 8,
33
+ "md": 8,
34
+ "lg": 8,
35
+ "xl": 8
36
+ },
37
+ "_monitorHeader": {
38
+ "type": "header",
39
+ "text": "Monitoring",
40
+ "size": 3
41
+ },
42
+ "checkInterval": {
43
+ "type": "select",
44
+ "label": "Check Interval",
45
+ "options": [
46
+ {
47
+ "label": "5 minutes",
48
+ "value": "5"
49
+ },
50
+ {
51
+ "label": "15 minutes",
52
+ "value": "15"
53
+ },
54
+ {
55
+ "label": "30 minutes",
56
+ "value": "30"
57
+ },
58
+ {
59
+ "label": "1 hour",
60
+ "value": "60"
61
+ },
62
+ {
63
+ "label": "2 hours",
64
+ "value": "120"
65
+ },
66
+ {
67
+ "label": "6 hours",
68
+ "value": "360"
69
+ },
70
+ {
71
+ "label": "24 hours",
72
+ "value": "1440"
73
+ }
74
+ ],
75
+ "default": "60",
76
+ "xs": 12,
77
+ "sm": 6,
78
+ "md": 4,
79
+ "lg": 3,
80
+ "xl": 3
81
+ },
82
+ "maxMessagesPerDay": {
83
+ "type": "number",
84
+ "label": "Max Messages per Day",
85
+ "min": 1,
86
+ "max": 100,
87
+ "default": 10,
88
+ "xs": 12,
89
+ "sm": 6,
90
+ "md": 4,
91
+ "lg": 3,
92
+ "xl": 3
93
+ },
94
+ "repeatInterval": {
95
+ "type": "number",
96
+ "label": "Repeat Interval (min)",
97
+ "help": "Repeat alert interval in minutes if threshold is still exceeded (0 = no repeat)",
98
+ "min": 0,
99
+ "max": 1440,
100
+ "default": 60,
101
+ "xs": 12,
102
+ "sm": 6,
103
+ "md": 4,
104
+ "lg": 3,
105
+ "xl": 3
106
+ },
107
+ "offlineThreshold": {
108
+ "type": "number",
109
+ "label": "Offline Threshold (hours)",
110
+ "min": 1,
111
+ "max": 48,
112
+ "default": 3,
113
+ "xs": 12,
114
+ "sm": 6,
115
+ "md": 4,
116
+ "lg": 3,
117
+ "xl": 3
118
+ },
119
+ "_wateringHeader": {
120
+ "type": "header",
121
+ "text": "Automatic Watering",
122
+ "size": 3
123
+ },
124
+ "wateringDuration": {
125
+ "type": "number",
126
+ "label": "Watering Duration (min)",
127
+ "min": 1,
128
+ "max": 60,
129
+ "default": 3,
130
+ "xs": 12,
131
+ "sm": 6,
132
+ "md": 4,
133
+ "lg": 3,
134
+ "xl": 3
135
+ },
136
+ "_nightHeader": {
137
+ "type": "header",
138
+ "text": "Night Mode",
139
+ "size": 3
140
+ },
141
+ "nightModeEnabled": {
142
+ "type": "checkbox",
143
+ "label": "Enable Night Mode",
144
+ "default": false,
145
+ "xs": 12,
146
+ "sm": 4,
147
+ "md": 4,
148
+ "lg": 4,
149
+ "xl": 4
150
+ },
151
+ "nightModeStart": {
152
+ "type": "text",
153
+ "label": "Night Mode Start",
154
+ "default": "22:00",
155
+ "disabled": "!data.nightModeEnabled",
156
+ "xs": 12,
157
+ "sm": 4,
158
+ "md": 4,
159
+ "lg": 4,
160
+ "xl": 4
161
+ },
162
+ "nightModeEnd": {
163
+ "type": "text",
164
+ "label": "Night Mode End",
165
+ "default": "08:00",
166
+ "disabled": "!data.nightModeEnabled",
167
+ "xs": 12,
168
+ "sm": 4,
169
+ "md": 4,
170
+ "lg": 4,
171
+ "xl": 4
172
+ },
173
+ "_reportHeader": {
174
+ "type": "header",
175
+ "text": "Periodic Reports",
176
+ "size": 3
177
+ },
178
+ "dailyReportEnabled": {
179
+ "type": "checkbox",
180
+ "label": "Daily Report",
181
+ "default": false,
182
+ "xs": 12,
183
+ "sm": 4,
184
+ "md": 3,
185
+ "lg": 3,
186
+ "xl": 3
187
+ },
188
+ "dailyReportTime": {
189
+ "type": "text",
190
+ "label": "Daily Report Time",
191
+ "default": "20:00",
192
+ "disabled": "!data.dailyReportEnabled",
193
+ "xs": 12,
194
+ "sm": 4,
195
+ "md": 3,
196
+ "lg": 3,
197
+ "xl": 3
198
+ },
199
+ "weeklyReportEnabled": {
200
+ "type": "checkbox",
201
+ "label": "Weekly Report",
202
+ "default": false,
203
+ "xs": 12,
204
+ "sm": 4,
205
+ "md": 3,
206
+ "lg": 3,
207
+ "xl": 3
208
+ },
209
+ "weeklyReportDay": {
210
+ "type": "select",
211
+ "label": "Weekly Report Day",
212
+ "options": [
213
+ {
214
+ "label": "Monday",
215
+ "value": "1"
216
+ },
217
+ {
218
+ "label": "Tuesday",
219
+ "value": "2"
220
+ },
221
+ {
222
+ "label": "Wednesday",
223
+ "value": "3"
224
+ },
225
+ {
226
+ "label": "Thursday",
227
+ "value": "4"
228
+ },
229
+ {
230
+ "label": "Friday",
231
+ "value": "5"
232
+ },
233
+ {
234
+ "label": "Saturday",
235
+ "value": "6"
236
+ },
237
+ {
238
+ "label": "Sunday",
239
+ "value": "0"
240
+ }
241
+ ],
242
+ "default": "1",
243
+ "disabled": "!data.weeklyReportEnabled",
244
+ "xs": 12,
245
+ "sm": 4,
246
+ "md": 3,
247
+ "lg": 3,
248
+ "xl": 3
249
+ },
250
+ "weeklyReportTime": {
251
+ "type": "text",
252
+ "label": "Weekly Report Time",
253
+ "default": "10:00",
254
+ "disabled": "!data.weeklyReportEnabled",
255
+ "xs": 12,
256
+ "sm": 4,
257
+ "md": 3,
258
+ "lg": 3,
259
+ "xl": 3
260
+ }
261
+ }
262
+ },
263
+ "plants": {
264
+ "type": "panel",
265
+ "label": "Plants",
266
+ "items": {
267
+ "_plantsInfo": {
268
+ "type": "staticText",
269
+ "text": "Add your plants here. Select the ioBroker state IDs for each sensor. Thresholds override the selected profile values.",
270
+ "xs": 12,
271
+ "sm": 12,
272
+ "md": 12,
273
+ "lg": 12,
274
+ "xl": 12
275
+ },
276
+ "plants": {
277
+ "type": "table",
278
+ "label": "Plants",
279
+ "xs": 12,
280
+ "sm": 12,
281
+ "md": 12,
282
+ "lg": 12,
283
+ "xl": 12,
284
+ "items": [
285
+ {
286
+ "type": "checkbox",
287
+ "title": "",
288
+ "attr": "enabled",
289
+ "width": "3%"
290
+ },
291
+ {
292
+ "type": "text",
293
+ "title": "Name",
294
+ "attr": "name",
295
+ "width": "10%"
296
+ },
297
+ {
298
+ "type": "text",
299
+ "title": "Location",
300
+ "attr": "location",
301
+ "width": "8%"
302
+ },
303
+ {
304
+ "type": "select",
305
+ "title": "Profile",
306
+ "attr": "profile",
307
+ "width": "9%",
308
+ "options": [
309
+ {
310
+ "label": "Ficus",
311
+ "value": "Ficus"
312
+ },
313
+ {
314
+ "label": "Orchid",
315
+ "value": "Orchid"
316
+ },
317
+ {
318
+ "label": "Cactus",
319
+ "value": "Cactus"
320
+ },
321
+ {
322
+ "label": "Monstera",
323
+ "value": "Monstera"
324
+ },
325
+ {
326
+ "label": "Fern",
327
+ "value": "Fern"
328
+ },
329
+ {
330
+ "label": "Succulent",
331
+ "value": "Succulent"
332
+ },
333
+ {
334
+ "label": "Palm",
335
+ "value": "Palm"
336
+ },
337
+ {
338
+ "label": "Pothos",
339
+ "value": "Pothos"
340
+ },
341
+ {
342
+ "label": "Aloe Vera",
343
+ "value": "AloeVera"
344
+ },
345
+ {
346
+ "label": "Peace Lily",
347
+ "value": "PeaceLily"
348
+ },
349
+ {
350
+ "label": "Coffea arabica",
351
+ "value": "CoffeaArabica"
352
+ },
353
+ {
354
+ "label": "Rhapis excelsa",
355
+ "value": "RhapisExcelsa"
356
+ },
357
+ {
358
+ "label": "Calathea zebrina",
359
+ "value": "Calathea"
360
+ },
361
+ {
362
+ "label": "Sansevieria Laurentii",
363
+ "value": "Sansevieria"
364
+ },
365
+ {
366
+ "label": "Custom",
367
+ "value": "Custom"
368
+ }
369
+ ]
370
+ },
371
+ {
372
+ "type": "objectId",
373
+ "title": "Humidity Sensor",
374
+ "attr": "sensorHumidity",
375
+ "width": "13%"
376
+ },
377
+ {
378
+ "type": "objectId",
379
+ "title": "Temperature Sensor",
380
+ "attr": "sensorTemperature",
381
+ "width": "13%"
382
+ },
383
+ {
384
+ "type": "objectId",
385
+ "title": "Battery Sensor",
386
+ "attr": "sensorBattery",
387
+ "width": "13%"
388
+ },
389
+ {
390
+ "type": "objectId",
391
+ "title": "Watering",
392
+ "attr": "sensorWatering",
393
+ "width": "9%"
394
+ },
395
+ {
396
+ "type": "text",
397
+ "title": "Hum Min %",
398
+ "attr": "humidityMin",
399
+ "width": "5%",
400
+ "placeholder": "—"
401
+ },
402
+ {
403
+ "type": "text",
404
+ "title": "Hum Max %",
405
+ "attr": "humidityMax",
406
+ "width": "5%",
407
+ "placeholder": "—"
408
+ },
409
+ {
410
+ "type": "text",
411
+ "title": "Temp Min",
412
+ "attr": "temperatureMin",
413
+ "width": "5%",
414
+ "placeholder": "—"
415
+ },
416
+ {
417
+ "type": "text",
418
+ "title": "Temp Max",
419
+ "attr": "temperatureMax",
420
+ "width": "5%",
421
+ "placeholder": "—"
422
+ },
423
+ {
424
+ "type": "text",
425
+ "title": "Battery Min %",
426
+ "attr": "batteryMin",
427
+ "width": "8%",
428
+ "placeholder": "—"
429
+ },
430
+ {
431
+ "type": "text",
432
+ "title": "Custom Profile",
433
+ "attr": "customProfile",
434
+ "width": "10%",
435
+ "placeholder": "name or leave empty"
436
+ }
437
+ ]
438
+ }
439
+ }
440
+ },
441
+ "profiles": {
442
+ "type": "panel",
443
+ "label": "Profiles",
444
+ "items": {
445
+ "_profilesInfo": {
446
+ "type": "staticText",
447
+ "text": "Built-in plant profiles with recommended thresholds. You can also create your own custom profiles below — they will appear in the Plants tab profile selector.",
448
+ "xs": 12,
449
+ "sm": 12,
450
+ "md": 12,
451
+ "lg": 12,
452
+ "xl": 12
453
+ },
454
+ "_customProfilesHeader": {
455
+ "type": "header",
456
+ "text": "Custom Profiles",
457
+ "size": 3
458
+ },
459
+ "customProfiles": {
460
+ "type": "table",
461
+ "label": "Custom Profiles",
462
+ "xs": 12,
463
+ "sm": 12,
464
+ "md": 12,
465
+ "lg": 12,
466
+ "xl": 12,
467
+ "items": [
468
+ {
469
+ "type": "text",
470
+ "title": "Profile Name",
471
+ "attr": "name",
472
+ "width": "20%"
473
+ },
474
+ {
475
+ "type": "number",
476
+ "title": "Hum Min %",
477
+ "attr": "humidityMin",
478
+ "width": "10%"
479
+ },
480
+ {
481
+ "type": "number",
482
+ "title": "Hum Max %",
483
+ "attr": "humidityMax",
484
+ "width": "10%"
485
+ },
486
+ {
487
+ "type": "number",
488
+ "title": "Temp Min °C",
489
+ "attr": "temperatureMin",
490
+ "width": "10%"
491
+ },
492
+ {
493
+ "type": "number",
494
+ "title": "Temp Max °C",
495
+ "attr": "temperatureMax",
496
+ "width": "10%"
497
+ },
498
+ {
499
+ "type": "number",
500
+ "title": "Battery Min %",
501
+ "attr": "batteryMin",
502
+ "width": "10%"
503
+ },
504
+ {
505
+ "type": "number",
506
+ "title": "Watering (days)",
507
+ "attr": "wateringIntervalDays",
508
+ "width": "10%"
509
+ }
510
+ ]
511
+ },
512
+ "_builtinHeader": {
513
+ "type": "header",
514
+ "text": "Built-in Profiles (read-only)",
515
+ "size": 3
516
+ },
517
+ "_r0c0": {
518
+ "type": "staticText",
519
+ "text": "Profile",
520
+ "xs": 12,
521
+ "sm": 3,
522
+ "md": 3,
523
+ "lg": 3,
524
+ "xl": 3,
525
+ "style": {
526
+ "fontWeight": "bold",
527
+ "borderBottom": "1px solid #555",
528
+ "paddingBottom": "4px"
529
+ }
530
+ },
531
+ "_r0c1": {
532
+ "type": "staticText",
533
+ "text": "Humidity %",
534
+ "xs": 12,
535
+ "sm": 3,
536
+ "md": 3,
537
+ "lg": 3,
538
+ "xl": 3,
539
+ "style": {
540
+ "fontWeight": "bold",
541
+ "borderBottom": "1px solid #555",
542
+ "paddingBottom": "4px"
543
+ }
544
+ },
545
+ "_r0c2": {
546
+ "type": "staticText",
547
+ "text": "Temperature",
548
+ "xs": 12,
549
+ "sm": 3,
550
+ "md": 3,
551
+ "lg": 3,
552
+ "xl": 3,
553
+ "style": {
554
+ "fontWeight": "bold",
555
+ "borderBottom": "1px solid #555",
556
+ "paddingBottom": "4px"
557
+ }
558
+ },
559
+ "_r0c3": {
560
+ "type": "staticText",
561
+ "text": "Watering",
562
+ "xs": 12,
563
+ "sm": 3,
564
+ "md": 3,
565
+ "lg": 3,
566
+ "xl": 3,
567
+ "style": {
568
+ "fontWeight": "bold",
569
+ "borderBottom": "1px solid #555",
570
+ "paddingBottom": "4px"
571
+ }
572
+ },
573
+ "_r1c0": {
574
+ "type": "staticText",
575
+ "text": "Ficus",
576
+ "xs": 12,
577
+ "sm": 3,
578
+ "md": 3,
579
+ "lg": 3,
580
+ "xl": 3,
581
+ "style": {}
582
+ },
583
+ "_r1c1": {
584
+ "type": "staticText",
585
+ "text": "40-70%",
586
+ "xs": 12,
587
+ "sm": 3,
588
+ "md": 3,
589
+ "lg": 3,
590
+ "xl": 3,
591
+ "style": {}
592
+ },
593
+ "_r1c2": {
594
+ "type": "staticText",
595
+ "text": "18-25°C",
596
+ "xs": 12,
597
+ "sm": 3,
598
+ "md": 3,
599
+ "lg": 3,
600
+ "xl": 3,
601
+ "style": {}
602
+ },
603
+ "_r1c3": {
604
+ "type": "staticText",
605
+ "text": "7 days",
606
+ "xs": 12,
607
+ "sm": 3,
608
+ "md": 3,
609
+ "lg": 3,
610
+ "xl": 3,
611
+ "style": {}
612
+ },
613
+ "_div1": {
614
+ "type": "divider",
615
+ "xs": 12,
616
+ "sm": 12,
617
+ "md": 12,
618
+ "lg": 12,
619
+ "xl": 12
620
+ },
621
+ "_r2c0": {
622
+ "type": "staticText",
623
+ "text": "Orchid",
624
+ "xs": 12,
625
+ "sm": 3,
626
+ "md": 3,
627
+ "lg": 3,
628
+ "xl": 3,
629
+ "style": {}
630
+ },
631
+ "_r2c1": {
632
+ "type": "staticText",
633
+ "text": "50-70%",
634
+ "xs": 12,
635
+ "sm": 3,
636
+ "md": 3,
637
+ "lg": 3,
638
+ "xl": 3,
639
+ "style": {}
640
+ },
641
+ "_r2c2": {
642
+ "type": "staticText",
643
+ "text": "18-25°C",
644
+ "xs": 12,
645
+ "sm": 3,
646
+ "md": 3,
647
+ "lg": 3,
648
+ "xl": 3,
649
+ "style": {}
650
+ },
651
+ "_r2c3": {
652
+ "type": "staticText",
653
+ "text": "10 days",
654
+ "xs": 12,
655
+ "sm": 3,
656
+ "md": 3,
657
+ "lg": 3,
658
+ "xl": 3,
659
+ "style": {}
660
+ },
661
+ "_div2": {
662
+ "type": "divider",
663
+ "xs": 12,
664
+ "sm": 12,
665
+ "md": 12,
666
+ "lg": 12,
667
+ "xl": 12
668
+ },
669
+ "_r3c0": {
670
+ "type": "staticText",
671
+ "text": "Cactus",
672
+ "xs": 12,
673
+ "sm": 3,
674
+ "md": 3,
675
+ "lg": 3,
676
+ "xl": 3,
677
+ "style": {}
678
+ },
679
+ "_r3c1": {
680
+ "type": "staticText",
681
+ "text": "10-30%",
682
+ "xs": 12,
683
+ "sm": 3,
684
+ "md": 3,
685
+ "lg": 3,
686
+ "xl": 3,
687
+ "style": {}
688
+ },
689
+ "_r3c2": {
690
+ "type": "staticText",
691
+ "text": "15-35°C",
692
+ "xs": 12,
693
+ "sm": 3,
694
+ "md": 3,
695
+ "lg": 3,
696
+ "xl": 3,
697
+ "style": {}
698
+ },
699
+ "_r3c3": {
700
+ "type": "staticText",
701
+ "text": "21 days",
702
+ "xs": 12,
703
+ "sm": 3,
704
+ "md": 3,
705
+ "lg": 3,
706
+ "xl": 3,
707
+ "style": {}
708
+ },
709
+ "_div3": {
710
+ "type": "divider",
711
+ "xs": 12,
712
+ "sm": 12,
713
+ "md": 12,
714
+ "lg": 12,
715
+ "xl": 12
716
+ },
717
+ "_r4c0": {
718
+ "type": "staticText",
719
+ "text": "Monstera",
720
+ "xs": 12,
721
+ "sm": 3,
722
+ "md": 3,
723
+ "lg": 3,
724
+ "xl": 3,
725
+ "style": {}
726
+ },
727
+ "_r4c1": {
728
+ "type": "staticText",
729
+ "text": "40-60%",
730
+ "xs": 12,
731
+ "sm": 3,
732
+ "md": 3,
733
+ "lg": 3,
734
+ "xl": 3,
735
+ "style": {}
736
+ },
737
+ "_r4c2": {
738
+ "type": "staticText",
739
+ "text": "18-27°C",
740
+ "xs": 12,
741
+ "sm": 3,
742
+ "md": 3,
743
+ "lg": 3,
744
+ "xl": 3,
745
+ "style": {}
746
+ },
747
+ "_r4c3": {
748
+ "type": "staticText",
749
+ "text": "7 days",
750
+ "xs": 12,
751
+ "sm": 3,
752
+ "md": 3,
753
+ "lg": 3,
754
+ "xl": 3,
755
+ "style": {}
756
+ },
757
+ "_div4": {
758
+ "type": "divider",
759
+ "xs": 12,
760
+ "sm": 12,
761
+ "md": 12,
762
+ "lg": 12,
763
+ "xl": 12
764
+ },
765
+ "_r5c0": {
766
+ "type": "staticText",
767
+ "text": "Fern",
768
+ "xs": 12,
769
+ "sm": 3,
770
+ "md": 3,
771
+ "lg": 3,
772
+ "xl": 3,
773
+ "style": {}
774
+ },
775
+ "_r5c1": {
776
+ "type": "staticText",
777
+ "text": "60-80%",
778
+ "xs": 12,
779
+ "sm": 3,
780
+ "md": 3,
781
+ "lg": 3,
782
+ "xl": 3,
783
+ "style": {}
784
+ },
785
+ "_r5c2": {
786
+ "type": "staticText",
787
+ "text": "15-22°C",
788
+ "xs": 12,
789
+ "sm": 3,
790
+ "md": 3,
791
+ "lg": 3,
792
+ "xl": 3,
793
+ "style": {}
794
+ },
795
+ "_r5c3": {
796
+ "type": "staticText",
797
+ "text": "3 days",
798
+ "xs": 12,
799
+ "sm": 3,
800
+ "md": 3,
801
+ "lg": 3,
802
+ "xl": 3,
803
+ "style": {}
804
+ },
805
+ "_div5": {
806
+ "type": "divider",
807
+ "xs": 12,
808
+ "sm": 12,
809
+ "md": 12,
810
+ "lg": 12,
811
+ "xl": 12
812
+ },
813
+ "_r6c0": {
814
+ "type": "staticText",
815
+ "text": "Succulent",
816
+ "xs": 12,
817
+ "sm": 3,
818
+ "md": 3,
819
+ "lg": 3,
820
+ "xl": 3,
821
+ "style": {}
822
+ },
823
+ "_r6c1": {
824
+ "type": "staticText",
825
+ "text": "10-30%",
826
+ "xs": 12,
827
+ "sm": 3,
828
+ "md": 3,
829
+ "lg": 3,
830
+ "xl": 3,
831
+ "style": {}
832
+ },
833
+ "_r6c2": {
834
+ "type": "staticText",
835
+ "text": "15-30°C",
836
+ "xs": 12,
837
+ "sm": 3,
838
+ "md": 3,
839
+ "lg": 3,
840
+ "xl": 3,
841
+ "style": {}
842
+ },
843
+ "_r6c3": {
844
+ "type": "staticText",
845
+ "text": "14 days",
846
+ "xs": 12,
847
+ "sm": 3,
848
+ "md": 3,
849
+ "lg": 3,
850
+ "xl": 3,
851
+ "style": {}
852
+ },
853
+ "_div6": {
854
+ "type": "divider",
855
+ "xs": 12,
856
+ "sm": 12,
857
+ "md": 12,
858
+ "lg": 12,
859
+ "xl": 12
860
+ },
861
+ "_r7c0": {
862
+ "type": "staticText",
863
+ "text": "Palm",
864
+ "xs": 12,
865
+ "sm": 3,
866
+ "md": 3,
867
+ "lg": 3,
868
+ "xl": 3,
869
+ "style": {}
870
+ },
871
+ "_r7c1": {
872
+ "type": "staticText",
873
+ "text": "40-60%",
874
+ "xs": 12,
875
+ "sm": 3,
876
+ "md": 3,
877
+ "lg": 3,
878
+ "xl": 3,
879
+ "style": {}
880
+ },
881
+ "_r7c2": {
882
+ "type": "staticText",
883
+ "text": "18-27°C",
884
+ "xs": 12,
885
+ "sm": 3,
886
+ "md": 3,
887
+ "lg": 3,
888
+ "xl": 3,
889
+ "style": {}
890
+ },
891
+ "_r7c3": {
892
+ "type": "staticText",
893
+ "text": "7 days",
894
+ "xs": 12,
895
+ "sm": 3,
896
+ "md": 3,
897
+ "lg": 3,
898
+ "xl": 3,
899
+ "style": {}
900
+ },
901
+ "_div7": {
902
+ "type": "divider",
903
+ "xs": 12,
904
+ "sm": 12,
905
+ "md": 12,
906
+ "lg": 12,
907
+ "xl": 12
908
+ },
909
+ "_r8c0": {
910
+ "type": "staticText",
911
+ "text": "Pothos",
912
+ "xs": 12,
913
+ "sm": 3,
914
+ "md": 3,
915
+ "lg": 3,
916
+ "xl": 3,
917
+ "style": {}
918
+ },
919
+ "_r8c1": {
920
+ "type": "staticText",
921
+ "text": "40-60%",
922
+ "xs": 12,
923
+ "sm": 3,
924
+ "md": 3,
925
+ "lg": 3,
926
+ "xl": 3,
927
+ "style": {}
928
+ },
929
+ "_r8c2": {
930
+ "type": "staticText",
931
+ "text": "15-27°C",
932
+ "xs": 12,
933
+ "sm": 3,
934
+ "md": 3,
935
+ "lg": 3,
936
+ "xl": 3,
937
+ "style": {}
938
+ },
939
+ "_r8c3": {
940
+ "type": "staticText",
941
+ "text": "7 days",
942
+ "xs": 12,
943
+ "sm": 3,
944
+ "md": 3,
945
+ "lg": 3,
946
+ "xl": 3,
947
+ "style": {}
948
+ },
949
+ "_div8": {
950
+ "type": "divider",
951
+ "xs": 12,
952
+ "sm": 12,
953
+ "md": 12,
954
+ "lg": 12,
955
+ "xl": 12
956
+ },
957
+ "_r9c0": {
958
+ "type": "staticText",
959
+ "text": "Aloe Vera",
960
+ "xs": 12,
961
+ "sm": 3,
962
+ "md": 3,
963
+ "lg": 3,
964
+ "xl": 3,
965
+ "style": {}
966
+ },
967
+ "_r9c1": {
968
+ "type": "staticText",
969
+ "text": "10-30%",
970
+ "xs": 12,
971
+ "sm": 3,
972
+ "md": 3,
973
+ "lg": 3,
974
+ "xl": 3,
975
+ "style": {}
976
+ },
977
+ "_r9c2": {
978
+ "type": "staticText",
979
+ "text": "15-30°C",
980
+ "xs": 12,
981
+ "sm": 3,
982
+ "md": 3,
983
+ "lg": 3,
984
+ "xl": 3,
985
+ "style": {}
986
+ },
987
+ "_r9c3": {
988
+ "type": "staticText",
989
+ "text": "14 days",
990
+ "xs": 12,
991
+ "sm": 3,
992
+ "md": 3,
993
+ "lg": 3,
994
+ "xl": 3,
995
+ "style": {}
996
+ },
997
+ "_div9": {
998
+ "type": "divider",
999
+ "xs": 12,
1000
+ "sm": 12,
1001
+ "md": 12,
1002
+ "lg": 12,
1003
+ "xl": 12
1004
+ },
1005
+ "_r10c0": {
1006
+ "type": "staticText",
1007
+ "text": "Peace Lily",
1008
+ "xs": 12,
1009
+ "sm": 3,
1010
+ "md": 3,
1011
+ "lg": 3,
1012
+ "xl": 3,
1013
+ "style": {}
1014
+ },
1015
+ "_r10c1": {
1016
+ "type": "staticText",
1017
+ "text": "50-70%",
1018
+ "xs": 12,
1019
+ "sm": 3,
1020
+ "md": 3,
1021
+ "lg": 3,
1022
+ "xl": 3,
1023
+ "style": {}
1024
+ },
1025
+ "_r10c2": {
1026
+ "type": "staticText",
1027
+ "text": "18-27°C",
1028
+ "xs": 12,
1029
+ "sm": 3,
1030
+ "md": 3,
1031
+ "lg": 3,
1032
+ "xl": 3,
1033
+ "style": {}
1034
+ },
1035
+ "_r10c3": {
1036
+ "type": "staticText",
1037
+ "text": "5 days",
1038
+ "xs": 12,
1039
+ "sm": 3,
1040
+ "md": 3,
1041
+ "lg": 3,
1042
+ "xl": 3,
1043
+ "style": {}
1044
+ },
1045
+ "_div10": {
1046
+ "type": "divider",
1047
+ "xs": 12,
1048
+ "sm": 12,
1049
+ "md": 12,
1050
+ "lg": 12,
1051
+ "xl": 12
1052
+ },
1053
+ "_r11c0": {
1054
+ "type": "staticText",
1055
+ "text": "Coffea arabica",
1056
+ "xs": 12,
1057
+ "sm": 3,
1058
+ "md": 3,
1059
+ "lg": 3,
1060
+ "xl": 3,
1061
+ "style": {}
1062
+ },
1063
+ "_r11c1": {
1064
+ "type": "staticText",
1065
+ "text": "60-80%",
1066
+ "xs": 12,
1067
+ "sm": 3,
1068
+ "md": 3,
1069
+ "lg": 3,
1070
+ "xl": 3,
1071
+ "style": {}
1072
+ },
1073
+ "_r11c2": {
1074
+ "type": "staticText",
1075
+ "text": "18-27°C",
1076
+ "xs": 12,
1077
+ "sm": 3,
1078
+ "md": 3,
1079
+ "lg": 3,
1080
+ "xl": 3,
1081
+ "style": {}
1082
+ },
1083
+ "_r11c3": {
1084
+ "type": "staticText",
1085
+ "text": "7 days",
1086
+ "xs": 12,
1087
+ "sm": 3,
1088
+ "md": 3,
1089
+ "lg": 3,
1090
+ "xl": 3,
1091
+ "style": {}
1092
+ },
1093
+ "_div11": {
1094
+ "type": "divider",
1095
+ "xs": 12,
1096
+ "sm": 12,
1097
+ "md": 12,
1098
+ "lg": 12,
1099
+ "xl": 12
1100
+ },
1101
+ "_r12c0": {
1102
+ "type": "staticText",
1103
+ "text": "Rhapis excelsa",
1104
+ "xs": 12,
1105
+ "sm": 3,
1106
+ "md": 3,
1107
+ "lg": 3,
1108
+ "xl": 3,
1109
+ "style": {}
1110
+ },
1111
+ "_r12c1": {
1112
+ "type": "staticText",
1113
+ "text": "40-60%",
1114
+ "xs": 12,
1115
+ "sm": 3,
1116
+ "md": 3,
1117
+ "lg": 3,
1118
+ "xl": 3,
1119
+ "style": {}
1120
+ },
1121
+ "_r12c2": {
1122
+ "type": "staticText",
1123
+ "text": "15-25°C",
1124
+ "xs": 12,
1125
+ "sm": 3,
1126
+ "md": 3,
1127
+ "lg": 3,
1128
+ "xl": 3,
1129
+ "style": {}
1130
+ },
1131
+ "_r12c3": {
1132
+ "type": "staticText",
1133
+ "text": "10 days",
1134
+ "xs": 12,
1135
+ "sm": 3,
1136
+ "md": 3,
1137
+ "lg": 3,
1138
+ "xl": 3,
1139
+ "style": {}
1140
+ },
1141
+ "_div12": {
1142
+ "type": "divider",
1143
+ "xs": 12,
1144
+ "sm": 12,
1145
+ "md": 12,
1146
+ "lg": 12,
1147
+ "xl": 12
1148
+ },
1149
+ "_r13c0": {
1150
+ "type": "staticText",
1151
+ "text": "Calathea zebrina",
1152
+ "xs": 12,
1153
+ "sm": 3,
1154
+ "md": 3,
1155
+ "lg": 3,
1156
+ "xl": 3,
1157
+ "style": {}
1158
+ },
1159
+ "_r13c1": {
1160
+ "type": "staticText",
1161
+ "text": "60-80%",
1162
+ "xs": 12,
1163
+ "sm": 3,
1164
+ "md": 3,
1165
+ "lg": 3,
1166
+ "xl": 3,
1167
+ "style": {}
1168
+ },
1169
+ "_r13c2": {
1170
+ "type": "staticText",
1171
+ "text": "18-29°C",
1172
+ "xs": 12,
1173
+ "sm": 3,
1174
+ "md": 3,
1175
+ "lg": 3,
1176
+ "xl": 3,
1177
+ "style": {}
1178
+ },
1179
+ "_r13c3": {
1180
+ "type": "staticText",
1181
+ "text": "5 days",
1182
+ "xs": 12,
1183
+ "sm": 3,
1184
+ "md": 3,
1185
+ "lg": 3,
1186
+ "xl": 3,
1187
+ "style": {}
1188
+ },
1189
+ "_div13": {
1190
+ "type": "divider",
1191
+ "xs": 12,
1192
+ "sm": 12,
1193
+ "md": 12,
1194
+ "lg": 12,
1195
+ "xl": 12
1196
+ },
1197
+ "_r14c0": {
1198
+ "type": "staticText",
1199
+ "text": "Sansevieria Laurentii",
1200
+ "xs": 12,
1201
+ "sm": 3,
1202
+ "md": 3,
1203
+ "lg": 3,
1204
+ "xl": 3,
1205
+ "style": {}
1206
+ },
1207
+ "_r14c1": {
1208
+ "type": "staticText",
1209
+ "text": "10-40%",
1210
+ "xs": 12,
1211
+ "sm": 3,
1212
+ "md": 3,
1213
+ "lg": 3,
1214
+ "xl": 3,
1215
+ "style": {}
1216
+ },
1217
+ "_r14c2": {
1218
+ "type": "staticText",
1219
+ "text": "16-27°C",
1220
+ "xs": 12,
1221
+ "sm": 3,
1222
+ "md": 3,
1223
+ "lg": 3,
1224
+ "xl": 3,
1225
+ "style": {}
1226
+ },
1227
+ "_r14c3": {
1228
+ "type": "staticText",
1229
+ "text": "21 days",
1230
+ "xs": 12,
1231
+ "sm": 3,
1232
+ "md": 3,
1233
+ "lg": 3,
1234
+ "xl": 3,
1235
+ "style": {}
1236
+ },
1237
+ "_div14": {
1238
+ "type": "divider",
1239
+ "xs": 12,
1240
+ "sm": 12,
1241
+ "md": 12,
1242
+ "lg": 12,
1243
+ "xl": 12
1244
+ },
1245
+ "_r15c0": {
1246
+ "type": "staticText",
1247
+ "text": "Custom",
1248
+ "xs": 12,
1249
+ "sm": 3,
1250
+ "md": 3,
1251
+ "lg": 3,
1252
+ "xl": 3,
1253
+ "style": {}
1254
+ },
1255
+ "_r15c1": {
1256
+ "type": "staticText",
1257
+ "text": "—",
1258
+ "xs": 12,
1259
+ "sm": 3,
1260
+ "md": 3,
1261
+ "lg": 3,
1262
+ "xl": 3,
1263
+ "style": {}
1264
+ },
1265
+ "_r15c2": {
1266
+ "type": "staticText",
1267
+ "text": "—",
1268
+ "xs": 12,
1269
+ "sm": 3,
1270
+ "md": 3,
1271
+ "lg": 3,
1272
+ "xl": 3,
1273
+ "style": {}
1274
+ },
1275
+ "_r15c3": {
1276
+ "type": "staticText",
1277
+ "text": "—",
1278
+ "xs": 12,
1279
+ "sm": 3,
1280
+ "md": 3,
1281
+ "lg": 3,
1282
+ "xl": 3,
1283
+ "style": {}
1284
+ },
1285
+ "_div15": {
1286
+ "type": "divider",
1287
+ "xs": 12,
1288
+ "sm": 12,
1289
+ "md": 12,
1290
+ "lg": 12,
1291
+ "xl": 12
1292
+ }
1293
+ }
1294
+ }
1295
+ }
1226
1296
  }