homey-api 3.13.3 → 3.14.1

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.
@@ -122,6 +122,10 @@ export namespace HomeyAPIV2.ManagerApps {
122
122
 
123
123
  updateAvailable: object;
124
124
 
125
+ color: string;
126
+
127
+ crashedCount: number;
128
+
125
129
  uri: string;
126
130
 
127
131
  manager: HomeyAPIV3.Manager;
@@ -263,6 +267,12 @@ export namespace HomeyAPIV2.ManagerDevices {
263
267
 
264
268
  note: string;
265
269
 
270
+ ownerUri: string;
271
+
272
+ warningMessage: string | null;
273
+
274
+ lastSeenAt: string | null;
275
+
266
276
  uri: string;
267
277
 
268
278
  manager: HomeyAPIV3.Manager;
@@ -299,6 +309,16 @@ export namespace HomeyAPIV2.ManagerDrivers {
299
309
 
300
310
  connectivity: Array<any>;
301
311
 
312
+ ownerUri: string;
313
+
314
+ ownerName: string;
315
+
316
+ ownerIconObj: object;
317
+
318
+ name: string;
319
+
320
+ userPath: string | null;
321
+
302
322
  manager: HomeyAPIV3.Manager;
303
323
 
304
324
  homey: HomeyAPIV3;
@@ -404,6 +424,18 @@ export namespace HomeyAPIV2.ManagerFlow {
404
424
 
405
425
  tokens: Array<any>;
406
426
 
427
+ ownerId: string;
428
+
429
+ ownerUri: string;
430
+
431
+ ownerName: string;
432
+
433
+ titleFormatted: string | null;
434
+
435
+ durationMin: number | null;
436
+
437
+ durationMax: number | null;
438
+
407
439
  manager: HomeyAPIV3.Manager;
408
440
 
409
441
  homey: HomeyAPIV3;
@@ -433,6 +465,14 @@ export namespace HomeyAPIV2.ManagerFlow {
433
465
 
434
466
  highlight: boolean;
435
467
 
468
+ ownerId: string;
469
+
470
+ ownerUri: string;
471
+
472
+ ownerName: string;
473
+
474
+ titleFormatted: string | null;
475
+
436
476
  manager: HomeyAPIV3.Manager;
437
477
 
438
478
  homey: HomeyAPIV3;
@@ -464,6 +504,14 @@ export namespace HomeyAPIV2.ManagerFlow {
464
504
 
465
505
  tokens: Array<any>;
466
506
 
507
+ ownerId: string;
508
+
509
+ ownerUri: string;
510
+
511
+ ownerName: string;
512
+
513
+ titleFormatted: string | null;
514
+
467
515
  manager: HomeyAPIV3.Manager;
468
516
 
469
517
  homey: HomeyAPIV3;
@@ -494,6 +542,14 @@ export namespace HomeyAPIV2.ManagerFlowToken {
494
542
 
495
543
  uriObj: object;
496
544
 
545
+ ownerId: string;
546
+
547
+ ownerUri: string;
548
+
549
+ ownerName: string;
550
+
551
+ example: string | null;
552
+
497
553
  manager: HomeyAPIV3.Manager;
498
554
 
499
555
  homey: HomeyAPIV3;
@@ -532,6 +588,12 @@ export namespace HomeyAPIV2.ManagerInsights {
532
588
 
533
589
  lastValue: number;
534
590
 
591
+ ownerUri: string;
592
+
593
+ ownerName: string;
594
+
595
+ ownerId: string;
596
+
535
597
  manager: HomeyAPIV3.Manager;
536
598
 
537
599
  homey: HomeyAPIV3;
@@ -545,6 +607,8 @@ export namespace HomeyAPIV2.ManagerLogic {
545
607
  name: string;
546
608
 
547
609
  type: string;
610
+
611
+ value: string | number | boolean;
548
612
  }
549
613
  }
550
614
 
@@ -586,6 +650,8 @@ export namespace HomeyAPIV2.ManagerNotifications {
586
650
  roles: Array<any>;
587
651
 
588
652
  meta: object;
653
+
654
+ ownerName: string;
589
655
  }
590
656
  }
591
657
 
@@ -644,6 +710,12 @@ export namespace HomeyAPIV2.ManagerUsers {
644
710
  present: boolean;
645
711
 
646
712
  asleep: boolean;
713
+
714
+ enabledUntil: string | null;
715
+
716
+ avatar: string | null;
717
+
718
+ inviteUrl: string | null;
647
719
  }
648
720
  }
649
721
 
@@ -661,6 +733,10 @@ export namespace HomeyAPIV2.ManagerZones {
661
733
 
662
734
  icon: string;
663
735
 
736
+ activeOrigins: Array<any>;
737
+
738
+ activeLastUpdated: string | null;
739
+
664
740
  uri: string;
665
741
 
666
742
  manager: HomeyAPIV3.Manager;
@@ -673,6 +749,34 @@ export namespace HomeyAPIV3Cloud.ManagerApps {
673
749
  export class App extends HomeyAPIV3.ManagerApps.App {
674
750
  id: string;
675
751
 
752
+ name: string;
753
+
754
+ iconObj: object;
755
+
756
+ version: string;
757
+
758
+ channel: string;
759
+
760
+ origin: string;
761
+
762
+ author: object;
763
+
764
+ compatibility: string;
765
+
766
+ permissions: Array<any>;
767
+
768
+ color: string;
769
+
770
+ images: object;
771
+
772
+ state: string;
773
+
774
+ enabled: boolean;
775
+
776
+ crashed: boolean;
777
+
778
+ crashedMessage: string | null;
779
+
676
780
  uri: string;
677
781
 
678
782
  manager: HomeyAPIV3.Manager;
@@ -761,9 +865,63 @@ export namespace HomeyAPIV3Cloud.ManagerDevices {
761
865
  export class Device extends HomeyAPIV3.ManagerDevices.Device {
762
866
  id: string;
763
867
 
868
+ driverId: string;
869
+
870
+ ownerUri: string;
871
+
764
872
  name: string;
765
873
 
766
- note: string;
874
+ note: string | null;
875
+
876
+ zone: string;
877
+
878
+ data: object;
879
+
880
+ icon: string | null;
881
+
882
+ iconOverride: string | null;
883
+
884
+ iconObj: object | null;
885
+
886
+ class: string;
887
+
888
+ virtualClass: string | null;
889
+
890
+ capabilities: Array<any>;
891
+
892
+ capabilitiesObj: object;
893
+
894
+ settings: object;
895
+
896
+ settingsObj: boolean;
897
+
898
+ flags: Array<any>;
899
+
900
+ energy: object | null;
901
+
902
+ energyObj: object | null;
903
+
904
+ ui: object;
905
+
906
+ uiIndicator: string | null;
907
+
908
+ available: boolean;
909
+
910
+ unavailableMessage: string | null;
911
+
912
+ warningMessage: string | null;
913
+
914
+ ready: boolean;
915
+
916
+ repair: boolean | null;
917
+
918
+ unpair: boolean | null;
919
+
920
+ images: Array<any>;
921
+
922
+ color: string | null;
923
+
924
+ lastSeenAt: string | null;
767
925
 
768
926
  uri: string;
769
927
 
@@ -809,7 +967,31 @@ export namespace HomeyAPIV3Cloud.ManagerDrivers {
809
967
  export class Driver extends HomeyAPIV3.ManagerDrivers.Driver {
810
968
  id: string;
811
969
 
812
- pair: Array<any>;
970
+ ownerUri: string;
971
+
972
+ ownerName: string;
973
+
974
+ ownerIconObj: object;
975
+
976
+ name: string;
977
+
978
+ color: string;
979
+
980
+ class: string;
981
+
982
+ ready: boolean;
983
+
984
+ pair: boolean;
985
+
986
+ repair: boolean;
987
+
988
+ unpair: boolean;
989
+
990
+ userPath: string | null;
991
+
992
+ deprecated: boolean;
993
+
994
+ connectivity: Array<any>;
813
995
 
814
996
  uri: string;
815
997
 
@@ -863,6 +1045,16 @@ export namespace HomeyAPIV3Cloud.ManagerFlow {
863
1045
  export class AdvancedFlow extends HomeyAPIV3.ManagerFlow.AdvancedFlow {
864
1046
  id: string;
865
1047
 
1048
+ name: string;
1049
+
1050
+ folder: string | null;
1051
+
1052
+ triggerable: boolean;
1053
+
1054
+ enabled: boolean;
1055
+
1056
+ cards: object;
1057
+
866
1058
  uri: string;
867
1059
 
868
1060
  manager: HomeyAPIV3.Manager;
@@ -879,6 +1071,20 @@ export namespace HomeyAPIV3Cloud.ManagerFlow {
879
1071
  export class Flow extends HomeyAPIV3.ManagerFlow.Flow {
880
1072
  id: string;
881
1073
 
1074
+ name: string;
1075
+
1076
+ folder: string | null;
1077
+
1078
+ triggerable: boolean;
1079
+
1080
+ enabled: boolean;
1081
+
1082
+ trigger: object;
1083
+
1084
+ conditions: Array<any>;
1085
+
1086
+ actions: Array<any>;
1087
+
882
1088
  uri: string;
883
1089
 
884
1090
  manager: HomeyAPIV3.Manager;
@@ -895,6 +1101,36 @@ export namespace HomeyAPIV3Cloud.ManagerFlow {
895
1101
  export class FlowCardAction extends HomeyAPIV3.ManagerFlow.FlowCardAction {
896
1102
  id: string;
897
1103
 
1104
+ ownerId: string;
1105
+
1106
+ ownerUri: string;
1107
+
1108
+ ownerName: string;
1109
+
1110
+ title: string;
1111
+
1112
+ titleFormatted: string | null;
1113
+
1114
+ hint: string | null;
1115
+
1116
+ args: Array<any> | null;
1117
+
1118
+ droptoken: Array<any> | null;
1119
+
1120
+ deprecated: boolean | null;
1121
+
1122
+ highlight: boolean | null;
1123
+
1124
+ duration: boolean;
1125
+
1126
+ durationMin: number | null;
1127
+
1128
+ durationMax: number | null;
1129
+
1130
+ tokens: Array<any> | null;
1131
+
1132
+ advanced: boolean;
1133
+
898
1134
  uri: string;
899
1135
 
900
1136
  manager: HomeyAPIV3.Manager;
@@ -910,6 +1146,26 @@ export namespace HomeyAPIV3Cloud.ManagerFlow {
910
1146
  .FlowCardCondition {
911
1147
  id: string;
912
1148
 
1149
+ ownerId: string;
1150
+
1151
+ ownerUri: string;
1152
+
1153
+ ownerName: string;
1154
+
1155
+ title: string;
1156
+
1157
+ titleFormatted: string | null;
1158
+
1159
+ hint: string | null;
1160
+
1161
+ args: Array<any> | null;
1162
+
1163
+ droptoken: Array<any> | null;
1164
+
1165
+ deprecated: boolean | null;
1166
+
1167
+ highlight: boolean | null;
1168
+
913
1169
  uri: string;
914
1170
 
915
1171
  manager: HomeyAPIV3.Manager;
@@ -924,6 +1180,28 @@ export namespace HomeyAPIV3Cloud.ManagerFlow {
924
1180
  export class FlowCardTrigger extends HomeyAPIV3.ManagerFlow.FlowCardTrigger {
925
1181
  id: string;
926
1182
 
1183
+ ownerId: string;
1184
+
1185
+ ownerUri: string;
1186
+
1187
+ ownerName: string;
1188
+
1189
+ title: string;
1190
+
1191
+ titleFormatted: string | null;
1192
+
1193
+ hint: string | null;
1194
+
1195
+ args: Array<any> | null;
1196
+
1197
+ droptoken: Array<any> | null;
1198
+
1199
+ deprecated: boolean | null;
1200
+
1201
+ highlight: boolean | null;
1202
+
1203
+ tokens: Array<any> | null;
1204
+
927
1205
  uri: string;
928
1206
 
929
1207
  manager: HomeyAPIV3.Manager;
@@ -937,6 +1215,10 @@ export namespace HomeyAPIV3Cloud.ManagerFlow {
937
1215
 
938
1216
  export class FlowFolder {
939
1217
  id: string;
1218
+
1219
+ name: string;
1220
+
1221
+ parent: string | null;
940
1222
  }
941
1223
  }
942
1224
 
@@ -944,6 +1226,18 @@ export namespace HomeyAPIV3Cloud.ManagerFlowToken {
944
1226
  export class FlowToken extends HomeyAPIV3.ManagerFlowToken.FlowToken {
945
1227
  id: string;
946
1228
 
1229
+ ownerId: string;
1230
+
1231
+ ownerUri: string;
1232
+
1233
+ ownerName: string;
1234
+
1235
+ type: string;
1236
+
1237
+ title: string;
1238
+
1239
+ example: string | null;
1240
+
947
1241
  uri: string;
948
1242
 
949
1243
  manager: HomeyAPIV3.Manager;
@@ -965,6 +1259,12 @@ export namespace HomeyAPIV3Cloud.ManagerIcons {
965
1259
  export namespace HomeyAPIV3Cloud.ManagerImages {
966
1260
  export class Image {
967
1261
  id: string;
1262
+
1263
+ ownerUri: string;
1264
+
1265
+ url: string;
1266
+
1267
+ lastUpdated: string;
968
1268
  }
969
1269
  }
970
1270
 
@@ -972,6 +1272,26 @@ export namespace HomeyAPIV3Cloud.ManagerInsights {
972
1272
  export class Log extends HomeyAPIV3.ManagerInsights.Log {
973
1273
  id: string;
974
1274
 
1275
+ ownerUri: string;
1276
+
1277
+ ownerName: string;
1278
+
1279
+ ownerId: string;
1280
+
1281
+ type: string;
1282
+
1283
+ title: string;
1284
+
1285
+ titleTrue: string | null;
1286
+
1287
+ titleFalse: string | null;
1288
+
1289
+ units: string | null;
1290
+
1291
+ decimals: number | null;
1292
+
1293
+ lastValue: any | null;
1294
+
975
1295
  uri: string;
976
1296
 
977
1297
  manager: HomeyAPIV3.Manager;
@@ -995,6 +1315,8 @@ export namespace HomeyAPIV3Cloud.ManagerLogic {
995
1315
  name: string;
996
1316
 
997
1317
  type: string;
1318
+
1319
+ value: string | number | boolean;
998
1320
  }
999
1321
  }
1000
1322
 
@@ -1018,6 +1340,8 @@ export namespace HomeyAPIV3Cloud.ManagerNotifications {
1018
1340
 
1019
1341
  ownerUri: string;
1020
1342
 
1343
+ ownerName: string;
1344
+
1021
1345
  dateCreated: string;
1022
1346
 
1023
1347
  excerpt: string;
@@ -1047,6 +1371,34 @@ export namespace HomeyAPIV3Cloud.ManagerSessions {
1047
1371
  export namespace HomeyAPIV3Cloud.ManagerUsers {
1048
1372
  export class User {
1049
1373
  id: string;
1374
+
1375
+ name: string | null;
1376
+
1377
+ role: string;
1378
+
1379
+ properties: object;
1380
+
1381
+ athomId: string | null;
1382
+
1383
+ enabled: boolean;
1384
+
1385
+ enabledUntil: string | null;
1386
+
1387
+ present: boolean | null;
1388
+
1389
+ asleep: boolean | null;
1390
+
1391
+ avatar: string | null;
1392
+
1393
+ verified: boolean;
1394
+
1395
+ inviteUrl: string | null;
1396
+ }
1397
+ }
1398
+
1399
+ export namespace HomeyAPIV3Cloud.ManagerVideos {
1400
+ export class Video {
1401
+ id: string;
1050
1402
  }
1051
1403
  }
1052
1404
 
@@ -1059,6 +1411,10 @@ export namespace HomeyAPIV3Cloud.ManagerVirtualDevice {
1059
1411
  id: string;
1060
1412
  }
1061
1413
 
1414
+ export class VirtualDeviceGroup {
1415
+ id: string;
1416
+ }
1417
+
1062
1418
  export class VirtualDeviceHomeyBridge {
1063
1419
  id: string;
1064
1420
  }
@@ -1067,6 +1423,10 @@ export namespace HomeyAPIV3Cloud.ManagerVirtualDevice {
1067
1423
  id: string;
1068
1424
  }
1069
1425
 
1426
+ export class VirtualDeviceRF433 {
1427
+ id: string;
1428
+ }
1429
+
1070
1430
  export class VirtualDeviceZigbee {
1071
1431
  id: string;
1072
1432
  }
@@ -1083,6 +1443,10 @@ export namespace HomeyAPIV3Cloud.ManagerVirtualDevice {
1083
1443
  id: string;
1084
1444
  }
1085
1445
 
1446
+ export class VirtualDriverGroup {
1447
+ id: string;
1448
+ }
1449
+
1086
1450
  export class VirtualDriverHomeyBridge {
1087
1451
  id: string;
1088
1452
  }
@@ -1091,6 +1455,10 @@ export namespace HomeyAPIV3Cloud.ManagerVirtualDevice {
1091
1455
  id: string;
1092
1456
  }
1093
1457
 
1458
+ export class VirtualDriverRF433 {
1459
+ id: string;
1460
+ }
1461
+
1094
1462
  export class VirtualDriverZigbee {
1095
1463
  id: string;
1096
1464
  }
@@ -1104,6 +1472,18 @@ export namespace HomeyAPIV3Cloud.ManagerZones {
1104
1472
  export class Zone extends HomeyAPIV3.ManagerZones.Zone {
1105
1473
  id: string;
1106
1474
 
1475
+ name: string;
1476
+
1477
+ parent: string | null;
1478
+
1479
+ icon: string;
1480
+
1481
+ active: boolean;
1482
+
1483
+ activeOrigins: Array<any>;
1484
+
1485
+ activeLastUpdated: string | null;
1486
+
1107
1487
  uri: string;
1108
1488
 
1109
1489
  manager: HomeyAPIV3.Manager;
@@ -1126,6 +1506,44 @@ export namespace HomeyAPIV3Local.ManagerApps {
1126
1506
  export class App extends HomeyAPIV3.ManagerApps.App {
1127
1507
  id: string;
1128
1508
 
1509
+ name: string;
1510
+
1511
+ iconObj: object;
1512
+
1513
+ version: string;
1514
+
1515
+ channel: string;
1516
+
1517
+ origin: string;
1518
+
1519
+ author: object;
1520
+
1521
+ compatibility: string;
1522
+
1523
+ permissions: Array<any>;
1524
+
1525
+ color: string;
1526
+
1527
+ images: object;
1528
+
1529
+ state: string;
1530
+
1531
+ enabled: boolean;
1532
+
1533
+ autoupdate: boolean;
1534
+
1535
+ settings: boolean | null;
1536
+
1537
+ updateAvailable: boolean;
1538
+
1539
+ usage: object;
1540
+
1541
+ crashed: boolean;
1542
+
1543
+ crashedMessage: string | null;
1544
+
1545
+ crashedCount: number;
1546
+
1129
1547
  uri: string;
1130
1548
 
1131
1549
  manager: HomeyAPIV3.Manager;
@@ -1166,12 +1584,6 @@ export namespace HomeyAPIV3Local.ManagerApps {
1166
1584
  }
1167
1585
  }
1168
1586
 
1169
- export namespace HomeyAPIV3Local.ManagerCameras {
1170
- export class Camera {
1171
- id: string;
1172
- }
1173
- }
1174
-
1175
1587
  export namespace HomeyAPIV3Local.ManagerCloud {
1176
1588
  export class Webhook {
1177
1589
  id: string;
@@ -1220,9 +1632,63 @@ export namespace HomeyAPIV3Local.ManagerDevices {
1220
1632
  export class Device extends HomeyAPIV3.ManagerDevices.Device {
1221
1633
  id: string;
1222
1634
 
1635
+ driverId: string;
1636
+
1637
+ ownerUri: string;
1638
+
1223
1639
  name: string;
1224
1640
 
1225
- note: string;
1641
+ note: string | null;
1642
+
1643
+ zone: string;
1644
+
1645
+ data: object;
1646
+
1647
+ icon: string | null;
1648
+
1649
+ iconOverride: string | null;
1650
+
1651
+ iconObj: object | null;
1652
+
1653
+ class: string;
1654
+
1655
+ virtualClass: string | null;
1656
+
1657
+ capabilities: Array<any>;
1658
+
1659
+ capabilitiesObj: object;
1660
+
1661
+ settings: object;
1662
+
1663
+ settingsObj: boolean;
1664
+
1665
+ flags: Array<any>;
1666
+
1667
+ energy: object | null;
1668
+
1669
+ energyObj: object | null;
1670
+
1671
+ ui: object;
1672
+
1673
+ uiIndicator: string | null;
1674
+
1675
+ available: boolean;
1676
+
1677
+ unavailableMessage: string | null;
1678
+
1679
+ warningMessage: string | null;
1680
+
1681
+ ready: boolean;
1682
+
1683
+ repair: boolean | null;
1684
+
1685
+ unpair: boolean | null;
1686
+
1687
+ images: Array<any>;
1688
+
1689
+ color: string | null;
1690
+
1691
+ lastSeenAt: string | null;
1226
1692
 
1227
1693
  uri: string;
1228
1694
 
@@ -1282,7 +1748,31 @@ export namespace HomeyAPIV3Local.ManagerDrivers {
1282
1748
  export class Driver extends HomeyAPIV3.ManagerDrivers.Driver {
1283
1749
  id: string;
1284
1750
 
1285
- pair: Array<any>;
1751
+ ownerUri: string;
1752
+
1753
+ ownerName: string;
1754
+
1755
+ ownerIconObj: object;
1756
+
1757
+ name: string;
1758
+
1759
+ color: string;
1760
+
1761
+ class: string;
1762
+
1763
+ ready: boolean;
1764
+
1765
+ pair: boolean;
1766
+
1767
+ repair: boolean;
1768
+
1769
+ unpair: boolean;
1770
+
1771
+ userPath: string | null;
1772
+
1773
+ deprecated: boolean;
1774
+
1775
+ connectivity: Array<any>;
1286
1776
 
1287
1777
  uri: string;
1288
1778
 
@@ -1350,9 +1840,95 @@ export namespace HomeyAPIV3Local.ManagerExperiments {
1350
1840
  }
1351
1841
  }
1352
1842
 
1353
- export namespace HomeyAPIV3Local.ManagerFlow {
1354
- export class AdvancedFlow extends HomeyAPIV3.ManagerFlow.AdvancedFlow {
1355
- id: string;
1843
+ export namespace HomeyAPIV3Local.ManagerFlow {
1844
+ export class AdvancedFlow extends HomeyAPIV3.ManagerFlow.AdvancedFlow {
1845
+ id: string;
1846
+
1847
+ name: string;
1848
+
1849
+ folder: string | null;
1850
+
1851
+ triggerable: boolean;
1852
+
1853
+ enabled: boolean;
1854
+
1855
+ cards: object;
1856
+
1857
+ uri: string;
1858
+
1859
+ manager: HomeyAPIV3.Manager;
1860
+
1861
+ homey: HomeyAPIV3;
1862
+
1863
+ isBroken(): Promise<any>;
1864
+
1865
+ connect(): Promise<any>;
1866
+
1867
+ disconnect(): Promise<any>;
1868
+ }
1869
+
1870
+ export class Flow extends HomeyAPIV3.ManagerFlow.Flow {
1871
+ id: string;
1872
+
1873
+ name: string;
1874
+
1875
+ folder: string | null;
1876
+
1877
+ triggerable: boolean;
1878
+
1879
+ enabled: boolean;
1880
+
1881
+ trigger: object;
1882
+
1883
+ conditions: Array<any>;
1884
+
1885
+ actions: Array<any>;
1886
+
1887
+ uri: string;
1888
+
1889
+ manager: HomeyAPIV3.Manager;
1890
+
1891
+ homey: HomeyAPIV3;
1892
+
1893
+ isBroken(): Promise<any>;
1894
+
1895
+ connect(): Promise<any>;
1896
+
1897
+ disconnect(): Promise<any>;
1898
+ }
1899
+
1900
+ export class FlowCardAction extends HomeyAPIV3.ManagerFlow.FlowCardAction {
1901
+ id: string;
1902
+
1903
+ ownerId: string;
1904
+
1905
+ ownerUri: string;
1906
+
1907
+ ownerName: string;
1908
+
1909
+ title: string;
1910
+
1911
+ titleFormatted: string | null;
1912
+
1913
+ hint: string | null;
1914
+
1915
+ args: Array<any> | null;
1916
+
1917
+ droptoken: Array<any> | null;
1918
+
1919
+ deprecated: boolean | null;
1920
+
1921
+ highlight: boolean | null;
1922
+
1923
+ duration: boolean;
1924
+
1925
+ durationMin: number | null;
1926
+
1927
+ durationMax: number | null;
1928
+
1929
+ tokens: Array<any> | null;
1930
+
1931
+ advanced: boolean;
1356
1932
 
1357
1933
  uri: string;
1358
1934
 
@@ -1360,31 +1936,34 @@ export namespace HomeyAPIV3Local.ManagerFlow {
1360
1936
 
1361
1937
  homey: HomeyAPIV3;
1362
1938
 
1363
- isBroken(): Promise<any>;
1364
-
1365
1939
  connect(): Promise<any>;
1366
1940
 
1367
1941
  disconnect(): Promise<any>;
1368
1942
  }
1369
1943
 
1370
- export class Flow extends HomeyAPIV3.ManagerFlow.Flow {
1944
+ export class FlowCardCondition extends HomeyAPIV3.ManagerFlow
1945
+ .FlowCardCondition {
1371
1946
  id: string;
1372
1947
 
1373
- uri: string;
1948
+ ownerId: string;
1374
1949
 
1375
- manager: HomeyAPIV3.Manager;
1950
+ ownerUri: string;
1376
1951
 
1377
- homey: HomeyAPIV3;
1952
+ ownerName: string;
1378
1953
 
1379
- isBroken(): Promise<any>;
1954
+ title: string;
1380
1955
 
1381
- connect(): Promise<any>;
1956
+ titleFormatted: string | null;
1382
1957
 
1383
- disconnect(): Promise<any>;
1384
- }
1958
+ hint: string | null;
1385
1959
 
1386
- export class FlowCardAction extends HomeyAPIV3.ManagerFlow.FlowCardAction {
1387
- id: string;
1960
+ args: Array<any> | null;
1961
+
1962
+ droptoken: Array<any> | null;
1963
+
1964
+ deprecated: boolean | null;
1965
+
1966
+ highlight: boolean | null;
1388
1967
 
1389
1968
  uri: string;
1390
1969
 
@@ -1397,23 +1976,30 @@ export namespace HomeyAPIV3Local.ManagerFlow {
1397
1976
  disconnect(): Promise<any>;
1398
1977
  }
1399
1978
 
1400
- export class FlowCardCondition extends HomeyAPIV3.ManagerFlow
1401
- .FlowCardCondition {
1979
+ export class FlowCardTrigger extends HomeyAPIV3.ManagerFlow.FlowCardTrigger {
1402
1980
  id: string;
1403
1981
 
1404
- uri: string;
1982
+ ownerId: string;
1405
1983
 
1406
- manager: HomeyAPIV3.Manager;
1984
+ ownerUri: string;
1407
1985
 
1408
- homey: HomeyAPIV3;
1986
+ ownerName: string;
1409
1987
 
1410
- connect(): Promise<any>;
1988
+ title: string;
1411
1989
 
1412
- disconnect(): Promise<any>;
1413
- }
1990
+ titleFormatted: string | null;
1414
1991
 
1415
- export class FlowCardTrigger extends HomeyAPIV3.ManagerFlow.FlowCardTrigger {
1416
- id: string;
1992
+ hint: string | null;
1993
+
1994
+ args: Array<any> | null;
1995
+
1996
+ droptoken: Array<any> | null;
1997
+
1998
+ deprecated: boolean | null;
1999
+
2000
+ highlight: boolean | null;
2001
+
2002
+ tokens: Array<any> | null;
1417
2003
 
1418
2004
  uri: string;
1419
2005
 
@@ -1428,6 +2014,10 @@ export namespace HomeyAPIV3Local.ManagerFlow {
1428
2014
 
1429
2015
  export class FlowFolder {
1430
2016
  id: string;
2017
+
2018
+ name: string;
2019
+
2020
+ parent: string | null;
1431
2021
  }
1432
2022
  }
1433
2023
 
@@ -1435,6 +2025,18 @@ export namespace HomeyAPIV3Local.ManagerFlowToken {
1435
2025
  export class FlowToken extends HomeyAPIV3.ManagerFlowToken.FlowToken {
1436
2026
  id: string;
1437
2027
 
2028
+ ownerId: string;
2029
+
2030
+ ownerUri: string;
2031
+
2032
+ ownerName: string;
2033
+
2034
+ type: string;
2035
+
2036
+ title: string;
2037
+
2038
+ example: string | null;
2039
+
1438
2040
  uri: string;
1439
2041
 
1440
2042
  manager: HomeyAPIV3.Manager;
@@ -1456,6 +2058,12 @@ export namespace HomeyAPIV3Local.ManagerIcons {
1456
2058
  export namespace HomeyAPIV3Local.ManagerImages {
1457
2059
  export class Image {
1458
2060
  id: string;
2061
+
2062
+ ownerUri: string;
2063
+
2064
+ url: string;
2065
+
2066
+ lastUpdated: string;
1459
2067
  }
1460
2068
  }
1461
2069
 
@@ -1463,6 +2071,26 @@ export namespace HomeyAPIV3Local.ManagerInsights {
1463
2071
  export class Log extends HomeyAPIV3.ManagerInsights.Log {
1464
2072
  id: string;
1465
2073
 
2074
+ ownerUri: string;
2075
+
2076
+ ownerName: string;
2077
+
2078
+ ownerId: string;
2079
+
2080
+ type: string;
2081
+
2082
+ title: string;
2083
+
2084
+ titleTrue: string | null;
2085
+
2086
+ titleFalse: string | null;
2087
+
2088
+ units: string | null;
2089
+
2090
+ decimals: number | null;
2091
+
2092
+ lastValue: any | null;
2093
+
1466
2094
  uri: string;
1467
2095
 
1468
2096
  manager: HomeyAPIV3.Manager;
@@ -1486,6 +2114,8 @@ export namespace HomeyAPIV3Local.ManagerLogic {
1486
2114
  name: string;
1487
2115
 
1488
2116
  type: string;
2117
+
2118
+ value: string | number | boolean;
1489
2119
  }
1490
2120
  }
1491
2121
 
@@ -1509,6 +2139,8 @@ export namespace HomeyAPIV3Local.ManagerNotifications {
1509
2139
 
1510
2140
  ownerUri: string;
1511
2141
 
2142
+ ownerName: string;
2143
+
1512
2144
  dateCreated: string;
1513
2145
 
1514
2146
  excerpt: string;
@@ -1538,6 +2170,34 @@ export namespace HomeyAPIV3Local.ManagerSessions {
1538
2170
  export namespace HomeyAPIV3Local.ManagerUsers {
1539
2171
  export class User {
1540
2172
  id: string;
2173
+
2174
+ name: string | null;
2175
+
2176
+ role: string;
2177
+
2178
+ properties: object;
2179
+
2180
+ athomId: string | null;
2181
+
2182
+ enabled: boolean;
2183
+
2184
+ enabledUntil: string | null;
2185
+
2186
+ present: boolean | null;
2187
+
2188
+ asleep: boolean | null;
2189
+
2190
+ avatar: string | null;
2191
+
2192
+ verified: boolean;
2193
+
2194
+ inviteUrl: string | null;
2195
+ }
2196
+ }
2197
+
2198
+ export namespace HomeyAPIV3Local.ManagerVideos {
2199
+ export class Video {
2200
+ id: string;
1541
2201
  }
1542
2202
  }
1543
2203
 
@@ -1643,6 +2303,18 @@ export namespace HomeyAPIV3Local.ManagerZones {
1643
2303
  export class Zone extends HomeyAPIV3.ManagerZones.Zone {
1644
2304
  id: string;
1645
2305
 
2306
+ name: string;
2307
+
2308
+ parent: string | null;
2309
+
2310
+ icon: string;
2311
+
2312
+ active: boolean;
2313
+
2314
+ activeOrigins: Array<any>;
2315
+
2316
+ activeLastUpdated: string | null;
2317
+
1646
2318
  uri: string;
1647
2319
 
1648
2320
  manager: HomeyAPIV3.Manager;
@@ -9018,6 +9690,8 @@ export namespace HomeyAPIV3Cloud {
9018
9690
  virtualClass?: string;
9019
9691
 
9020
9692
  uiIndicator?: string;
9693
+
9694
+ hidden?: boolean;
9021
9695
  };
9022
9696
  }): Promise<HomeyAPIV3Cloud.ManagerDevices.Device>;
9023
9697
 
@@ -9040,6 +9714,54 @@ export namespace HomeyAPIV3Cloud {
9040
9714
 
9041
9715
  transactionId?: string;
9042
9716
  }): Promise<any>;
9717
+
9718
+ createGroup(opts: {
9719
+ group: {
9720
+ name: string;
9721
+
9722
+ class: string;
9723
+
9724
+ zoneId: string;
9725
+
9726
+ deviceIds: Array<any>;
9727
+
9728
+ iconOverride?: string;
9729
+
9730
+ iconDeviceId?: string;
9731
+ };
9732
+ }): Promise<any>;
9733
+
9734
+ deleteDeviceFromGroup(opts: {
9735
+ deviceId: string;
9736
+
9737
+ groupId: string;
9738
+ }): Promise<any>;
9739
+
9740
+ updateGroup(opts: {
9741
+ id: string;
9742
+
9743
+ group: {
9744
+ name?: string;
9745
+
9746
+ deviceIds?: Array<any>;
9747
+
9748
+ iconOverride?: string;
9749
+
9750
+ iconDeviceId?: string;
9751
+ };
9752
+ }): Promise<any>;
9753
+
9754
+ hideDeviceFromExternalService(opts: {
9755
+ id: string;
9756
+
9757
+ service: string;
9758
+ }): Promise<any>;
9759
+
9760
+ unhideDeviceFromExternalService(opts: {
9761
+ id: string;
9762
+
9763
+ service: string;
9764
+ }): Promise<any>;
9043
9765
  }
9044
9766
 
9045
9767
  export class ManagerDevkit extends HomeyAPIV3.ManagerDevkit {
@@ -9197,6 +9919,14 @@ export namespace HomeyAPIV3Cloud {
9197
9919
 
9198
9920
  unsetOptionWaterPriceFixed(): Promise<any>;
9199
9921
 
9922
+ getOptionElectricityPriceDynamicPreferredInterval(): Promise<any>;
9923
+
9924
+ setOptionElectricityPriceDynamicPreferredInterval(opts: {
9925
+ value: any;
9926
+ }): Promise<any>;
9927
+
9928
+ unsetOptionElectricityPriceDynamicPreferredInterval(): Promise<any>;
9929
+
9200
9930
  getState(): Promise<any>;
9201
9931
 
9202
9932
  getLiveReport(opts: { zone?: string }): Promise<any>;
@@ -9241,6 +9971,38 @@ export namespace HomeyAPIV3Cloud {
9241
9971
  };
9242
9972
  }): Promise<any>;
9243
9973
 
9974
+ fetchDynamicElectricityPrices(opts: { date: string }): Promise<any>;
9975
+
9976
+ setDynamicElectricityPriceUserCosts(opts: {
9977
+ mathExpression: string;
9978
+
9979
+ type?: string;
9980
+ }): Promise<any>;
9981
+
9982
+ getDynamicElectricityPriceUserCosts(): Promise<any>;
9983
+
9984
+ unsetDynamicElectricityPriceUserCosts(): Promise<any>;
9985
+
9986
+ setElectricityPriceType(opts: { type: string }): Promise<any>;
9987
+
9988
+ getElectricityPriceType(): Promise<any>;
9989
+
9990
+ getDynamicPricesElectricityZones(): Promise<any>;
9991
+
9992
+ getDynamicPricesElectricityZone(): Promise<any>;
9993
+
9994
+ setDynamicPricesElectricityZone(opts: {
9995
+ options: {
9996
+ zoneId?: string;
9997
+
9998
+ zoneVersion?: string;
9999
+
10000
+ zoneName?: string;
10001
+
10002
+ zoneCountryKey?: string;
10003
+ };
10004
+ }): Promise<any>;
10005
+
9244
10006
  enableDummyEnergyReports(opts: {
9245
10007
  fromDate?: string;
9246
10008
 
@@ -9295,6 +10057,8 @@ export namespace HomeyAPIV3Cloud {
9295
10057
  persistent?: boolean;
9296
10058
 
9297
10059
  dataRequestActiveState?: string;
10060
+
10061
+ mode?: string;
9298
10062
  }): Promise<any>;
9299
10063
 
9300
10064
  checkFirmwareUpdateAvailable(opts: { deviceId: string }): Promise<any>;
@@ -9882,6 +10646,28 @@ export namespace HomeyAPIV3Cloud {
9882
10646
  }): Promise<any>;
9883
10647
  }
9884
10648
 
10649
+ export class ManagerVideos extends HomeyAPIV3.ManagerVideos {
10650
+ getState(): Promise<any>;
10651
+
10652
+ getVideos(): Promise<{
10653
+ [key: string]: HomeyAPIV3Cloud.ManagerVideos.Video;
10654
+ }>;
10655
+
10656
+ videoOffer(opts: {
10657
+ id: string;
10658
+
10659
+ offer: string;
10660
+ }): Promise<any>;
10661
+
10662
+ videoKeepAlive(opts: {
10663
+ id: string;
10664
+
10665
+ streamId: string;
10666
+ }): Promise<any>;
10667
+
10668
+ getVideoUrl(opts: { id: string }): Promise<any>;
10669
+ }
10670
+
9885
10671
  export class ManagerVirtualDevice extends HomeyAPIV3.ManagerVirtualDevice {
9886
10672
  getState(): Promise<any>;
9887
10673
  }
@@ -10630,28 +11416,6 @@ export namespace HomeyAPIV3Local {
10630
11416
  }): Promise<any>;
10631
11417
  }
10632
11418
 
10633
- export class ManagerCameras extends HomeyAPIV3.ManagerCameras {
10634
- getState(): Promise<any>;
10635
-
10636
- getCameras(): Promise<{
10637
- [key: string]: HomeyAPIV3Local.ManagerCameras.Camera;
10638
- }>;
10639
-
10640
- offer(opts: {
10641
- id: string;
10642
-
10643
- offer: string;
10644
- }): Promise<any>;
10645
-
10646
- keepAlive(opts: {
10647
- id: string;
10648
-
10649
- streamId: string;
10650
- }): Promise<any>;
10651
-
10652
- videoUrl(opts: { id: string }): Promise<any>;
10653
- }
10654
-
10655
11419
  export class ManagerClock extends HomeyAPIV3.ManagerClock {
10656
11420
  getState(): Promise<any>;
10657
11421
  }
@@ -11898,6 +12662,28 @@ export namespace HomeyAPIV3Local {
11898
12662
  }): Promise<any>;
11899
12663
  }
11900
12664
 
12665
+ export class ManagerVideos extends HomeyAPIV3.ManagerVideos {
12666
+ getState(): Promise<any>;
12667
+
12668
+ getVideos(): Promise<{
12669
+ [key: string]: HomeyAPIV3Local.ManagerVideos.Video;
12670
+ }>;
12671
+
12672
+ videoOffer(opts: {
12673
+ id: string;
12674
+
12675
+ offer: string;
12676
+ }): Promise<any>;
12677
+
12678
+ videoKeepAlive(opts: {
12679
+ id: string;
12680
+
12681
+ streamId: string;
12682
+ }): Promise<any>;
12683
+
12684
+ getVideoUrl(opts: { id: string }): Promise<any>;
12685
+ }
12686
+
11901
12687
  export class ManagerVirtualDevice extends HomeyAPIV3.ManagerVirtualDevice {
11902
12688
  getState(): Promise<any>;
11903
12689
  }
@@ -11973,27 +12759,9 @@ export namespace HomeyAPIV3Local {
11973
12759
  opts?: object;
11974
12760
  }): Promise<any>;
11975
12761
 
11976
- getFirmwareVersion(): Promise<any>;
11977
-
11978
- flashFirmware(opts: {
11979
- erase?: string;
11980
-
11981
- downgrade?: string;
11982
-
11983
- version?: string;
11984
-
11985
- firmware?: string;
11986
-
11987
- shasum?: string;
11988
- }): Promise<any>;
11989
-
11990
12762
  getLog(): Promise<any>;
11991
12763
 
11992
12764
  setLogEnabled(opts: { enabled: boolean }): Promise<any>;
11993
-
11994
- setLBTThreshold(opts: { threshold: number }): Promise<any>;
11995
-
11996
- attemptNvmFix(): Promise<any>;
11997
12765
  }
11998
12766
  }
11999
12767