homey-api 1.8.0 → 1.9.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.
- package/assets/specifications/HomeyAPIV3Cloud.json +606 -130
- package/assets/specifications/HomeyAPIV3Local.json +361 -48
- package/assets/types/homey-api.d.ts +924 -128
- package/assets/types/homey-api.private.d.ts +973 -111
- package/lib/HomeyAPI/HomeyAPIV2/Manager.js +7 -1
- package/lib/HomeyAPI/HomeyAPIV2.js +7 -0
- package/package.json +1 -1
|
@@ -221,7 +221,12 @@
|
|
|
221
221
|
"in": "body",
|
|
222
222
|
"type": "object",
|
|
223
223
|
"root": true,
|
|
224
|
-
"required": true
|
|
224
|
+
"required": true,
|
|
225
|
+
"properties": {
|
|
226
|
+
"autoupdate": {
|
|
227
|
+
"type": "boolean"
|
|
228
|
+
}
|
|
229
|
+
}
|
|
225
230
|
}
|
|
226
231
|
}
|
|
227
232
|
},
|
|
@@ -420,6 +425,21 @@
|
|
|
420
425
|
"homey.system.readonly"
|
|
421
426
|
],
|
|
422
427
|
"parameters": {}
|
|
428
|
+
},
|
|
429
|
+
"pairBridge": {
|
|
430
|
+
"method": "post",
|
|
431
|
+
"path": "/bridge",
|
|
432
|
+
"private": false,
|
|
433
|
+
"scopes": [
|
|
434
|
+
"homey.system"
|
|
435
|
+
],
|
|
436
|
+
"parameters": {
|
|
437
|
+
"serialHash": {
|
|
438
|
+
"in": "body",
|
|
439
|
+
"type": "string",
|
|
440
|
+
"required": true
|
|
441
|
+
}
|
|
442
|
+
}
|
|
423
443
|
}
|
|
424
444
|
}
|
|
425
445
|
},
|
|
@@ -583,8 +603,23 @@
|
|
|
583
603
|
"parameters": {
|
|
584
604
|
"dashboard": {
|
|
585
605
|
"in": "body",
|
|
606
|
+
"type": "object",
|
|
586
607
|
"root": true,
|
|
587
|
-
"required": true
|
|
608
|
+
"required": true,
|
|
609
|
+
"properties": {
|
|
610
|
+
"name": {
|
|
611
|
+
"type": "string",
|
|
612
|
+
"required": true
|
|
613
|
+
},
|
|
614
|
+
"widgets": {
|
|
615
|
+
"type": "object",
|
|
616
|
+
"required": true
|
|
617
|
+
},
|
|
618
|
+
"lines": {
|
|
619
|
+
"type": "object",
|
|
620
|
+
"required": true
|
|
621
|
+
}
|
|
622
|
+
}
|
|
588
623
|
}
|
|
589
624
|
}
|
|
590
625
|
},
|
|
@@ -607,8 +642,20 @@
|
|
|
607
642
|
},
|
|
608
643
|
"dashboard": {
|
|
609
644
|
"in": "body",
|
|
645
|
+
"type": "object",
|
|
610
646
|
"root": true,
|
|
611
|
-
"required": true
|
|
647
|
+
"required": true,
|
|
648
|
+
"properties": {
|
|
649
|
+
"name": {
|
|
650
|
+
"type": "string"
|
|
651
|
+
},
|
|
652
|
+
"widgets": {
|
|
653
|
+
"type": "object"
|
|
654
|
+
},
|
|
655
|
+
"lines": {
|
|
656
|
+
"type": "object"
|
|
657
|
+
}
|
|
658
|
+
}
|
|
612
659
|
}
|
|
613
660
|
}
|
|
614
661
|
},
|
|
@@ -664,6 +711,9 @@
|
|
|
664
711
|
},
|
|
665
712
|
"name": {
|
|
666
713
|
"type": "string"
|
|
714
|
+
},
|
|
715
|
+
"note": {
|
|
716
|
+
"type": "string"
|
|
667
717
|
}
|
|
668
718
|
}
|
|
669
719
|
}
|
|
@@ -739,6 +789,7 @@
|
|
|
739
789
|
},
|
|
740
790
|
"settings": {
|
|
741
791
|
"in": "body",
|
|
792
|
+
"type": "object",
|
|
742
793
|
"root": true,
|
|
743
794
|
"required": true
|
|
744
795
|
}
|
|
@@ -776,8 +827,26 @@
|
|
|
776
827
|
},
|
|
777
828
|
"device": {
|
|
778
829
|
"in": "body",
|
|
830
|
+
"type": "object",
|
|
779
831
|
"root": true,
|
|
780
|
-
"required": true
|
|
832
|
+
"required": true,
|
|
833
|
+
"properties": {
|
|
834
|
+
"name": {
|
|
835
|
+
"type": "string"
|
|
836
|
+
},
|
|
837
|
+
"zone": {
|
|
838
|
+
"type": "string"
|
|
839
|
+
},
|
|
840
|
+
"note": {
|
|
841
|
+
"type": "string"
|
|
842
|
+
},
|
|
843
|
+
"iconOverride": {
|
|
844
|
+
"type": "string"
|
|
845
|
+
},
|
|
846
|
+
"virtualClass": {
|
|
847
|
+
"type": "string"
|
|
848
|
+
}
|
|
849
|
+
}
|
|
781
850
|
}
|
|
782
851
|
}
|
|
783
852
|
},
|
|
@@ -840,6 +909,11 @@
|
|
|
840
909
|
},
|
|
841
910
|
"value": {
|
|
842
911
|
"in": "body",
|
|
912
|
+
"type": [
|
|
913
|
+
"string",
|
|
914
|
+
"number",
|
|
915
|
+
"boolean"
|
|
916
|
+
],
|
|
843
917
|
"required": true
|
|
844
918
|
},
|
|
845
919
|
"opts": {
|
|
@@ -1042,8 +1116,25 @@
|
|
|
1042
1116
|
"parameters": {
|
|
1043
1117
|
"pairsession": {
|
|
1044
1118
|
"in": "body",
|
|
1119
|
+
"type": "object",
|
|
1045
1120
|
"root": true,
|
|
1046
|
-
"required": true
|
|
1121
|
+
"required": true,
|
|
1122
|
+
"properties": {
|
|
1123
|
+
"type": {
|
|
1124
|
+
"type": "string",
|
|
1125
|
+
"required": true
|
|
1126
|
+
},
|
|
1127
|
+
"driverId": {
|
|
1128
|
+
"type": "string",
|
|
1129
|
+
"required": true
|
|
1130
|
+
},
|
|
1131
|
+
"deviceId": {
|
|
1132
|
+
"type": "string"
|
|
1133
|
+
},
|
|
1134
|
+
"zoneId": {
|
|
1135
|
+
"type": "string"
|
|
1136
|
+
}
|
|
1137
|
+
}
|
|
1047
1138
|
}
|
|
1048
1139
|
}
|
|
1049
1140
|
},
|
|
@@ -1146,28 +1237,45 @@
|
|
|
1146
1237
|
},
|
|
1147
1238
|
"device": {
|
|
1148
1239
|
"in": "body",
|
|
1240
|
+
"type": "object",
|
|
1149
1241
|
"root": true,
|
|
1150
|
-
"required": true
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1242
|
+
"required": true,
|
|
1243
|
+
"properties": {
|
|
1244
|
+
"name": {
|
|
1245
|
+
"type": "string",
|
|
1246
|
+
"required": true
|
|
1247
|
+
},
|
|
1248
|
+
"data": {
|
|
1249
|
+
"required": true
|
|
1250
|
+
},
|
|
1251
|
+
"zone": {
|
|
1252
|
+
"type": "string"
|
|
1253
|
+
},
|
|
1254
|
+
"store": {
|
|
1255
|
+
"type": "object"
|
|
1256
|
+
},
|
|
1257
|
+
"capabilities": {
|
|
1258
|
+
"type": "array"
|
|
1259
|
+
},
|
|
1260
|
+
"capabilitiesOptions": {
|
|
1261
|
+
"type": "object"
|
|
1262
|
+
},
|
|
1263
|
+
"class": {
|
|
1264
|
+
"type": "string"
|
|
1265
|
+
},
|
|
1266
|
+
"icon": {
|
|
1267
|
+
"type": "string"
|
|
1268
|
+
},
|
|
1269
|
+
"iconOverride": {
|
|
1270
|
+
"type": "string"
|
|
1271
|
+
},
|
|
1272
|
+
"settings": {
|
|
1273
|
+
"type": "object"
|
|
1274
|
+
},
|
|
1275
|
+
"energy": {
|
|
1276
|
+
"type": "object"
|
|
1277
|
+
}
|
|
1278
|
+
}
|
|
1171
1279
|
}
|
|
1172
1280
|
}
|
|
1173
1281
|
},
|
|
@@ -1317,15 +1425,7 @@
|
|
|
1317
1425
|
"idCamelCase": "flow",
|
|
1318
1426
|
"items": {
|
|
1319
1427
|
"Flow": {
|
|
1320
|
-
"id": "flow"
|
|
1321
|
-
"schema": {
|
|
1322
|
-
"type": "object",
|
|
1323
|
-
"properties": {
|
|
1324
|
-
"id": {
|
|
1325
|
-
"type": "string"
|
|
1326
|
-
}
|
|
1327
|
-
}
|
|
1328
|
-
}
|
|
1428
|
+
"id": "flow"
|
|
1329
1429
|
},
|
|
1330
1430
|
"FlowFolder": {
|
|
1331
1431
|
"id": "flowfolder",
|
|
@@ -1439,8 +1539,33 @@
|
|
|
1439
1539
|
"parameters": {
|
|
1440
1540
|
"flow": {
|
|
1441
1541
|
"in": "body",
|
|
1542
|
+
"type": "object",
|
|
1442
1543
|
"root": true,
|
|
1443
|
-
"required": true
|
|
1544
|
+
"required": true,
|
|
1545
|
+
"properties": {
|
|
1546
|
+
"name": {
|
|
1547
|
+
"type": "string",
|
|
1548
|
+
"required": true
|
|
1549
|
+
},
|
|
1550
|
+
"folder": {
|
|
1551
|
+
"type": "string"
|
|
1552
|
+
},
|
|
1553
|
+
"enabled": {
|
|
1554
|
+
"type": "boolean"
|
|
1555
|
+
},
|
|
1556
|
+
"trigger": {
|
|
1557
|
+
"type": "object",
|
|
1558
|
+
"required": true
|
|
1559
|
+
},
|
|
1560
|
+
"conditions": {
|
|
1561
|
+
"type": "array",
|
|
1562
|
+
"required": true
|
|
1563
|
+
},
|
|
1564
|
+
"actions": {
|
|
1565
|
+
"type": "array",
|
|
1566
|
+
"required": true
|
|
1567
|
+
}
|
|
1568
|
+
}
|
|
1444
1569
|
}
|
|
1445
1570
|
}
|
|
1446
1571
|
},
|
|
@@ -1463,8 +1588,29 @@
|
|
|
1463
1588
|
},
|
|
1464
1589
|
"flow": {
|
|
1465
1590
|
"in": "body",
|
|
1591
|
+
"type": "object",
|
|
1466
1592
|
"root": true,
|
|
1467
|
-
"required": true
|
|
1593
|
+
"required": true,
|
|
1594
|
+
"properties": {
|
|
1595
|
+
"name": {
|
|
1596
|
+
"type": "string"
|
|
1597
|
+
},
|
|
1598
|
+
"folder": {
|
|
1599
|
+
"type": "string"
|
|
1600
|
+
},
|
|
1601
|
+
"enabled": {
|
|
1602
|
+
"type": "boolean"
|
|
1603
|
+
},
|
|
1604
|
+
"trigger": {
|
|
1605
|
+
"type": "object"
|
|
1606
|
+
},
|
|
1607
|
+
"conditions": {
|
|
1608
|
+
"type": "array"
|
|
1609
|
+
},
|
|
1610
|
+
"actions": {
|
|
1611
|
+
"type": "array"
|
|
1612
|
+
}
|
|
1613
|
+
}
|
|
1468
1614
|
}
|
|
1469
1615
|
}
|
|
1470
1616
|
},
|
|
@@ -1497,7 +1643,22 @@
|
|
|
1497
1643
|
"parameters": {
|
|
1498
1644
|
"flow": {
|
|
1499
1645
|
"in": "body",
|
|
1500
|
-
"
|
|
1646
|
+
"type": "object",
|
|
1647
|
+
"required": true,
|
|
1648
|
+
"properties": {
|
|
1649
|
+
"trigger": {
|
|
1650
|
+
"type": "object",
|
|
1651
|
+
"required": true
|
|
1652
|
+
},
|
|
1653
|
+
"conditions": {
|
|
1654
|
+
"type": "array",
|
|
1655
|
+
"required": true
|
|
1656
|
+
},
|
|
1657
|
+
"actions": {
|
|
1658
|
+
"type": "array",
|
|
1659
|
+
"required": true
|
|
1660
|
+
}
|
|
1661
|
+
}
|
|
1501
1662
|
},
|
|
1502
1663
|
"tokens": {
|
|
1503
1664
|
"in": "body",
|
|
@@ -1587,8 +1748,18 @@
|
|
|
1587
1748
|
"parameters": {
|
|
1588
1749
|
"flowfolder": {
|
|
1589
1750
|
"in": "body",
|
|
1751
|
+
"type": "object",
|
|
1590
1752
|
"root": true,
|
|
1591
|
-
"required": true
|
|
1753
|
+
"required": true,
|
|
1754
|
+
"properties": {
|
|
1755
|
+
"name": {
|
|
1756
|
+
"type": "string",
|
|
1757
|
+
"required": true
|
|
1758
|
+
},
|
|
1759
|
+
"parent": {
|
|
1760
|
+
"type": "string"
|
|
1761
|
+
}
|
|
1762
|
+
}
|
|
1592
1763
|
}
|
|
1593
1764
|
}
|
|
1594
1765
|
},
|
|
@@ -1611,8 +1782,17 @@
|
|
|
1611
1782
|
},
|
|
1612
1783
|
"flowfolder": {
|
|
1613
1784
|
"in": "body",
|
|
1785
|
+
"type": "object",
|
|
1614
1786
|
"root": true,
|
|
1615
|
-
"required": true
|
|
1787
|
+
"required": true,
|
|
1788
|
+
"properties": {
|
|
1789
|
+
"name": {
|
|
1790
|
+
"type": "string"
|
|
1791
|
+
},
|
|
1792
|
+
"parent": {
|
|
1793
|
+
"type": "string"
|
|
1794
|
+
}
|
|
1795
|
+
}
|
|
1616
1796
|
}
|
|
1617
1797
|
}
|
|
1618
1798
|
},
|
|
@@ -2411,8 +2591,27 @@
|
|
|
2411
2591
|
"parameters": {
|
|
2412
2592
|
"variable": {
|
|
2413
2593
|
"in": "body",
|
|
2594
|
+
"type": "object",
|
|
2414
2595
|
"root": true,
|
|
2415
|
-
"required": true
|
|
2596
|
+
"required": true,
|
|
2597
|
+
"properties": {
|
|
2598
|
+
"name": {
|
|
2599
|
+
"type": "string",
|
|
2600
|
+
"required": true
|
|
2601
|
+
},
|
|
2602
|
+
"type": {
|
|
2603
|
+
"type": "string",
|
|
2604
|
+
"required": true
|
|
2605
|
+
},
|
|
2606
|
+
"value": {
|
|
2607
|
+
"type": [
|
|
2608
|
+
"string",
|
|
2609
|
+
"number",
|
|
2610
|
+
"boolean"
|
|
2611
|
+
],
|
|
2612
|
+
"required": true
|
|
2613
|
+
}
|
|
2614
|
+
}
|
|
2416
2615
|
}
|
|
2417
2616
|
}
|
|
2418
2617
|
},
|
|
@@ -2435,8 +2634,21 @@
|
|
|
2435
2634
|
},
|
|
2436
2635
|
"variable": {
|
|
2437
2636
|
"in": "body",
|
|
2637
|
+
"type": "object",
|
|
2438
2638
|
"root": true,
|
|
2439
|
-
"required": true
|
|
2639
|
+
"required": true,
|
|
2640
|
+
"properties": {
|
|
2641
|
+
"name": {
|
|
2642
|
+
"type": "string"
|
|
2643
|
+
},
|
|
2644
|
+
"value": {
|
|
2645
|
+
"type": [
|
|
2646
|
+
"string",
|
|
2647
|
+
"number",
|
|
2648
|
+
"boolean"
|
|
2649
|
+
]
|
|
2650
|
+
}
|
|
2651
|
+
}
|
|
2440
2652
|
}
|
|
2441
2653
|
}
|
|
2442
2654
|
},
|
|
@@ -2656,7 +2868,12 @@
|
|
|
2656
2868
|
},
|
|
2657
2869
|
"opts": {
|
|
2658
2870
|
"in": "body",
|
|
2659
|
-
"type": "object"
|
|
2871
|
+
"type": "object",
|
|
2872
|
+
"properties": {
|
|
2873
|
+
"forceFlowTrigger": {
|
|
2874
|
+
"type": "boolean"
|
|
2875
|
+
}
|
|
2876
|
+
}
|
|
2660
2877
|
}
|
|
2661
2878
|
}
|
|
2662
2879
|
},
|
|
@@ -2693,7 +2910,12 @@
|
|
|
2693
2910
|
},
|
|
2694
2911
|
"opts": {
|
|
2695
2912
|
"in": "body",
|
|
2696
|
-
"type": "object"
|
|
2913
|
+
"type": "object",
|
|
2914
|
+
"properties": {
|
|
2915
|
+
"forceFlowTrigger": {
|
|
2916
|
+
"type": "boolean"
|
|
2917
|
+
}
|
|
2918
|
+
}
|
|
2697
2919
|
}
|
|
2698
2920
|
}
|
|
2699
2921
|
},
|
|
@@ -2920,6 +3142,33 @@
|
|
|
2920
3142
|
"idCamelCase": "system",
|
|
2921
3143
|
"items": {},
|
|
2922
3144
|
"operations": {
|
|
3145
|
+
"getOptionForwardedPort": {
|
|
3146
|
+
"method": "GET",
|
|
3147
|
+
"path": "/option/forwardedPort",
|
|
3148
|
+
"scopes": [
|
|
3149
|
+
"homey.system.readonly"
|
|
3150
|
+
]
|
|
3151
|
+
},
|
|
3152
|
+
"setOptionForwardedPort": {
|
|
3153
|
+
"method": "PUT",
|
|
3154
|
+
"path": "/option/forwardedPort",
|
|
3155
|
+
"scopes": [
|
|
3156
|
+
"homey.system"
|
|
3157
|
+
],
|
|
3158
|
+
"parameters": {
|
|
3159
|
+
"value": {
|
|
3160
|
+
"in": "body",
|
|
3161
|
+
"required": true
|
|
3162
|
+
}
|
|
3163
|
+
}
|
|
3164
|
+
},
|
|
3165
|
+
"unsetOptionForwardedPort": {
|
|
3166
|
+
"method": "DELETE",
|
|
3167
|
+
"path": "/option/forwardedPort",
|
|
3168
|
+
"scopes": [
|
|
3169
|
+
"homey.system"
|
|
3170
|
+
]
|
|
3171
|
+
},
|
|
2923
3172
|
"getState": {
|
|
2924
3173
|
"method": "get",
|
|
2925
3174
|
"path": "/state",
|
|
@@ -3265,8 +3514,15 @@
|
|
|
3265
3514
|
"parameters": {
|
|
3266
3515
|
"user": {
|
|
3267
3516
|
"in": "body",
|
|
3517
|
+
"type": "object",
|
|
3268
3518
|
"root": true,
|
|
3269
|
-
"required": true
|
|
3519
|
+
"required": true,
|
|
3520
|
+
"properties": {
|
|
3521
|
+
"role": {
|
|
3522
|
+
"type": "string",
|
|
3523
|
+
"required": true
|
|
3524
|
+
}
|
|
3525
|
+
}
|
|
3270
3526
|
}
|
|
3271
3527
|
}
|
|
3272
3528
|
},
|
|
@@ -3289,8 +3545,17 @@
|
|
|
3289
3545
|
},
|
|
3290
3546
|
"user": {
|
|
3291
3547
|
"in": "body",
|
|
3548
|
+
"type": "object",
|
|
3292
3549
|
"root": true,
|
|
3293
|
-
"required": true
|
|
3550
|
+
"required": true,
|
|
3551
|
+
"properties": {
|
|
3552
|
+
"role": {
|
|
3553
|
+
"type": "string"
|
|
3554
|
+
},
|
|
3555
|
+
"enabled": {
|
|
3556
|
+
"type": "boolean"
|
|
3557
|
+
}
|
|
3558
|
+
}
|
|
3294
3559
|
}
|
|
3295
3560
|
}
|
|
3296
3561
|
},
|
|
@@ -3532,6 +3797,15 @@
|
|
|
3532
3797
|
],
|
|
3533
3798
|
"parameters": {}
|
|
3534
3799
|
},
|
|
3800
|
+
"flashFirmware": {
|
|
3801
|
+
"method": "put",
|
|
3802
|
+
"path": "/flash-firmware",
|
|
3803
|
+
"private": true,
|
|
3804
|
+
"scopes": [
|
|
3805
|
+
"homey.system"
|
|
3806
|
+
],
|
|
3807
|
+
"parameters": {}
|
|
3808
|
+
},
|
|
3535
3809
|
"runCommand": {
|
|
3536
3810
|
"method": "post",
|
|
3537
3811
|
"path": "/command",
|
|
@@ -3604,8 +3878,23 @@
|
|
|
3604
3878
|
"parameters": {
|
|
3605
3879
|
"zone": {
|
|
3606
3880
|
"in": "body",
|
|
3881
|
+
"type": "object",
|
|
3607
3882
|
"root": true,
|
|
3608
|
-
"required": true
|
|
3883
|
+
"required": true,
|
|
3884
|
+
"properties": {
|
|
3885
|
+
"name": {
|
|
3886
|
+
"type": "string",
|
|
3887
|
+
"required": true
|
|
3888
|
+
},
|
|
3889
|
+
"icon": {
|
|
3890
|
+
"type": "string",
|
|
3891
|
+
"required": true
|
|
3892
|
+
},
|
|
3893
|
+
"parent": {
|
|
3894
|
+
"type": "string",
|
|
3895
|
+
"required": true
|
|
3896
|
+
}
|
|
3897
|
+
}
|
|
3609
3898
|
}
|
|
3610
3899
|
}
|
|
3611
3900
|
},
|
|
@@ -3628,8 +3917,23 @@
|
|
|
3628
3917
|
},
|
|
3629
3918
|
"zone": {
|
|
3630
3919
|
"in": "body",
|
|
3920
|
+
"type": "object",
|
|
3631
3921
|
"root": true,
|
|
3632
|
-
"required": true
|
|
3922
|
+
"required": true,
|
|
3923
|
+
"properties": {
|
|
3924
|
+
"name": {
|
|
3925
|
+
"type": "string",
|
|
3926
|
+
"required": true
|
|
3927
|
+
},
|
|
3928
|
+
"icon": {
|
|
3929
|
+
"type": "string",
|
|
3930
|
+
"required": true
|
|
3931
|
+
},
|
|
3932
|
+
"parent": {
|
|
3933
|
+
"type": "string",
|
|
3934
|
+
"required": true
|
|
3935
|
+
}
|
|
3936
|
+
}
|
|
3633
3937
|
}
|
|
3634
3938
|
}
|
|
3635
3939
|
},
|
|
@@ -3686,6 +3990,15 @@
|
|
|
3686
3990
|
"type": "object"
|
|
3687
3991
|
}
|
|
3688
3992
|
}
|
|
3993
|
+
},
|
|
3994
|
+
"flashFirmware": {
|
|
3995
|
+
"method": "put",
|
|
3996
|
+
"path": "/flash-firmware",
|
|
3997
|
+
"private": true,
|
|
3998
|
+
"scopes": [
|
|
3999
|
+
"homey.system"
|
|
4000
|
+
],
|
|
4001
|
+
"parameters": {}
|
|
3689
4002
|
}
|
|
3690
4003
|
}
|
|
3691
4004
|
}
|