@camstack/addon-provider-reolink 1.2.108 → 1.2.109
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/dist/addon.js +69 -69
- package/dist/addon.mjs +69 -69
- package/package.json +1 -1
package/dist/addon.js
CHANGED
|
@@ -16752,14 +16752,14 @@ var alarmPanelCapability = {
|
|
|
16752
16752
|
code: string().min(1).optional()
|
|
16753
16753
|
}), _void(), {
|
|
16754
16754
|
kind: "mutation",
|
|
16755
|
-
auth: "
|
|
16755
|
+
auth: "protected"
|
|
16756
16756
|
}),
|
|
16757
16757
|
disarm: method(object({
|
|
16758
16758
|
deviceId: number().int().nonnegative(),
|
|
16759
16759
|
code: string().min(1).optional()
|
|
16760
16760
|
}), _void(), {
|
|
16761
16761
|
kind: "mutation",
|
|
16762
|
-
auth: "
|
|
16762
|
+
auth: "protected"
|
|
16763
16763
|
}),
|
|
16764
16764
|
/**
|
|
16765
16765
|
* Force the panel into the `triggered` state — used by HA
|
|
@@ -16770,7 +16770,7 @@ var alarmPanelCapability = {
|
|
|
16770
16770
|
*/
|
|
16771
16771
|
trigger: method(object({ deviceId: number().int().nonnegative() }), _void(), {
|
|
16772
16772
|
kind: "mutation",
|
|
16773
|
-
auth: "
|
|
16773
|
+
auth: "protected"
|
|
16774
16774
|
})
|
|
16775
16775
|
},
|
|
16776
16776
|
status: {
|
|
@@ -24841,7 +24841,7 @@ var brightnessCapability = {
|
|
|
24841
24841
|
percentage: number().min(0).max(100)
|
|
24842
24842
|
}), _void(), {
|
|
24843
24843
|
kind: "mutation",
|
|
24844
|
-
auth: "
|
|
24844
|
+
auth: "protected"
|
|
24845
24845
|
}) },
|
|
24846
24846
|
events: {
|
|
24847
24847
|
/**
|
|
@@ -24874,7 +24874,7 @@ onBrightnessChanged: { data: object({
|
|
|
24874
24874
|
};
|
|
24875
24875
|
DeviceType.Button, method(object({ deviceId: number().int().nonnegative() }), _void(), {
|
|
24876
24876
|
kind: "mutation",
|
|
24877
|
-
auth: "
|
|
24877
|
+
auth: "protected"
|
|
24878
24878
|
});
|
|
24879
24879
|
/**
|
|
24880
24880
|
* camera-credentials — device-scoped cap exposing the camera's network
|
|
@@ -25066,28 +25066,28 @@ var climateControlCapability = {
|
|
|
25066
25066
|
mode: HvacModeSchema
|
|
25067
25067
|
}), _void(), {
|
|
25068
25068
|
kind: "mutation",
|
|
25069
|
-
auth: "
|
|
25069
|
+
auth: "protected"
|
|
25070
25070
|
}),
|
|
25071
25071
|
setFanMode: method(object({
|
|
25072
25072
|
deviceId: number().int().nonnegative(),
|
|
25073
25073
|
fanMode: string().min(1)
|
|
25074
25074
|
}), _void(), {
|
|
25075
25075
|
kind: "mutation",
|
|
25076
|
-
auth: "
|
|
25076
|
+
auth: "protected"
|
|
25077
25077
|
}),
|
|
25078
25078
|
setPreset: method(object({
|
|
25079
25079
|
deviceId: number().int().nonnegative(),
|
|
25080
25080
|
preset: string().min(1)
|
|
25081
25081
|
}), _void(), {
|
|
25082
25082
|
kind: "mutation",
|
|
25083
|
-
auth: "
|
|
25083
|
+
auth: "protected"
|
|
25084
25084
|
}),
|
|
25085
25085
|
setTarget: method(object({
|
|
25086
25086
|
deviceId: number().int().nonnegative(),
|
|
25087
25087
|
target: number()
|
|
25088
25088
|
}), _void(), {
|
|
25089
25089
|
kind: "mutation",
|
|
25090
|
-
auth: "
|
|
25090
|
+
auth: "protected"
|
|
25091
25091
|
}),
|
|
25092
25092
|
setTargetRange: method(object({
|
|
25093
25093
|
deviceId: number().int().nonnegative(),
|
|
@@ -25095,28 +25095,28 @@ var climateControlCapability = {
|
|
|
25095
25095
|
targetHigh: number()
|
|
25096
25096
|
}), _void(), {
|
|
25097
25097
|
kind: "mutation",
|
|
25098
|
-
auth: "
|
|
25098
|
+
auth: "protected"
|
|
25099
25099
|
}),
|
|
25100
25100
|
setTargetHumidity: method(object({
|
|
25101
25101
|
deviceId: number().int().nonnegative(),
|
|
25102
25102
|
targetHumidity: number().min(0).max(100)
|
|
25103
25103
|
}), _void(), {
|
|
25104
25104
|
kind: "mutation",
|
|
25105
|
-
auth: "
|
|
25105
|
+
auth: "protected"
|
|
25106
25106
|
}),
|
|
25107
25107
|
setSwingVertical: method(object({
|
|
25108
25108
|
deviceId: number().int().nonnegative(),
|
|
25109
25109
|
on: boolean()
|
|
25110
25110
|
}), _void(), {
|
|
25111
25111
|
kind: "mutation",
|
|
25112
|
-
auth: "
|
|
25112
|
+
auth: "protected"
|
|
25113
25113
|
}),
|
|
25114
25114
|
setSwingHorizontal: method(object({
|
|
25115
25115
|
deviceId: number().int().nonnegative(),
|
|
25116
25116
|
on: boolean()
|
|
25117
25117
|
}), _void(), {
|
|
25118
25118
|
kind: "mutation",
|
|
25119
|
-
auth: "
|
|
25119
|
+
auth: "protected"
|
|
25120
25120
|
})
|
|
25121
25121
|
},
|
|
25122
25122
|
status: {
|
|
@@ -25216,7 +25216,7 @@ var colorCapability = {
|
|
|
25216
25216
|
color: ColorInputSchema
|
|
25217
25217
|
}), _void(), {
|
|
25218
25218
|
kind: "mutation",
|
|
25219
|
-
auth: "
|
|
25219
|
+
auth: "protected"
|
|
25220
25220
|
}) },
|
|
25221
25221
|
events: {
|
|
25222
25222
|
/**
|
|
@@ -25545,7 +25545,7 @@ var controlCapability = {
|
|
|
25545
25545
|
control: ControlSetValueInputSchema
|
|
25546
25546
|
}), _void(), {
|
|
25547
25547
|
kind: "mutation",
|
|
25548
|
-
auth: "
|
|
25548
|
+
auth: "protected"
|
|
25549
25549
|
}) },
|
|
25550
25550
|
status: {
|
|
25551
25551
|
schema: ControlStatusSchema,
|
|
@@ -25591,29 +25591,29 @@ var coverCapability = {
|
|
|
25591
25591
|
methods: {
|
|
25592
25592
|
open: method(object({ deviceId: number().int().nonnegative() }), _void(), {
|
|
25593
25593
|
kind: "mutation",
|
|
25594
|
-
auth: "
|
|
25594
|
+
auth: "protected"
|
|
25595
25595
|
}),
|
|
25596
25596
|
close: method(object({ deviceId: number().int().nonnegative() }), _void(), {
|
|
25597
25597
|
kind: "mutation",
|
|
25598
|
-
auth: "
|
|
25598
|
+
auth: "protected"
|
|
25599
25599
|
}),
|
|
25600
25600
|
stop: method(object({ deviceId: number().int().nonnegative() }), _void(), {
|
|
25601
25601
|
kind: "mutation",
|
|
25602
|
-
auth: "
|
|
25602
|
+
auth: "protected"
|
|
25603
25603
|
}),
|
|
25604
25604
|
setPosition: method(object({
|
|
25605
25605
|
deviceId: number().int().nonnegative(),
|
|
25606
25606
|
position: number().min(0).max(100)
|
|
25607
25607
|
}), _void(), {
|
|
25608
25608
|
kind: "mutation",
|
|
25609
|
-
auth: "
|
|
25609
|
+
auth: "protected"
|
|
25610
25610
|
}),
|
|
25611
25611
|
setTiltPosition: method(object({
|
|
25612
25612
|
deviceId: number().int().nonnegative(),
|
|
25613
25613
|
tiltPosition: number().min(0).max(100)
|
|
25614
25614
|
}), _void(), {
|
|
25615
25615
|
kind: "mutation",
|
|
25616
|
-
auth: "
|
|
25616
|
+
auth: "protected"
|
|
25617
25617
|
})
|
|
25618
25618
|
},
|
|
25619
25619
|
status: {
|
|
@@ -26396,28 +26396,28 @@ var fanControlCapability = {
|
|
|
26396
26396
|
percentage: number().min(0).max(100)
|
|
26397
26397
|
}), _void(), {
|
|
26398
26398
|
kind: "mutation",
|
|
26399
|
-
auth: "
|
|
26399
|
+
auth: "protected"
|
|
26400
26400
|
}),
|
|
26401
26401
|
setPreset: method(object({
|
|
26402
26402
|
deviceId: number().int().nonnegative(),
|
|
26403
26403
|
preset: string().min(1)
|
|
26404
26404
|
}), _void(), {
|
|
26405
26405
|
kind: "mutation",
|
|
26406
|
-
auth: "
|
|
26406
|
+
auth: "protected"
|
|
26407
26407
|
}),
|
|
26408
26408
|
setDirection: method(object({
|
|
26409
26409
|
deviceId: number().int().nonnegative(),
|
|
26410
26410
|
direction: FanDirectionSchema
|
|
26411
26411
|
}), _void(), {
|
|
26412
26412
|
kind: "mutation",
|
|
26413
|
-
auth: "
|
|
26413
|
+
auth: "protected"
|
|
26414
26414
|
}),
|
|
26415
26415
|
setOscillating: method(object({
|
|
26416
26416
|
deviceId: number().int().nonnegative(),
|
|
26417
26417
|
oscillating: boolean()
|
|
26418
26418
|
}), _void(), {
|
|
26419
26419
|
kind: "mutation",
|
|
26420
|
-
auth: "
|
|
26420
|
+
auth: "protected"
|
|
26421
26421
|
})
|
|
26422
26422
|
},
|
|
26423
26423
|
status: {
|
|
@@ -26639,21 +26639,21 @@ var humidifierCapability = {
|
|
|
26639
26639
|
on: boolean()
|
|
26640
26640
|
}), _void(), {
|
|
26641
26641
|
kind: "mutation",
|
|
26642
|
-
auth: "
|
|
26642
|
+
auth: "protected"
|
|
26643
26643
|
}),
|
|
26644
26644
|
setTargetHumidity: method(object({
|
|
26645
26645
|
deviceId: number().int().nonnegative(),
|
|
26646
26646
|
humidity: number().min(0).max(100)
|
|
26647
26647
|
}), _void(), {
|
|
26648
26648
|
kind: "mutation",
|
|
26649
|
-
auth: "
|
|
26649
|
+
auth: "protected"
|
|
26650
26650
|
}),
|
|
26651
26651
|
setMode: method(object({
|
|
26652
26652
|
deviceId: number().int().nonnegative(),
|
|
26653
26653
|
mode: string().min(1)
|
|
26654
26654
|
}), _void(), {
|
|
26655
26655
|
kind: "mutation",
|
|
26656
|
-
auth: "
|
|
26656
|
+
auth: "protected"
|
|
26657
26657
|
})
|
|
26658
26658
|
},
|
|
26659
26659
|
status: {
|
|
@@ -27354,15 +27354,15 @@ var lawnMowerControlCapability = {
|
|
|
27354
27354
|
methods: {
|
|
27355
27355
|
startMowing: method(object({ deviceId: number().int().nonnegative() }), _void(), {
|
|
27356
27356
|
kind: "mutation",
|
|
27357
|
-
auth: "
|
|
27357
|
+
auth: "protected"
|
|
27358
27358
|
}),
|
|
27359
27359
|
pause: method(object({ deviceId: number().int().nonnegative() }), _void(), {
|
|
27360
27360
|
kind: "mutation",
|
|
27361
|
-
auth: "
|
|
27361
|
+
auth: "protected"
|
|
27362
27362
|
}),
|
|
27363
27363
|
dock: method(object({ deviceId: number().int().nonnegative() }), _void(), {
|
|
27364
27364
|
kind: "mutation",
|
|
27365
|
-
auth: "
|
|
27365
|
+
auth: "protected"
|
|
27366
27366
|
})
|
|
27367
27367
|
},
|
|
27368
27368
|
status: {
|
|
@@ -27647,18 +27647,18 @@ var lockControlCapability = {
|
|
|
27647
27647
|
code: string().min(1).optional()
|
|
27648
27648
|
}), _void(), {
|
|
27649
27649
|
kind: "mutation",
|
|
27650
|
-
auth: "
|
|
27650
|
+
auth: "protected"
|
|
27651
27651
|
}),
|
|
27652
27652
|
unlock: method(object({
|
|
27653
27653
|
deviceId: number().int().nonnegative(),
|
|
27654
27654
|
code: string().min(1).optional()
|
|
27655
27655
|
}), _void(), {
|
|
27656
27656
|
kind: "mutation",
|
|
27657
|
-
auth: "
|
|
27657
|
+
auth: "protected"
|
|
27658
27658
|
}),
|
|
27659
27659
|
open: method(object({ deviceId: number().int().nonnegative() }), _void(), {
|
|
27660
27660
|
kind: "mutation",
|
|
27661
|
-
auth: "
|
|
27661
|
+
auth: "protected"
|
|
27662
27662
|
})
|
|
27663
27663
|
},
|
|
27664
27664
|
status: {
|
|
@@ -27761,65 +27761,65 @@ var mediaPlayerCapability = {
|
|
|
27761
27761
|
methods: {
|
|
27762
27762
|
play: method(object({ deviceId: number().int().nonnegative() }), _void(), {
|
|
27763
27763
|
kind: "mutation",
|
|
27764
|
-
auth: "
|
|
27764
|
+
auth: "protected"
|
|
27765
27765
|
}),
|
|
27766
27766
|
pause: method(object({ deviceId: number().int().nonnegative() }), _void(), {
|
|
27767
27767
|
kind: "mutation",
|
|
27768
|
-
auth: "
|
|
27768
|
+
auth: "protected"
|
|
27769
27769
|
}),
|
|
27770
27770
|
stop: method(object({ deviceId: number().int().nonnegative() }), _void(), {
|
|
27771
27771
|
kind: "mutation",
|
|
27772
|
-
auth: "
|
|
27772
|
+
auth: "protected"
|
|
27773
27773
|
}),
|
|
27774
27774
|
next: method(object({ deviceId: number().int().nonnegative() }), _void(), {
|
|
27775
27775
|
kind: "mutation",
|
|
27776
|
-
auth: "
|
|
27776
|
+
auth: "protected"
|
|
27777
27777
|
}),
|
|
27778
27778
|
previous: method(object({ deviceId: number().int().nonnegative() }), _void(), {
|
|
27779
27779
|
kind: "mutation",
|
|
27780
|
-
auth: "
|
|
27780
|
+
auth: "protected"
|
|
27781
27781
|
}),
|
|
27782
27782
|
seek: method(object({
|
|
27783
27783
|
deviceId: number().int().nonnegative(),
|
|
27784
27784
|
positionMs: number().int().nonnegative()
|
|
27785
27785
|
}), _void(), {
|
|
27786
27786
|
kind: "mutation",
|
|
27787
|
-
auth: "
|
|
27787
|
+
auth: "protected"
|
|
27788
27788
|
}),
|
|
27789
27789
|
setVolume: method(object({
|
|
27790
27790
|
deviceId: number().int().nonnegative(),
|
|
27791
27791
|
volumeLevel: number().min(0).max(100)
|
|
27792
27792
|
}), _void(), {
|
|
27793
27793
|
kind: "mutation",
|
|
27794
|
-
auth: "
|
|
27794
|
+
auth: "protected"
|
|
27795
27795
|
}),
|
|
27796
27796
|
setMute: method(object({
|
|
27797
27797
|
deviceId: number().int().nonnegative(),
|
|
27798
27798
|
muted: boolean()
|
|
27799
27799
|
}), _void(), {
|
|
27800
27800
|
kind: "mutation",
|
|
27801
|
-
auth: "
|
|
27801
|
+
auth: "protected"
|
|
27802
27802
|
}),
|
|
27803
27803
|
setShuffle: method(object({
|
|
27804
27804
|
deviceId: number().int().nonnegative(),
|
|
27805
27805
|
shuffle: boolean()
|
|
27806
27806
|
}), _void(), {
|
|
27807
27807
|
kind: "mutation",
|
|
27808
|
-
auth: "
|
|
27808
|
+
auth: "protected"
|
|
27809
27809
|
}),
|
|
27810
27810
|
setRepeat: method(object({
|
|
27811
27811
|
deviceId: number().int().nonnegative(),
|
|
27812
27812
|
repeat: MediaPlayerRepeatSchema
|
|
27813
27813
|
}), _void(), {
|
|
27814
27814
|
kind: "mutation",
|
|
27815
|
-
auth: "
|
|
27815
|
+
auth: "protected"
|
|
27816
27816
|
}),
|
|
27817
27817
|
selectSource: method(object({
|
|
27818
27818
|
deviceId: number().int().nonnegative(),
|
|
27819
27819
|
source: string().min(1)
|
|
27820
27820
|
}), _void(), {
|
|
27821
27821
|
kind: "mutation",
|
|
27822
|
-
auth: "
|
|
27822
|
+
auth: "protected"
|
|
27823
27823
|
}),
|
|
27824
27824
|
playMedia: method(object({
|
|
27825
27825
|
deviceId: number().int().nonnegative(),
|
|
@@ -27830,7 +27830,7 @@ var mediaPlayerCapability = {
|
|
|
27830
27830
|
mediaType: string().min(1)
|
|
27831
27831
|
}), _void(), {
|
|
27832
27832
|
kind: "mutation",
|
|
27833
|
-
auth: "
|
|
27833
|
+
auth: "protected"
|
|
27834
27834
|
})
|
|
27835
27835
|
},
|
|
27836
27836
|
status: {
|
|
@@ -29443,27 +29443,27 @@ var petFeederCapability = {
|
|
|
29443
29443
|
hopper2: gramsPortion.optional()
|
|
29444
29444
|
}), _void(), {
|
|
29445
29445
|
kind: "mutation",
|
|
29446
|
-
auth: "
|
|
29446
|
+
auth: "protected"
|
|
29447
29447
|
}),
|
|
29448
29448
|
/** Cancel an in-progress manual feed. */
|
|
29449
29449
|
cancelFeed: method(object({ deviceId: number().int().nonnegative() }), _void(), {
|
|
29450
29450
|
kind: "mutation",
|
|
29451
|
-
auth: "
|
|
29451
|
+
auth: "protected"
|
|
29452
29452
|
}),
|
|
29453
29453
|
/** Reset the desiccant "days remaining" counter after replacing it. */
|
|
29454
29454
|
resetDesiccant: method(object({ deviceId: number().int().nonnegative() }), _void(), {
|
|
29455
29455
|
kind: "mutation",
|
|
29456
|
-
auth: "
|
|
29456
|
+
auth: "protected"
|
|
29457
29457
|
}),
|
|
29458
29458
|
/** Mark a hopper as refilled (D4H/D4S/D4SH). */
|
|
29459
29459
|
markFoodReplenished: method(object({ deviceId: number().int().nonnegative() }), _void(), {
|
|
29460
29460
|
kind: "mutation",
|
|
29461
|
-
auth: "
|
|
29461
|
+
auth: "protected"
|
|
29462
29462
|
}),
|
|
29463
29463
|
/** Call the pet with the recorded prompt (D3). */
|
|
29464
29464
|
callPet: method(object({ deviceId: number().int().nonnegative() }), _void(), {
|
|
29465
29465
|
kind: "mutation",
|
|
29466
|
-
auth: "
|
|
29466
|
+
auth: "protected"
|
|
29467
29467
|
}),
|
|
29468
29468
|
/** Play a stored sound by id (D3 / D4H / D4SH). */
|
|
29469
29469
|
playSound: method(object({
|
|
@@ -29471,7 +29471,7 @@ var petFeederCapability = {
|
|
|
29471
29471
|
soundId: number().int().nonnegative()
|
|
29472
29472
|
}), _void(), {
|
|
29473
29473
|
kind: "mutation",
|
|
29474
|
-
auth: "
|
|
29474
|
+
auth: "protected"
|
|
29475
29475
|
}),
|
|
29476
29476
|
/** Toggle the child-lock (manual-lock) setting. */
|
|
29477
29477
|
setChildLock: method(object({
|
|
@@ -29479,7 +29479,7 @@ var petFeederCapability = {
|
|
|
29479
29479
|
on: boolean()
|
|
29480
29480
|
}), _void(), {
|
|
29481
29481
|
kind: "mutation",
|
|
29482
|
-
auth: "
|
|
29482
|
+
auth: "protected"
|
|
29483
29483
|
}),
|
|
29484
29484
|
/** Toggle the front indicator light. */
|
|
29485
29485
|
setIndicatorLight: method(object({
|
|
@@ -29487,7 +29487,7 @@ var petFeederCapability = {
|
|
|
29487
29487
|
on: boolean()
|
|
29488
29488
|
}), _void(), {
|
|
29489
29489
|
kind: "mutation",
|
|
29490
|
-
auth: "
|
|
29490
|
+
auth: "protected"
|
|
29491
29491
|
}),
|
|
29492
29492
|
/** Toggle the dispense chime. */
|
|
29493
29493
|
setFeedSound: method(object({
|
|
@@ -29495,7 +29495,7 @@ var petFeederCapability = {
|
|
|
29495
29495
|
on: boolean()
|
|
29496
29496
|
}), _void(), {
|
|
29497
29497
|
kind: "mutation",
|
|
29498
|
-
auth: "
|
|
29498
|
+
auth: "protected"
|
|
29499
29499
|
}),
|
|
29500
29500
|
/** Set the speaker / prompt volume level. */
|
|
29501
29501
|
setVolume: method(object({
|
|
@@ -29503,7 +29503,7 @@ var petFeederCapability = {
|
|
|
29503
29503
|
level: number().int().nonnegative()
|
|
29504
29504
|
}), _void(), {
|
|
29505
29505
|
kind: "mutation",
|
|
29506
|
-
auth: "
|
|
29506
|
+
auth: "protected"
|
|
29507
29507
|
})
|
|
29508
29508
|
},
|
|
29509
29509
|
status: {
|
|
@@ -32084,7 +32084,7 @@ var switchCapability = {
|
|
|
32084
32084
|
on: boolean()
|
|
32085
32085
|
}), _void(), {
|
|
32086
32086
|
kind: "mutation",
|
|
32087
|
-
auth: "
|
|
32087
|
+
auth: "protected"
|
|
32088
32088
|
}) },
|
|
32089
32089
|
events: { onStateChanged: { data: object({
|
|
32090
32090
|
deviceId: number(),
|
|
@@ -33072,30 +33072,30 @@ var vacuumControlCapability = {
|
|
|
33072
33072
|
methods: {
|
|
33073
33073
|
start: method(object({ deviceId: number().int().nonnegative() }), _void(), {
|
|
33074
33074
|
kind: "mutation",
|
|
33075
|
-
auth: "
|
|
33075
|
+
auth: "protected"
|
|
33076
33076
|
}),
|
|
33077
33077
|
pause: method(object({ deviceId: number().int().nonnegative() }), _void(), {
|
|
33078
33078
|
kind: "mutation",
|
|
33079
|
-
auth: "
|
|
33079
|
+
auth: "protected"
|
|
33080
33080
|
}),
|
|
33081
33081
|
stop: method(object({ deviceId: number().int().nonnegative() }), _void(), {
|
|
33082
33082
|
kind: "mutation",
|
|
33083
|
-
auth: "
|
|
33083
|
+
auth: "protected"
|
|
33084
33084
|
}),
|
|
33085
33085
|
returnToBase: method(object({ deviceId: number().int().nonnegative() }), _void(), {
|
|
33086
33086
|
kind: "mutation",
|
|
33087
|
-
auth: "
|
|
33087
|
+
auth: "protected"
|
|
33088
33088
|
}),
|
|
33089
33089
|
locate: method(object({ deviceId: number().int().nonnegative() }), _void(), {
|
|
33090
33090
|
kind: "mutation",
|
|
33091
|
-
auth: "
|
|
33091
|
+
auth: "protected"
|
|
33092
33092
|
}),
|
|
33093
33093
|
setFanSpeed: method(object({
|
|
33094
33094
|
deviceId: number().int().nonnegative(),
|
|
33095
33095
|
speed: string().min(1)
|
|
33096
33096
|
}), _void(), {
|
|
33097
33097
|
kind: "mutation",
|
|
33098
|
-
auth: "
|
|
33098
|
+
auth: "protected"
|
|
33099
33099
|
})
|
|
33100
33100
|
},
|
|
33101
33101
|
status: {
|
|
@@ -33139,22 +33139,22 @@ var valveCapability = {
|
|
|
33139
33139
|
methods: {
|
|
33140
33140
|
open: method(object({ deviceId: number().int().nonnegative() }), _void(), {
|
|
33141
33141
|
kind: "mutation",
|
|
33142
|
-
auth: "
|
|
33142
|
+
auth: "protected"
|
|
33143
33143
|
}),
|
|
33144
33144
|
close: method(object({ deviceId: number().int().nonnegative() }), _void(), {
|
|
33145
33145
|
kind: "mutation",
|
|
33146
|
-
auth: "
|
|
33146
|
+
auth: "protected"
|
|
33147
33147
|
}),
|
|
33148
33148
|
stop: method(object({ deviceId: number().int().nonnegative() }), _void(), {
|
|
33149
33149
|
kind: "mutation",
|
|
33150
|
-
auth: "
|
|
33150
|
+
auth: "protected"
|
|
33151
33151
|
}),
|
|
33152
33152
|
setPosition: method(object({
|
|
33153
33153
|
deviceId: number().int().nonnegative(),
|
|
33154
33154
|
position: number().min(0).max(100)
|
|
33155
33155
|
}), _void(), {
|
|
33156
33156
|
kind: "mutation",
|
|
33157
|
-
auth: "
|
|
33157
|
+
auth: "protected"
|
|
33158
33158
|
})
|
|
33159
33159
|
},
|
|
33160
33160
|
status: {
|
|
@@ -33253,21 +33253,21 @@ var waterHeaterCapability = {
|
|
|
33253
33253
|
temp: number().finite()
|
|
33254
33254
|
}), _void(), {
|
|
33255
33255
|
kind: "mutation",
|
|
33256
|
-
auth: "
|
|
33256
|
+
auth: "protected"
|
|
33257
33257
|
}),
|
|
33258
33258
|
setOperationMode: method(object({
|
|
33259
33259
|
deviceId: number().int().nonnegative(),
|
|
33260
33260
|
mode: string().min(1)
|
|
33261
33261
|
}), _void(), {
|
|
33262
33262
|
kind: "mutation",
|
|
33263
|
-
auth: "
|
|
33263
|
+
auth: "protected"
|
|
33264
33264
|
}),
|
|
33265
33265
|
setAway: method(object({
|
|
33266
33266
|
deviceId: number().int().nonnegative(),
|
|
33267
33267
|
on: boolean()
|
|
33268
33268
|
}), _void(), {
|
|
33269
33269
|
kind: "mutation",
|
|
33270
|
-
auth: "
|
|
33270
|
+
auth: "protected"
|
|
33271
33271
|
})
|
|
33272
33272
|
},
|
|
33273
33273
|
status: {
|
package/dist/addon.mjs
CHANGED
|
@@ -16747,14 +16747,14 @@ var alarmPanelCapability = {
|
|
|
16747
16747
|
code: string().min(1).optional()
|
|
16748
16748
|
}), _void(), {
|
|
16749
16749
|
kind: "mutation",
|
|
16750
|
-
auth: "
|
|
16750
|
+
auth: "protected"
|
|
16751
16751
|
}),
|
|
16752
16752
|
disarm: method(object({
|
|
16753
16753
|
deviceId: number().int().nonnegative(),
|
|
16754
16754
|
code: string().min(1).optional()
|
|
16755
16755
|
}), _void(), {
|
|
16756
16756
|
kind: "mutation",
|
|
16757
|
-
auth: "
|
|
16757
|
+
auth: "protected"
|
|
16758
16758
|
}),
|
|
16759
16759
|
/**
|
|
16760
16760
|
* Force the panel into the `triggered` state — used by HA
|
|
@@ -16765,7 +16765,7 @@ var alarmPanelCapability = {
|
|
|
16765
16765
|
*/
|
|
16766
16766
|
trigger: method(object({ deviceId: number().int().nonnegative() }), _void(), {
|
|
16767
16767
|
kind: "mutation",
|
|
16768
|
-
auth: "
|
|
16768
|
+
auth: "protected"
|
|
16769
16769
|
})
|
|
16770
16770
|
},
|
|
16771
16771
|
status: {
|
|
@@ -24836,7 +24836,7 @@ var brightnessCapability = {
|
|
|
24836
24836
|
percentage: number().min(0).max(100)
|
|
24837
24837
|
}), _void(), {
|
|
24838
24838
|
kind: "mutation",
|
|
24839
|
-
auth: "
|
|
24839
|
+
auth: "protected"
|
|
24840
24840
|
}) },
|
|
24841
24841
|
events: {
|
|
24842
24842
|
/**
|
|
@@ -24869,7 +24869,7 @@ onBrightnessChanged: { data: object({
|
|
|
24869
24869
|
};
|
|
24870
24870
|
DeviceType.Button, method(object({ deviceId: number().int().nonnegative() }), _void(), {
|
|
24871
24871
|
kind: "mutation",
|
|
24872
|
-
auth: "
|
|
24872
|
+
auth: "protected"
|
|
24873
24873
|
});
|
|
24874
24874
|
/**
|
|
24875
24875
|
* camera-credentials — device-scoped cap exposing the camera's network
|
|
@@ -25061,28 +25061,28 @@ var climateControlCapability = {
|
|
|
25061
25061
|
mode: HvacModeSchema
|
|
25062
25062
|
}), _void(), {
|
|
25063
25063
|
kind: "mutation",
|
|
25064
|
-
auth: "
|
|
25064
|
+
auth: "protected"
|
|
25065
25065
|
}),
|
|
25066
25066
|
setFanMode: method(object({
|
|
25067
25067
|
deviceId: number().int().nonnegative(),
|
|
25068
25068
|
fanMode: string().min(1)
|
|
25069
25069
|
}), _void(), {
|
|
25070
25070
|
kind: "mutation",
|
|
25071
|
-
auth: "
|
|
25071
|
+
auth: "protected"
|
|
25072
25072
|
}),
|
|
25073
25073
|
setPreset: method(object({
|
|
25074
25074
|
deviceId: number().int().nonnegative(),
|
|
25075
25075
|
preset: string().min(1)
|
|
25076
25076
|
}), _void(), {
|
|
25077
25077
|
kind: "mutation",
|
|
25078
|
-
auth: "
|
|
25078
|
+
auth: "protected"
|
|
25079
25079
|
}),
|
|
25080
25080
|
setTarget: method(object({
|
|
25081
25081
|
deviceId: number().int().nonnegative(),
|
|
25082
25082
|
target: number()
|
|
25083
25083
|
}), _void(), {
|
|
25084
25084
|
kind: "mutation",
|
|
25085
|
-
auth: "
|
|
25085
|
+
auth: "protected"
|
|
25086
25086
|
}),
|
|
25087
25087
|
setTargetRange: method(object({
|
|
25088
25088
|
deviceId: number().int().nonnegative(),
|
|
@@ -25090,28 +25090,28 @@ var climateControlCapability = {
|
|
|
25090
25090
|
targetHigh: number()
|
|
25091
25091
|
}), _void(), {
|
|
25092
25092
|
kind: "mutation",
|
|
25093
|
-
auth: "
|
|
25093
|
+
auth: "protected"
|
|
25094
25094
|
}),
|
|
25095
25095
|
setTargetHumidity: method(object({
|
|
25096
25096
|
deviceId: number().int().nonnegative(),
|
|
25097
25097
|
targetHumidity: number().min(0).max(100)
|
|
25098
25098
|
}), _void(), {
|
|
25099
25099
|
kind: "mutation",
|
|
25100
|
-
auth: "
|
|
25100
|
+
auth: "protected"
|
|
25101
25101
|
}),
|
|
25102
25102
|
setSwingVertical: method(object({
|
|
25103
25103
|
deviceId: number().int().nonnegative(),
|
|
25104
25104
|
on: boolean()
|
|
25105
25105
|
}), _void(), {
|
|
25106
25106
|
kind: "mutation",
|
|
25107
|
-
auth: "
|
|
25107
|
+
auth: "protected"
|
|
25108
25108
|
}),
|
|
25109
25109
|
setSwingHorizontal: method(object({
|
|
25110
25110
|
deviceId: number().int().nonnegative(),
|
|
25111
25111
|
on: boolean()
|
|
25112
25112
|
}), _void(), {
|
|
25113
25113
|
kind: "mutation",
|
|
25114
|
-
auth: "
|
|
25114
|
+
auth: "protected"
|
|
25115
25115
|
})
|
|
25116
25116
|
},
|
|
25117
25117
|
status: {
|
|
@@ -25211,7 +25211,7 @@ var colorCapability = {
|
|
|
25211
25211
|
color: ColorInputSchema
|
|
25212
25212
|
}), _void(), {
|
|
25213
25213
|
kind: "mutation",
|
|
25214
|
-
auth: "
|
|
25214
|
+
auth: "protected"
|
|
25215
25215
|
}) },
|
|
25216
25216
|
events: {
|
|
25217
25217
|
/**
|
|
@@ -25540,7 +25540,7 @@ var controlCapability = {
|
|
|
25540
25540
|
control: ControlSetValueInputSchema
|
|
25541
25541
|
}), _void(), {
|
|
25542
25542
|
kind: "mutation",
|
|
25543
|
-
auth: "
|
|
25543
|
+
auth: "protected"
|
|
25544
25544
|
}) },
|
|
25545
25545
|
status: {
|
|
25546
25546
|
schema: ControlStatusSchema,
|
|
@@ -25586,29 +25586,29 @@ var coverCapability = {
|
|
|
25586
25586
|
methods: {
|
|
25587
25587
|
open: method(object({ deviceId: number().int().nonnegative() }), _void(), {
|
|
25588
25588
|
kind: "mutation",
|
|
25589
|
-
auth: "
|
|
25589
|
+
auth: "protected"
|
|
25590
25590
|
}),
|
|
25591
25591
|
close: method(object({ deviceId: number().int().nonnegative() }), _void(), {
|
|
25592
25592
|
kind: "mutation",
|
|
25593
|
-
auth: "
|
|
25593
|
+
auth: "protected"
|
|
25594
25594
|
}),
|
|
25595
25595
|
stop: method(object({ deviceId: number().int().nonnegative() }), _void(), {
|
|
25596
25596
|
kind: "mutation",
|
|
25597
|
-
auth: "
|
|
25597
|
+
auth: "protected"
|
|
25598
25598
|
}),
|
|
25599
25599
|
setPosition: method(object({
|
|
25600
25600
|
deviceId: number().int().nonnegative(),
|
|
25601
25601
|
position: number().min(0).max(100)
|
|
25602
25602
|
}), _void(), {
|
|
25603
25603
|
kind: "mutation",
|
|
25604
|
-
auth: "
|
|
25604
|
+
auth: "protected"
|
|
25605
25605
|
}),
|
|
25606
25606
|
setTiltPosition: method(object({
|
|
25607
25607
|
deviceId: number().int().nonnegative(),
|
|
25608
25608
|
tiltPosition: number().min(0).max(100)
|
|
25609
25609
|
}), _void(), {
|
|
25610
25610
|
kind: "mutation",
|
|
25611
|
-
auth: "
|
|
25611
|
+
auth: "protected"
|
|
25612
25612
|
})
|
|
25613
25613
|
},
|
|
25614
25614
|
status: {
|
|
@@ -26391,28 +26391,28 @@ var fanControlCapability = {
|
|
|
26391
26391
|
percentage: number().min(0).max(100)
|
|
26392
26392
|
}), _void(), {
|
|
26393
26393
|
kind: "mutation",
|
|
26394
|
-
auth: "
|
|
26394
|
+
auth: "protected"
|
|
26395
26395
|
}),
|
|
26396
26396
|
setPreset: method(object({
|
|
26397
26397
|
deviceId: number().int().nonnegative(),
|
|
26398
26398
|
preset: string().min(1)
|
|
26399
26399
|
}), _void(), {
|
|
26400
26400
|
kind: "mutation",
|
|
26401
|
-
auth: "
|
|
26401
|
+
auth: "protected"
|
|
26402
26402
|
}),
|
|
26403
26403
|
setDirection: method(object({
|
|
26404
26404
|
deviceId: number().int().nonnegative(),
|
|
26405
26405
|
direction: FanDirectionSchema
|
|
26406
26406
|
}), _void(), {
|
|
26407
26407
|
kind: "mutation",
|
|
26408
|
-
auth: "
|
|
26408
|
+
auth: "protected"
|
|
26409
26409
|
}),
|
|
26410
26410
|
setOscillating: method(object({
|
|
26411
26411
|
deviceId: number().int().nonnegative(),
|
|
26412
26412
|
oscillating: boolean()
|
|
26413
26413
|
}), _void(), {
|
|
26414
26414
|
kind: "mutation",
|
|
26415
|
-
auth: "
|
|
26415
|
+
auth: "protected"
|
|
26416
26416
|
})
|
|
26417
26417
|
},
|
|
26418
26418
|
status: {
|
|
@@ -26634,21 +26634,21 @@ var humidifierCapability = {
|
|
|
26634
26634
|
on: boolean()
|
|
26635
26635
|
}), _void(), {
|
|
26636
26636
|
kind: "mutation",
|
|
26637
|
-
auth: "
|
|
26637
|
+
auth: "protected"
|
|
26638
26638
|
}),
|
|
26639
26639
|
setTargetHumidity: method(object({
|
|
26640
26640
|
deviceId: number().int().nonnegative(),
|
|
26641
26641
|
humidity: number().min(0).max(100)
|
|
26642
26642
|
}), _void(), {
|
|
26643
26643
|
kind: "mutation",
|
|
26644
|
-
auth: "
|
|
26644
|
+
auth: "protected"
|
|
26645
26645
|
}),
|
|
26646
26646
|
setMode: method(object({
|
|
26647
26647
|
deviceId: number().int().nonnegative(),
|
|
26648
26648
|
mode: string().min(1)
|
|
26649
26649
|
}), _void(), {
|
|
26650
26650
|
kind: "mutation",
|
|
26651
|
-
auth: "
|
|
26651
|
+
auth: "protected"
|
|
26652
26652
|
})
|
|
26653
26653
|
},
|
|
26654
26654
|
status: {
|
|
@@ -27349,15 +27349,15 @@ var lawnMowerControlCapability = {
|
|
|
27349
27349
|
methods: {
|
|
27350
27350
|
startMowing: method(object({ deviceId: number().int().nonnegative() }), _void(), {
|
|
27351
27351
|
kind: "mutation",
|
|
27352
|
-
auth: "
|
|
27352
|
+
auth: "protected"
|
|
27353
27353
|
}),
|
|
27354
27354
|
pause: method(object({ deviceId: number().int().nonnegative() }), _void(), {
|
|
27355
27355
|
kind: "mutation",
|
|
27356
|
-
auth: "
|
|
27356
|
+
auth: "protected"
|
|
27357
27357
|
}),
|
|
27358
27358
|
dock: method(object({ deviceId: number().int().nonnegative() }), _void(), {
|
|
27359
27359
|
kind: "mutation",
|
|
27360
|
-
auth: "
|
|
27360
|
+
auth: "protected"
|
|
27361
27361
|
})
|
|
27362
27362
|
},
|
|
27363
27363
|
status: {
|
|
@@ -27642,18 +27642,18 @@ var lockControlCapability = {
|
|
|
27642
27642
|
code: string().min(1).optional()
|
|
27643
27643
|
}), _void(), {
|
|
27644
27644
|
kind: "mutation",
|
|
27645
|
-
auth: "
|
|
27645
|
+
auth: "protected"
|
|
27646
27646
|
}),
|
|
27647
27647
|
unlock: method(object({
|
|
27648
27648
|
deviceId: number().int().nonnegative(),
|
|
27649
27649
|
code: string().min(1).optional()
|
|
27650
27650
|
}), _void(), {
|
|
27651
27651
|
kind: "mutation",
|
|
27652
|
-
auth: "
|
|
27652
|
+
auth: "protected"
|
|
27653
27653
|
}),
|
|
27654
27654
|
open: method(object({ deviceId: number().int().nonnegative() }), _void(), {
|
|
27655
27655
|
kind: "mutation",
|
|
27656
|
-
auth: "
|
|
27656
|
+
auth: "protected"
|
|
27657
27657
|
})
|
|
27658
27658
|
},
|
|
27659
27659
|
status: {
|
|
@@ -27756,65 +27756,65 @@ var mediaPlayerCapability = {
|
|
|
27756
27756
|
methods: {
|
|
27757
27757
|
play: method(object({ deviceId: number().int().nonnegative() }), _void(), {
|
|
27758
27758
|
kind: "mutation",
|
|
27759
|
-
auth: "
|
|
27759
|
+
auth: "protected"
|
|
27760
27760
|
}),
|
|
27761
27761
|
pause: method(object({ deviceId: number().int().nonnegative() }), _void(), {
|
|
27762
27762
|
kind: "mutation",
|
|
27763
|
-
auth: "
|
|
27763
|
+
auth: "protected"
|
|
27764
27764
|
}),
|
|
27765
27765
|
stop: method(object({ deviceId: number().int().nonnegative() }), _void(), {
|
|
27766
27766
|
kind: "mutation",
|
|
27767
|
-
auth: "
|
|
27767
|
+
auth: "protected"
|
|
27768
27768
|
}),
|
|
27769
27769
|
next: method(object({ deviceId: number().int().nonnegative() }), _void(), {
|
|
27770
27770
|
kind: "mutation",
|
|
27771
|
-
auth: "
|
|
27771
|
+
auth: "protected"
|
|
27772
27772
|
}),
|
|
27773
27773
|
previous: method(object({ deviceId: number().int().nonnegative() }), _void(), {
|
|
27774
27774
|
kind: "mutation",
|
|
27775
|
-
auth: "
|
|
27775
|
+
auth: "protected"
|
|
27776
27776
|
}),
|
|
27777
27777
|
seek: method(object({
|
|
27778
27778
|
deviceId: number().int().nonnegative(),
|
|
27779
27779
|
positionMs: number().int().nonnegative()
|
|
27780
27780
|
}), _void(), {
|
|
27781
27781
|
kind: "mutation",
|
|
27782
|
-
auth: "
|
|
27782
|
+
auth: "protected"
|
|
27783
27783
|
}),
|
|
27784
27784
|
setVolume: method(object({
|
|
27785
27785
|
deviceId: number().int().nonnegative(),
|
|
27786
27786
|
volumeLevel: number().min(0).max(100)
|
|
27787
27787
|
}), _void(), {
|
|
27788
27788
|
kind: "mutation",
|
|
27789
|
-
auth: "
|
|
27789
|
+
auth: "protected"
|
|
27790
27790
|
}),
|
|
27791
27791
|
setMute: method(object({
|
|
27792
27792
|
deviceId: number().int().nonnegative(),
|
|
27793
27793
|
muted: boolean()
|
|
27794
27794
|
}), _void(), {
|
|
27795
27795
|
kind: "mutation",
|
|
27796
|
-
auth: "
|
|
27796
|
+
auth: "protected"
|
|
27797
27797
|
}),
|
|
27798
27798
|
setShuffle: method(object({
|
|
27799
27799
|
deviceId: number().int().nonnegative(),
|
|
27800
27800
|
shuffle: boolean()
|
|
27801
27801
|
}), _void(), {
|
|
27802
27802
|
kind: "mutation",
|
|
27803
|
-
auth: "
|
|
27803
|
+
auth: "protected"
|
|
27804
27804
|
}),
|
|
27805
27805
|
setRepeat: method(object({
|
|
27806
27806
|
deviceId: number().int().nonnegative(),
|
|
27807
27807
|
repeat: MediaPlayerRepeatSchema
|
|
27808
27808
|
}), _void(), {
|
|
27809
27809
|
kind: "mutation",
|
|
27810
|
-
auth: "
|
|
27810
|
+
auth: "protected"
|
|
27811
27811
|
}),
|
|
27812
27812
|
selectSource: method(object({
|
|
27813
27813
|
deviceId: number().int().nonnegative(),
|
|
27814
27814
|
source: string().min(1)
|
|
27815
27815
|
}), _void(), {
|
|
27816
27816
|
kind: "mutation",
|
|
27817
|
-
auth: "
|
|
27817
|
+
auth: "protected"
|
|
27818
27818
|
}),
|
|
27819
27819
|
playMedia: method(object({
|
|
27820
27820
|
deviceId: number().int().nonnegative(),
|
|
@@ -27825,7 +27825,7 @@ var mediaPlayerCapability = {
|
|
|
27825
27825
|
mediaType: string().min(1)
|
|
27826
27826
|
}), _void(), {
|
|
27827
27827
|
kind: "mutation",
|
|
27828
|
-
auth: "
|
|
27828
|
+
auth: "protected"
|
|
27829
27829
|
})
|
|
27830
27830
|
},
|
|
27831
27831
|
status: {
|
|
@@ -29438,27 +29438,27 @@ var petFeederCapability = {
|
|
|
29438
29438
|
hopper2: gramsPortion.optional()
|
|
29439
29439
|
}), _void(), {
|
|
29440
29440
|
kind: "mutation",
|
|
29441
|
-
auth: "
|
|
29441
|
+
auth: "protected"
|
|
29442
29442
|
}),
|
|
29443
29443
|
/** Cancel an in-progress manual feed. */
|
|
29444
29444
|
cancelFeed: method(object({ deviceId: number().int().nonnegative() }), _void(), {
|
|
29445
29445
|
kind: "mutation",
|
|
29446
|
-
auth: "
|
|
29446
|
+
auth: "protected"
|
|
29447
29447
|
}),
|
|
29448
29448
|
/** Reset the desiccant "days remaining" counter after replacing it. */
|
|
29449
29449
|
resetDesiccant: method(object({ deviceId: number().int().nonnegative() }), _void(), {
|
|
29450
29450
|
kind: "mutation",
|
|
29451
|
-
auth: "
|
|
29451
|
+
auth: "protected"
|
|
29452
29452
|
}),
|
|
29453
29453
|
/** Mark a hopper as refilled (D4H/D4S/D4SH). */
|
|
29454
29454
|
markFoodReplenished: method(object({ deviceId: number().int().nonnegative() }), _void(), {
|
|
29455
29455
|
kind: "mutation",
|
|
29456
|
-
auth: "
|
|
29456
|
+
auth: "protected"
|
|
29457
29457
|
}),
|
|
29458
29458
|
/** Call the pet with the recorded prompt (D3). */
|
|
29459
29459
|
callPet: method(object({ deviceId: number().int().nonnegative() }), _void(), {
|
|
29460
29460
|
kind: "mutation",
|
|
29461
|
-
auth: "
|
|
29461
|
+
auth: "protected"
|
|
29462
29462
|
}),
|
|
29463
29463
|
/** Play a stored sound by id (D3 / D4H / D4SH). */
|
|
29464
29464
|
playSound: method(object({
|
|
@@ -29466,7 +29466,7 @@ var petFeederCapability = {
|
|
|
29466
29466
|
soundId: number().int().nonnegative()
|
|
29467
29467
|
}), _void(), {
|
|
29468
29468
|
kind: "mutation",
|
|
29469
|
-
auth: "
|
|
29469
|
+
auth: "protected"
|
|
29470
29470
|
}),
|
|
29471
29471
|
/** Toggle the child-lock (manual-lock) setting. */
|
|
29472
29472
|
setChildLock: method(object({
|
|
@@ -29474,7 +29474,7 @@ var petFeederCapability = {
|
|
|
29474
29474
|
on: boolean()
|
|
29475
29475
|
}), _void(), {
|
|
29476
29476
|
kind: "mutation",
|
|
29477
|
-
auth: "
|
|
29477
|
+
auth: "protected"
|
|
29478
29478
|
}),
|
|
29479
29479
|
/** Toggle the front indicator light. */
|
|
29480
29480
|
setIndicatorLight: method(object({
|
|
@@ -29482,7 +29482,7 @@ var petFeederCapability = {
|
|
|
29482
29482
|
on: boolean()
|
|
29483
29483
|
}), _void(), {
|
|
29484
29484
|
kind: "mutation",
|
|
29485
|
-
auth: "
|
|
29485
|
+
auth: "protected"
|
|
29486
29486
|
}),
|
|
29487
29487
|
/** Toggle the dispense chime. */
|
|
29488
29488
|
setFeedSound: method(object({
|
|
@@ -29490,7 +29490,7 @@ var petFeederCapability = {
|
|
|
29490
29490
|
on: boolean()
|
|
29491
29491
|
}), _void(), {
|
|
29492
29492
|
kind: "mutation",
|
|
29493
|
-
auth: "
|
|
29493
|
+
auth: "protected"
|
|
29494
29494
|
}),
|
|
29495
29495
|
/** Set the speaker / prompt volume level. */
|
|
29496
29496
|
setVolume: method(object({
|
|
@@ -29498,7 +29498,7 @@ var petFeederCapability = {
|
|
|
29498
29498
|
level: number().int().nonnegative()
|
|
29499
29499
|
}), _void(), {
|
|
29500
29500
|
kind: "mutation",
|
|
29501
|
-
auth: "
|
|
29501
|
+
auth: "protected"
|
|
29502
29502
|
})
|
|
29503
29503
|
},
|
|
29504
29504
|
status: {
|
|
@@ -32079,7 +32079,7 @@ var switchCapability = {
|
|
|
32079
32079
|
on: boolean()
|
|
32080
32080
|
}), _void(), {
|
|
32081
32081
|
kind: "mutation",
|
|
32082
|
-
auth: "
|
|
32082
|
+
auth: "protected"
|
|
32083
32083
|
}) },
|
|
32084
32084
|
events: { onStateChanged: { data: object({
|
|
32085
32085
|
deviceId: number(),
|
|
@@ -33067,30 +33067,30 @@ var vacuumControlCapability = {
|
|
|
33067
33067
|
methods: {
|
|
33068
33068
|
start: method(object({ deviceId: number().int().nonnegative() }), _void(), {
|
|
33069
33069
|
kind: "mutation",
|
|
33070
|
-
auth: "
|
|
33070
|
+
auth: "protected"
|
|
33071
33071
|
}),
|
|
33072
33072
|
pause: method(object({ deviceId: number().int().nonnegative() }), _void(), {
|
|
33073
33073
|
kind: "mutation",
|
|
33074
|
-
auth: "
|
|
33074
|
+
auth: "protected"
|
|
33075
33075
|
}),
|
|
33076
33076
|
stop: method(object({ deviceId: number().int().nonnegative() }), _void(), {
|
|
33077
33077
|
kind: "mutation",
|
|
33078
|
-
auth: "
|
|
33078
|
+
auth: "protected"
|
|
33079
33079
|
}),
|
|
33080
33080
|
returnToBase: method(object({ deviceId: number().int().nonnegative() }), _void(), {
|
|
33081
33081
|
kind: "mutation",
|
|
33082
|
-
auth: "
|
|
33082
|
+
auth: "protected"
|
|
33083
33083
|
}),
|
|
33084
33084
|
locate: method(object({ deviceId: number().int().nonnegative() }), _void(), {
|
|
33085
33085
|
kind: "mutation",
|
|
33086
|
-
auth: "
|
|
33086
|
+
auth: "protected"
|
|
33087
33087
|
}),
|
|
33088
33088
|
setFanSpeed: method(object({
|
|
33089
33089
|
deviceId: number().int().nonnegative(),
|
|
33090
33090
|
speed: string().min(1)
|
|
33091
33091
|
}), _void(), {
|
|
33092
33092
|
kind: "mutation",
|
|
33093
|
-
auth: "
|
|
33093
|
+
auth: "protected"
|
|
33094
33094
|
})
|
|
33095
33095
|
},
|
|
33096
33096
|
status: {
|
|
@@ -33134,22 +33134,22 @@ var valveCapability = {
|
|
|
33134
33134
|
methods: {
|
|
33135
33135
|
open: method(object({ deviceId: number().int().nonnegative() }), _void(), {
|
|
33136
33136
|
kind: "mutation",
|
|
33137
|
-
auth: "
|
|
33137
|
+
auth: "protected"
|
|
33138
33138
|
}),
|
|
33139
33139
|
close: method(object({ deviceId: number().int().nonnegative() }), _void(), {
|
|
33140
33140
|
kind: "mutation",
|
|
33141
|
-
auth: "
|
|
33141
|
+
auth: "protected"
|
|
33142
33142
|
}),
|
|
33143
33143
|
stop: method(object({ deviceId: number().int().nonnegative() }), _void(), {
|
|
33144
33144
|
kind: "mutation",
|
|
33145
|
-
auth: "
|
|
33145
|
+
auth: "protected"
|
|
33146
33146
|
}),
|
|
33147
33147
|
setPosition: method(object({
|
|
33148
33148
|
deviceId: number().int().nonnegative(),
|
|
33149
33149
|
position: number().min(0).max(100)
|
|
33150
33150
|
}), _void(), {
|
|
33151
33151
|
kind: "mutation",
|
|
33152
|
-
auth: "
|
|
33152
|
+
auth: "protected"
|
|
33153
33153
|
})
|
|
33154
33154
|
},
|
|
33155
33155
|
status: {
|
|
@@ -33248,21 +33248,21 @@ var waterHeaterCapability = {
|
|
|
33248
33248
|
temp: number().finite()
|
|
33249
33249
|
}), _void(), {
|
|
33250
33250
|
kind: "mutation",
|
|
33251
|
-
auth: "
|
|
33251
|
+
auth: "protected"
|
|
33252
33252
|
}),
|
|
33253
33253
|
setOperationMode: method(object({
|
|
33254
33254
|
deviceId: number().int().nonnegative(),
|
|
33255
33255
|
mode: string().min(1)
|
|
33256
33256
|
}), _void(), {
|
|
33257
33257
|
kind: "mutation",
|
|
33258
|
-
auth: "
|
|
33258
|
+
auth: "protected"
|
|
33259
33259
|
}),
|
|
33260
33260
|
setAway: method(object({
|
|
33261
33261
|
deviceId: number().int().nonnegative(),
|
|
33262
33262
|
on: boolean()
|
|
33263
33263
|
}), _void(), {
|
|
33264
33264
|
kind: "mutation",
|
|
33265
|
-
auth: "
|
|
33265
|
+
auth: "protected"
|
|
33266
33266
|
})
|
|
33267
33267
|
},
|
|
33268
33268
|
status: {
|