@camstack/addon-osd-manager 0.1.82 → 0.1.83

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/_stub.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import "./virtualExposes-BgZ5Cn7S.mjs";
2
- import "./virtual_mf-REMOTE_ENTRY_ID___mfe_internal__addon_osd_manager_page__remoteEntry_js-DZjvcVDU.mjs";
2
+ import "./virtual_mf-REMOTE_ENTRY_ID___mfe_internal__addon_osd_manager_page__remoteEntry_js-EQB13ywI.mjs";
3
3
  import { _ as e, c as t, d as n, h as r, i, l as a, m as o, n as s, p as c, r as l, t as u, u as d, y as f } from "./_virtual_mf___mfe_internal__addon_osd_manager_page__loadShare__react__loadShare__.js-Bs1t18EM.mjs";
4
4
  import { i as p, o as m, r as h, s as g } from "./responsive-veJ_u_lF.mjs";
5
5
  import { d as _, l as v, u as y } from "./use-device-snapshot-CCUZGgXd.mjs";
@@ -1,9 +1,9 @@
1
- import "./virtual_mf-REMOTE_ENTRY_ID___mfe_internal__addon_osd_manager_page__remoteEntry_js-DZjvcVDU.mjs";
1
+ import "./virtual_mf-REMOTE_ENTRY_ID___mfe_internal__addon_osd_manager_page__remoteEntry_js-EQB13ywI.mjs";
2
2
  //#region \0virtual:mf-localSharedImportMap:__mfe_internal__addon_osd_manager_page
3
3
  var e = {
4
4
  "@camstack/sdk": {
5
5
  name: "@camstack/sdk",
6
- version: "1.2.88",
6
+ version: "1.2.89",
7
7
  scope: ["default"],
8
8
  loaded: !1,
9
9
  from: "addon_osd_manager_page",
@@ -18,7 +18,7 @@ var e = {
18
18
  },
19
19
  "@camstack/types": {
20
20
  name: "@camstack/types",
21
- version: "1.2.168",
21
+ version: "1.2.169",
22
22
  scope: ["default"],
23
23
  loaded: !1,
24
24
  from: "addon_osd_manager_page",
@@ -33,7 +33,7 @@ var e = {
33
33
  },
34
34
  "@camstack/ui-library": {
35
35
  name: "@camstack/ui-library",
36
- version: "1.2.136",
36
+ version: "1.2.137",
37
37
  scope: ["default"],
38
38
  loaded: !1,
39
39
  from: "addon_osd_manager_page",
@@ -36,7 +36,7 @@ async function r() {
36
36
  }
37
37
  },
38
38
  "@camstack/types": {
39
- version: "1.2.168",
39
+ version: "1.2.169",
40
40
  scope: "default",
41
41
  shareConfig: {
42
42
  singleton: !0,
@@ -45,7 +45,7 @@ async function r() {
45
45
  }
46
46
  },
47
47
  "@camstack/sdk": {
48
- version: "1.2.88",
48
+ version: "1.2.89",
49
49
  scope: "default",
50
50
  shareConfig: {
51
51
  singleton: !0,
@@ -81,7 +81,7 @@ async function r() {
81
81
  }
82
82
  },
83
83
  "@camstack/ui-library": {
84
- version: "1.2.136",
84
+ version: "1.2.137",
85
85
  scope: "default",
86
86
  shareConfig: {
87
87
  singleton: !0,
package/dist/index.js CHANGED
@@ -18052,14 +18052,14 @@ var alarmPanelCapability = {
18052
18052
  code: string().min(1).optional()
18053
18053
  }), _void(), {
18054
18054
  kind: "mutation",
18055
- auth: "admin"
18055
+ auth: "protected"
18056
18056
  }),
18057
18057
  disarm: method(object({
18058
18058
  deviceId: number().int().nonnegative(),
18059
18059
  code: string().min(1).optional()
18060
18060
  }), _void(), {
18061
18061
  kind: "mutation",
18062
- auth: "admin"
18062
+ auth: "protected"
18063
18063
  }),
18064
18064
  /**
18065
18065
  * Force the panel into the `triggered` state — used by HA
@@ -18070,7 +18070,7 @@ var alarmPanelCapability = {
18070
18070
  */
18071
18071
  trigger: method(object({ deviceId: number().int().nonnegative() }), _void(), {
18072
18072
  kind: "mutation",
18073
- auth: "admin"
18073
+ auth: "protected"
18074
18074
  })
18075
18075
  },
18076
18076
  status: {
@@ -28656,7 +28656,7 @@ var brightnessCapability = {
28656
28656
  percentage: number().min(0).max(100)
28657
28657
  }), _void(), {
28658
28658
  kind: "mutation",
28659
- auth: "admin"
28659
+ auth: "protected"
28660
28660
  }) },
28661
28661
  events: {
28662
28662
  /**
@@ -28705,7 +28705,7 @@ var buttonCapability = {
28705
28705
  deviceTypes: [DeviceType.Button],
28706
28706
  methods: { press: method(object({ deviceId: number().int().nonnegative() }), _void(), {
28707
28707
  kind: "mutation",
28708
- auth: "admin"
28708
+ auth: "protected"
28709
28709
  }) }
28710
28710
  };
28711
28711
  /**
@@ -28922,28 +28922,28 @@ var climateControlCapability = {
28922
28922
  mode: HvacModeSchema
28923
28923
  }), _void(), {
28924
28924
  kind: "mutation",
28925
- auth: "admin"
28925
+ auth: "protected"
28926
28926
  }),
28927
28927
  setFanMode: method(object({
28928
28928
  deviceId: number().int().nonnegative(),
28929
28929
  fanMode: string().min(1)
28930
28930
  }), _void(), {
28931
28931
  kind: "mutation",
28932
- auth: "admin"
28932
+ auth: "protected"
28933
28933
  }),
28934
28934
  setPreset: method(object({
28935
28935
  deviceId: number().int().nonnegative(),
28936
28936
  preset: string().min(1)
28937
28937
  }), _void(), {
28938
28938
  kind: "mutation",
28939
- auth: "admin"
28939
+ auth: "protected"
28940
28940
  }),
28941
28941
  setTarget: method(object({
28942
28942
  deviceId: number().int().nonnegative(),
28943
28943
  target: number()
28944
28944
  }), _void(), {
28945
28945
  kind: "mutation",
28946
- auth: "admin"
28946
+ auth: "protected"
28947
28947
  }),
28948
28948
  setTargetRange: method(object({
28949
28949
  deviceId: number().int().nonnegative(),
@@ -28951,28 +28951,28 @@ var climateControlCapability = {
28951
28951
  targetHigh: number()
28952
28952
  }), _void(), {
28953
28953
  kind: "mutation",
28954
- auth: "admin"
28954
+ auth: "protected"
28955
28955
  }),
28956
28956
  setTargetHumidity: method(object({
28957
28957
  deviceId: number().int().nonnegative(),
28958
28958
  targetHumidity: number().min(0).max(100)
28959
28959
  }), _void(), {
28960
28960
  kind: "mutation",
28961
- auth: "admin"
28961
+ auth: "protected"
28962
28962
  }),
28963
28963
  setSwingVertical: method(object({
28964
28964
  deviceId: number().int().nonnegative(),
28965
28965
  on: boolean()
28966
28966
  }), _void(), {
28967
28967
  kind: "mutation",
28968
- auth: "admin"
28968
+ auth: "protected"
28969
28969
  }),
28970
28970
  setSwingHorizontal: method(object({
28971
28971
  deviceId: number().int().nonnegative(),
28972
28972
  on: boolean()
28973
28973
  }), _void(), {
28974
28974
  kind: "mutation",
28975
- auth: "admin"
28975
+ auth: "protected"
28976
28976
  })
28977
28977
  },
28978
28978
  status: {
@@ -29072,7 +29072,7 @@ var colorCapability = {
29072
29072
  color: ColorInputSchema
29073
29073
  }), _void(), {
29074
29074
  kind: "mutation",
29075
- auth: "admin"
29075
+ auth: "protected"
29076
29076
  }) },
29077
29077
  events: {
29078
29078
  /**
@@ -29409,7 +29409,7 @@ var controlCapability = {
29409
29409
  control: ControlSetValueInputSchema
29410
29410
  }), _void(), {
29411
29411
  kind: "mutation",
29412
- auth: "admin"
29412
+ auth: "protected"
29413
29413
  }) },
29414
29414
  status: {
29415
29415
  schema: ControlStatusSchema,
@@ -29455,29 +29455,29 @@ var coverCapability = {
29455
29455
  methods: {
29456
29456
  open: method(object({ deviceId: number().int().nonnegative() }), _void(), {
29457
29457
  kind: "mutation",
29458
- auth: "admin"
29458
+ auth: "protected"
29459
29459
  }),
29460
29460
  close: method(object({ deviceId: number().int().nonnegative() }), _void(), {
29461
29461
  kind: "mutation",
29462
- auth: "admin"
29462
+ auth: "protected"
29463
29463
  }),
29464
29464
  stop: method(object({ deviceId: number().int().nonnegative() }), _void(), {
29465
29465
  kind: "mutation",
29466
- auth: "admin"
29466
+ auth: "protected"
29467
29467
  }),
29468
29468
  setPosition: method(object({
29469
29469
  deviceId: number().int().nonnegative(),
29470
29470
  position: number().min(0).max(100)
29471
29471
  }), _void(), {
29472
29472
  kind: "mutation",
29473
- auth: "admin"
29473
+ auth: "protected"
29474
29474
  }),
29475
29475
  setTiltPosition: method(object({
29476
29476
  deviceId: number().int().nonnegative(),
29477
29477
  tiltPosition: number().min(0).max(100)
29478
29478
  }), _void(), {
29479
29479
  kind: "mutation",
29480
- auth: "admin"
29480
+ auth: "protected"
29481
29481
  })
29482
29482
  },
29483
29483
  status: {
@@ -30309,28 +30309,28 @@ var fanControlCapability = {
30309
30309
  percentage: number().min(0).max(100)
30310
30310
  }), _void(), {
30311
30311
  kind: "mutation",
30312
- auth: "admin"
30312
+ auth: "protected"
30313
30313
  }),
30314
30314
  setPreset: method(object({
30315
30315
  deviceId: number().int().nonnegative(),
30316
30316
  preset: string().min(1)
30317
30317
  }), _void(), {
30318
30318
  kind: "mutation",
30319
- auth: "admin"
30319
+ auth: "protected"
30320
30320
  }),
30321
30321
  setDirection: method(object({
30322
30322
  deviceId: number().int().nonnegative(),
30323
30323
  direction: FanDirectionSchema
30324
30324
  }), _void(), {
30325
30325
  kind: "mutation",
30326
- auth: "admin"
30326
+ auth: "protected"
30327
30327
  }),
30328
30328
  setOscillating: method(object({
30329
30329
  deviceId: number().int().nonnegative(),
30330
30330
  oscillating: boolean()
30331
30331
  }), _void(), {
30332
30332
  kind: "mutation",
30333
- auth: "admin"
30333
+ auth: "protected"
30334
30334
  })
30335
30335
  },
30336
30336
  status: {
@@ -30552,21 +30552,21 @@ var humidifierCapability = {
30552
30552
  on: boolean()
30553
30553
  }), _void(), {
30554
30554
  kind: "mutation",
30555
- auth: "admin"
30555
+ auth: "protected"
30556
30556
  }),
30557
30557
  setTargetHumidity: method(object({
30558
30558
  deviceId: number().int().nonnegative(),
30559
30559
  humidity: number().min(0).max(100)
30560
30560
  }), _void(), {
30561
30561
  kind: "mutation",
30562
- auth: "admin"
30562
+ auth: "protected"
30563
30563
  }),
30564
30564
  setMode: method(object({
30565
30565
  deviceId: number().int().nonnegative(),
30566
30566
  mode: string().min(1)
30567
30567
  }), _void(), {
30568
30568
  kind: "mutation",
30569
- auth: "admin"
30569
+ auth: "protected"
30570
30570
  })
30571
30571
  },
30572
30572
  status: {
@@ -31285,15 +31285,15 @@ var lawnMowerControlCapability = {
31285
31285
  methods: {
31286
31286
  startMowing: method(object({ deviceId: number().int().nonnegative() }), _void(), {
31287
31287
  kind: "mutation",
31288
- auth: "admin"
31288
+ auth: "protected"
31289
31289
  }),
31290
31290
  pause: method(object({ deviceId: number().int().nonnegative() }), _void(), {
31291
31291
  kind: "mutation",
31292
- auth: "admin"
31292
+ auth: "protected"
31293
31293
  }),
31294
31294
  dock: method(object({ deviceId: number().int().nonnegative() }), _void(), {
31295
31295
  kind: "mutation",
31296
- auth: "admin"
31296
+ auth: "protected"
31297
31297
  })
31298
31298
  },
31299
31299
  status: {
@@ -31695,18 +31695,18 @@ var lockControlCapability = {
31695
31695
  code: string().min(1).optional()
31696
31696
  }), _void(), {
31697
31697
  kind: "mutation",
31698
- auth: "admin"
31698
+ auth: "protected"
31699
31699
  }),
31700
31700
  unlock: method(object({
31701
31701
  deviceId: number().int().nonnegative(),
31702
31702
  code: string().min(1).optional()
31703
31703
  }), _void(), {
31704
31704
  kind: "mutation",
31705
- auth: "admin"
31705
+ auth: "protected"
31706
31706
  }),
31707
31707
  open: method(object({ deviceId: number().int().nonnegative() }), _void(), {
31708
31708
  kind: "mutation",
31709
- auth: "admin"
31709
+ auth: "protected"
31710
31710
  })
31711
31711
  },
31712
31712
  status: {
@@ -31809,65 +31809,65 @@ var mediaPlayerCapability = {
31809
31809
  methods: {
31810
31810
  play: method(object({ deviceId: number().int().nonnegative() }), _void(), {
31811
31811
  kind: "mutation",
31812
- auth: "admin"
31812
+ auth: "protected"
31813
31813
  }),
31814
31814
  pause: method(object({ deviceId: number().int().nonnegative() }), _void(), {
31815
31815
  kind: "mutation",
31816
- auth: "admin"
31816
+ auth: "protected"
31817
31817
  }),
31818
31818
  stop: method(object({ deviceId: number().int().nonnegative() }), _void(), {
31819
31819
  kind: "mutation",
31820
- auth: "admin"
31820
+ auth: "protected"
31821
31821
  }),
31822
31822
  next: method(object({ deviceId: number().int().nonnegative() }), _void(), {
31823
31823
  kind: "mutation",
31824
- auth: "admin"
31824
+ auth: "protected"
31825
31825
  }),
31826
31826
  previous: method(object({ deviceId: number().int().nonnegative() }), _void(), {
31827
31827
  kind: "mutation",
31828
- auth: "admin"
31828
+ auth: "protected"
31829
31829
  }),
31830
31830
  seek: method(object({
31831
31831
  deviceId: number().int().nonnegative(),
31832
31832
  positionMs: number().int().nonnegative()
31833
31833
  }), _void(), {
31834
31834
  kind: "mutation",
31835
- auth: "admin"
31835
+ auth: "protected"
31836
31836
  }),
31837
31837
  setVolume: method(object({
31838
31838
  deviceId: number().int().nonnegative(),
31839
31839
  volumeLevel: number().min(0).max(100)
31840
31840
  }), _void(), {
31841
31841
  kind: "mutation",
31842
- auth: "admin"
31842
+ auth: "protected"
31843
31843
  }),
31844
31844
  setMute: method(object({
31845
31845
  deviceId: number().int().nonnegative(),
31846
31846
  muted: boolean()
31847
31847
  }), _void(), {
31848
31848
  kind: "mutation",
31849
- auth: "admin"
31849
+ auth: "protected"
31850
31850
  }),
31851
31851
  setShuffle: method(object({
31852
31852
  deviceId: number().int().nonnegative(),
31853
31853
  shuffle: boolean()
31854
31854
  }), _void(), {
31855
31855
  kind: "mutation",
31856
- auth: "admin"
31856
+ auth: "protected"
31857
31857
  }),
31858
31858
  setRepeat: method(object({
31859
31859
  deviceId: number().int().nonnegative(),
31860
31860
  repeat: MediaPlayerRepeatSchema
31861
31861
  }), _void(), {
31862
31862
  kind: "mutation",
31863
- auth: "admin"
31863
+ auth: "protected"
31864
31864
  }),
31865
31865
  selectSource: method(object({
31866
31866
  deviceId: number().int().nonnegative(),
31867
31867
  source: string().min(1)
31868
31868
  }), _void(), {
31869
31869
  kind: "mutation",
31870
- auth: "admin"
31870
+ auth: "protected"
31871
31871
  }),
31872
31872
  playMedia: method(object({
31873
31873
  deviceId: number().int().nonnegative(),
@@ -31878,7 +31878,7 @@ var mediaPlayerCapability = {
31878
31878
  mediaType: string().min(1)
31879
31879
  }), _void(), {
31880
31880
  kind: "mutation",
31881
- auth: "admin"
31881
+ auth: "protected"
31882
31882
  })
31883
31883
  },
31884
31884
  status: {
@@ -33678,27 +33678,27 @@ var petFeederCapability = {
33678
33678
  hopper2: gramsPortion.optional()
33679
33679
  }), _void(), {
33680
33680
  kind: "mutation",
33681
- auth: "admin"
33681
+ auth: "protected"
33682
33682
  }),
33683
33683
  /** Cancel an in-progress manual feed. */
33684
33684
  cancelFeed: method(object({ deviceId: number().int().nonnegative() }), _void(), {
33685
33685
  kind: "mutation",
33686
- auth: "admin"
33686
+ auth: "protected"
33687
33687
  }),
33688
33688
  /** Reset the desiccant "days remaining" counter after replacing it. */
33689
33689
  resetDesiccant: method(object({ deviceId: number().int().nonnegative() }), _void(), {
33690
33690
  kind: "mutation",
33691
- auth: "admin"
33691
+ auth: "protected"
33692
33692
  }),
33693
33693
  /** Mark a hopper as refilled (D4H/D4S/D4SH). */
33694
33694
  markFoodReplenished: method(object({ deviceId: number().int().nonnegative() }), _void(), {
33695
33695
  kind: "mutation",
33696
- auth: "admin"
33696
+ auth: "protected"
33697
33697
  }),
33698
33698
  /** Call the pet with the recorded prompt (D3). */
33699
33699
  callPet: method(object({ deviceId: number().int().nonnegative() }), _void(), {
33700
33700
  kind: "mutation",
33701
- auth: "admin"
33701
+ auth: "protected"
33702
33702
  }),
33703
33703
  /** Play a stored sound by id (D3 / D4H / D4SH). */
33704
33704
  playSound: method(object({
@@ -33706,7 +33706,7 @@ var petFeederCapability = {
33706
33706
  soundId: number().int().nonnegative()
33707
33707
  }), _void(), {
33708
33708
  kind: "mutation",
33709
- auth: "admin"
33709
+ auth: "protected"
33710
33710
  }),
33711
33711
  /** Toggle the child-lock (manual-lock) setting. */
33712
33712
  setChildLock: method(object({
@@ -33714,7 +33714,7 @@ var petFeederCapability = {
33714
33714
  on: boolean()
33715
33715
  }), _void(), {
33716
33716
  kind: "mutation",
33717
- auth: "admin"
33717
+ auth: "protected"
33718
33718
  }),
33719
33719
  /** Toggle the front indicator light. */
33720
33720
  setIndicatorLight: method(object({
@@ -33722,7 +33722,7 @@ var petFeederCapability = {
33722
33722
  on: boolean()
33723
33723
  }), _void(), {
33724
33724
  kind: "mutation",
33725
- auth: "admin"
33725
+ auth: "protected"
33726
33726
  }),
33727
33727
  /** Toggle the dispense chime. */
33728
33728
  setFeedSound: method(object({
@@ -33730,7 +33730,7 @@ var petFeederCapability = {
33730
33730
  on: boolean()
33731
33731
  }), _void(), {
33732
33732
  kind: "mutation",
33733
- auth: "admin"
33733
+ auth: "protected"
33734
33734
  }),
33735
33735
  /** Set the speaker / prompt volume level. */
33736
33736
  setVolume: method(object({
@@ -33738,7 +33738,7 @@ var petFeederCapability = {
33738
33738
  level: number().int().nonnegative()
33739
33739
  }), _void(), {
33740
33740
  kind: "mutation",
33741
- auth: "admin"
33741
+ auth: "protected"
33742
33742
  })
33743
33743
  },
33744
33744
  status: {
@@ -36351,7 +36351,7 @@ var switchCapability = {
36351
36351
  on: boolean()
36352
36352
  }), _void(), {
36353
36353
  kind: "mutation",
36354
- auth: "admin"
36354
+ auth: "protected"
36355
36355
  }) },
36356
36356
  events: { onStateChanged: { data: object({
36357
36357
  deviceId: number(),
@@ -37490,30 +37490,30 @@ var vacuumControlCapability = {
37490
37490
  methods: {
37491
37491
  start: method(object({ deviceId: number().int().nonnegative() }), _void(), {
37492
37492
  kind: "mutation",
37493
- auth: "admin"
37493
+ auth: "protected"
37494
37494
  }),
37495
37495
  pause: method(object({ deviceId: number().int().nonnegative() }), _void(), {
37496
37496
  kind: "mutation",
37497
- auth: "admin"
37497
+ auth: "protected"
37498
37498
  }),
37499
37499
  stop: method(object({ deviceId: number().int().nonnegative() }), _void(), {
37500
37500
  kind: "mutation",
37501
- auth: "admin"
37501
+ auth: "protected"
37502
37502
  }),
37503
37503
  returnToBase: method(object({ deviceId: number().int().nonnegative() }), _void(), {
37504
37504
  kind: "mutation",
37505
- auth: "admin"
37505
+ auth: "protected"
37506
37506
  }),
37507
37507
  locate: method(object({ deviceId: number().int().nonnegative() }), _void(), {
37508
37508
  kind: "mutation",
37509
- auth: "admin"
37509
+ auth: "protected"
37510
37510
  }),
37511
37511
  setFanSpeed: method(object({
37512
37512
  deviceId: number().int().nonnegative(),
37513
37513
  speed: string().min(1)
37514
37514
  }), _void(), {
37515
37515
  kind: "mutation",
37516
- auth: "admin"
37516
+ auth: "protected"
37517
37517
  })
37518
37518
  },
37519
37519
  status: {
@@ -37557,22 +37557,22 @@ var valveCapability = {
37557
37557
  methods: {
37558
37558
  open: method(object({ deviceId: number().int().nonnegative() }), _void(), {
37559
37559
  kind: "mutation",
37560
- auth: "admin"
37560
+ auth: "protected"
37561
37561
  }),
37562
37562
  close: method(object({ deviceId: number().int().nonnegative() }), _void(), {
37563
37563
  kind: "mutation",
37564
- auth: "admin"
37564
+ auth: "protected"
37565
37565
  }),
37566
37566
  stop: method(object({ deviceId: number().int().nonnegative() }), _void(), {
37567
37567
  kind: "mutation",
37568
- auth: "admin"
37568
+ auth: "protected"
37569
37569
  }),
37570
37570
  setPosition: method(object({
37571
37571
  deviceId: number().int().nonnegative(),
37572
37572
  position: number().min(0).max(100)
37573
37573
  }), _void(), {
37574
37574
  kind: "mutation",
37575
- auth: "admin"
37575
+ auth: "protected"
37576
37576
  })
37577
37577
  },
37578
37578
  status: {
@@ -37671,21 +37671,21 @@ var waterHeaterCapability = {
37671
37671
  temp: number().finite()
37672
37672
  }), _void(), {
37673
37673
  kind: "mutation",
37674
- auth: "admin"
37674
+ auth: "protected"
37675
37675
  }),
37676
37676
  setOperationMode: method(object({
37677
37677
  deviceId: number().int().nonnegative(),
37678
37678
  mode: string().min(1)
37679
37679
  }), _void(), {
37680
37680
  kind: "mutation",
37681
- auth: "admin"
37681
+ auth: "protected"
37682
37682
  }),
37683
37683
  setAway: method(object({
37684
37684
  deviceId: number().int().nonnegative(),
37685
37685
  on: boolean()
37686
37686
  }), _void(), {
37687
37687
  kind: "mutation",
37688
- auth: "admin"
37688
+ auth: "protected"
37689
37689
  })
37690
37690
  },
37691
37691
  status: {
package/dist/index.mjs CHANGED
@@ -18048,14 +18048,14 @@ var alarmPanelCapability = {
18048
18048
  code: string().min(1).optional()
18049
18049
  }), _void(), {
18050
18050
  kind: "mutation",
18051
- auth: "admin"
18051
+ auth: "protected"
18052
18052
  }),
18053
18053
  disarm: method(object({
18054
18054
  deviceId: number().int().nonnegative(),
18055
18055
  code: string().min(1).optional()
18056
18056
  }), _void(), {
18057
18057
  kind: "mutation",
18058
- auth: "admin"
18058
+ auth: "protected"
18059
18059
  }),
18060
18060
  /**
18061
18061
  * Force the panel into the `triggered` state — used by HA
@@ -18066,7 +18066,7 @@ var alarmPanelCapability = {
18066
18066
  */
18067
18067
  trigger: method(object({ deviceId: number().int().nonnegative() }), _void(), {
18068
18068
  kind: "mutation",
18069
- auth: "admin"
18069
+ auth: "protected"
18070
18070
  })
18071
18071
  },
18072
18072
  status: {
@@ -28652,7 +28652,7 @@ var brightnessCapability = {
28652
28652
  percentage: number().min(0).max(100)
28653
28653
  }), _void(), {
28654
28654
  kind: "mutation",
28655
- auth: "admin"
28655
+ auth: "protected"
28656
28656
  }) },
28657
28657
  events: {
28658
28658
  /**
@@ -28701,7 +28701,7 @@ var buttonCapability = {
28701
28701
  deviceTypes: [DeviceType.Button],
28702
28702
  methods: { press: method(object({ deviceId: number().int().nonnegative() }), _void(), {
28703
28703
  kind: "mutation",
28704
- auth: "admin"
28704
+ auth: "protected"
28705
28705
  }) }
28706
28706
  };
28707
28707
  /**
@@ -28918,28 +28918,28 @@ var climateControlCapability = {
28918
28918
  mode: HvacModeSchema
28919
28919
  }), _void(), {
28920
28920
  kind: "mutation",
28921
- auth: "admin"
28921
+ auth: "protected"
28922
28922
  }),
28923
28923
  setFanMode: method(object({
28924
28924
  deviceId: number().int().nonnegative(),
28925
28925
  fanMode: string().min(1)
28926
28926
  }), _void(), {
28927
28927
  kind: "mutation",
28928
- auth: "admin"
28928
+ auth: "protected"
28929
28929
  }),
28930
28930
  setPreset: method(object({
28931
28931
  deviceId: number().int().nonnegative(),
28932
28932
  preset: string().min(1)
28933
28933
  }), _void(), {
28934
28934
  kind: "mutation",
28935
- auth: "admin"
28935
+ auth: "protected"
28936
28936
  }),
28937
28937
  setTarget: method(object({
28938
28938
  deviceId: number().int().nonnegative(),
28939
28939
  target: number()
28940
28940
  }), _void(), {
28941
28941
  kind: "mutation",
28942
- auth: "admin"
28942
+ auth: "protected"
28943
28943
  }),
28944
28944
  setTargetRange: method(object({
28945
28945
  deviceId: number().int().nonnegative(),
@@ -28947,28 +28947,28 @@ var climateControlCapability = {
28947
28947
  targetHigh: number()
28948
28948
  }), _void(), {
28949
28949
  kind: "mutation",
28950
- auth: "admin"
28950
+ auth: "protected"
28951
28951
  }),
28952
28952
  setTargetHumidity: method(object({
28953
28953
  deviceId: number().int().nonnegative(),
28954
28954
  targetHumidity: number().min(0).max(100)
28955
28955
  }), _void(), {
28956
28956
  kind: "mutation",
28957
- auth: "admin"
28957
+ auth: "protected"
28958
28958
  }),
28959
28959
  setSwingVertical: method(object({
28960
28960
  deviceId: number().int().nonnegative(),
28961
28961
  on: boolean()
28962
28962
  }), _void(), {
28963
28963
  kind: "mutation",
28964
- auth: "admin"
28964
+ auth: "protected"
28965
28965
  }),
28966
28966
  setSwingHorizontal: method(object({
28967
28967
  deviceId: number().int().nonnegative(),
28968
28968
  on: boolean()
28969
28969
  }), _void(), {
28970
28970
  kind: "mutation",
28971
- auth: "admin"
28971
+ auth: "protected"
28972
28972
  })
28973
28973
  },
28974
28974
  status: {
@@ -29068,7 +29068,7 @@ var colorCapability = {
29068
29068
  color: ColorInputSchema
29069
29069
  }), _void(), {
29070
29070
  kind: "mutation",
29071
- auth: "admin"
29071
+ auth: "protected"
29072
29072
  }) },
29073
29073
  events: {
29074
29074
  /**
@@ -29405,7 +29405,7 @@ var controlCapability = {
29405
29405
  control: ControlSetValueInputSchema
29406
29406
  }), _void(), {
29407
29407
  kind: "mutation",
29408
- auth: "admin"
29408
+ auth: "protected"
29409
29409
  }) },
29410
29410
  status: {
29411
29411
  schema: ControlStatusSchema,
@@ -29451,29 +29451,29 @@ var coverCapability = {
29451
29451
  methods: {
29452
29452
  open: method(object({ deviceId: number().int().nonnegative() }), _void(), {
29453
29453
  kind: "mutation",
29454
- auth: "admin"
29454
+ auth: "protected"
29455
29455
  }),
29456
29456
  close: method(object({ deviceId: number().int().nonnegative() }), _void(), {
29457
29457
  kind: "mutation",
29458
- auth: "admin"
29458
+ auth: "protected"
29459
29459
  }),
29460
29460
  stop: method(object({ deviceId: number().int().nonnegative() }), _void(), {
29461
29461
  kind: "mutation",
29462
- auth: "admin"
29462
+ auth: "protected"
29463
29463
  }),
29464
29464
  setPosition: method(object({
29465
29465
  deviceId: number().int().nonnegative(),
29466
29466
  position: number().min(0).max(100)
29467
29467
  }), _void(), {
29468
29468
  kind: "mutation",
29469
- auth: "admin"
29469
+ auth: "protected"
29470
29470
  }),
29471
29471
  setTiltPosition: method(object({
29472
29472
  deviceId: number().int().nonnegative(),
29473
29473
  tiltPosition: number().min(0).max(100)
29474
29474
  }), _void(), {
29475
29475
  kind: "mutation",
29476
- auth: "admin"
29476
+ auth: "protected"
29477
29477
  })
29478
29478
  },
29479
29479
  status: {
@@ -30305,28 +30305,28 @@ var fanControlCapability = {
30305
30305
  percentage: number().min(0).max(100)
30306
30306
  }), _void(), {
30307
30307
  kind: "mutation",
30308
- auth: "admin"
30308
+ auth: "protected"
30309
30309
  }),
30310
30310
  setPreset: method(object({
30311
30311
  deviceId: number().int().nonnegative(),
30312
30312
  preset: string().min(1)
30313
30313
  }), _void(), {
30314
30314
  kind: "mutation",
30315
- auth: "admin"
30315
+ auth: "protected"
30316
30316
  }),
30317
30317
  setDirection: method(object({
30318
30318
  deviceId: number().int().nonnegative(),
30319
30319
  direction: FanDirectionSchema
30320
30320
  }), _void(), {
30321
30321
  kind: "mutation",
30322
- auth: "admin"
30322
+ auth: "protected"
30323
30323
  }),
30324
30324
  setOscillating: method(object({
30325
30325
  deviceId: number().int().nonnegative(),
30326
30326
  oscillating: boolean()
30327
30327
  }), _void(), {
30328
30328
  kind: "mutation",
30329
- auth: "admin"
30329
+ auth: "protected"
30330
30330
  })
30331
30331
  },
30332
30332
  status: {
@@ -30548,21 +30548,21 @@ var humidifierCapability = {
30548
30548
  on: boolean()
30549
30549
  }), _void(), {
30550
30550
  kind: "mutation",
30551
- auth: "admin"
30551
+ auth: "protected"
30552
30552
  }),
30553
30553
  setTargetHumidity: method(object({
30554
30554
  deviceId: number().int().nonnegative(),
30555
30555
  humidity: number().min(0).max(100)
30556
30556
  }), _void(), {
30557
30557
  kind: "mutation",
30558
- auth: "admin"
30558
+ auth: "protected"
30559
30559
  }),
30560
30560
  setMode: method(object({
30561
30561
  deviceId: number().int().nonnegative(),
30562
30562
  mode: string().min(1)
30563
30563
  }), _void(), {
30564
30564
  kind: "mutation",
30565
- auth: "admin"
30565
+ auth: "protected"
30566
30566
  })
30567
30567
  },
30568
30568
  status: {
@@ -31281,15 +31281,15 @@ var lawnMowerControlCapability = {
31281
31281
  methods: {
31282
31282
  startMowing: method(object({ deviceId: number().int().nonnegative() }), _void(), {
31283
31283
  kind: "mutation",
31284
- auth: "admin"
31284
+ auth: "protected"
31285
31285
  }),
31286
31286
  pause: method(object({ deviceId: number().int().nonnegative() }), _void(), {
31287
31287
  kind: "mutation",
31288
- auth: "admin"
31288
+ auth: "protected"
31289
31289
  }),
31290
31290
  dock: method(object({ deviceId: number().int().nonnegative() }), _void(), {
31291
31291
  kind: "mutation",
31292
- auth: "admin"
31292
+ auth: "protected"
31293
31293
  })
31294
31294
  },
31295
31295
  status: {
@@ -31691,18 +31691,18 @@ var lockControlCapability = {
31691
31691
  code: string().min(1).optional()
31692
31692
  }), _void(), {
31693
31693
  kind: "mutation",
31694
- auth: "admin"
31694
+ auth: "protected"
31695
31695
  }),
31696
31696
  unlock: method(object({
31697
31697
  deviceId: number().int().nonnegative(),
31698
31698
  code: string().min(1).optional()
31699
31699
  }), _void(), {
31700
31700
  kind: "mutation",
31701
- auth: "admin"
31701
+ auth: "protected"
31702
31702
  }),
31703
31703
  open: method(object({ deviceId: number().int().nonnegative() }), _void(), {
31704
31704
  kind: "mutation",
31705
- auth: "admin"
31705
+ auth: "protected"
31706
31706
  })
31707
31707
  },
31708
31708
  status: {
@@ -31805,65 +31805,65 @@ var mediaPlayerCapability = {
31805
31805
  methods: {
31806
31806
  play: method(object({ deviceId: number().int().nonnegative() }), _void(), {
31807
31807
  kind: "mutation",
31808
- auth: "admin"
31808
+ auth: "protected"
31809
31809
  }),
31810
31810
  pause: method(object({ deviceId: number().int().nonnegative() }), _void(), {
31811
31811
  kind: "mutation",
31812
- auth: "admin"
31812
+ auth: "protected"
31813
31813
  }),
31814
31814
  stop: method(object({ deviceId: number().int().nonnegative() }), _void(), {
31815
31815
  kind: "mutation",
31816
- auth: "admin"
31816
+ auth: "protected"
31817
31817
  }),
31818
31818
  next: method(object({ deviceId: number().int().nonnegative() }), _void(), {
31819
31819
  kind: "mutation",
31820
- auth: "admin"
31820
+ auth: "protected"
31821
31821
  }),
31822
31822
  previous: method(object({ deviceId: number().int().nonnegative() }), _void(), {
31823
31823
  kind: "mutation",
31824
- auth: "admin"
31824
+ auth: "protected"
31825
31825
  }),
31826
31826
  seek: method(object({
31827
31827
  deviceId: number().int().nonnegative(),
31828
31828
  positionMs: number().int().nonnegative()
31829
31829
  }), _void(), {
31830
31830
  kind: "mutation",
31831
- auth: "admin"
31831
+ auth: "protected"
31832
31832
  }),
31833
31833
  setVolume: method(object({
31834
31834
  deviceId: number().int().nonnegative(),
31835
31835
  volumeLevel: number().min(0).max(100)
31836
31836
  }), _void(), {
31837
31837
  kind: "mutation",
31838
- auth: "admin"
31838
+ auth: "protected"
31839
31839
  }),
31840
31840
  setMute: method(object({
31841
31841
  deviceId: number().int().nonnegative(),
31842
31842
  muted: boolean()
31843
31843
  }), _void(), {
31844
31844
  kind: "mutation",
31845
- auth: "admin"
31845
+ auth: "protected"
31846
31846
  }),
31847
31847
  setShuffle: method(object({
31848
31848
  deviceId: number().int().nonnegative(),
31849
31849
  shuffle: boolean()
31850
31850
  }), _void(), {
31851
31851
  kind: "mutation",
31852
- auth: "admin"
31852
+ auth: "protected"
31853
31853
  }),
31854
31854
  setRepeat: method(object({
31855
31855
  deviceId: number().int().nonnegative(),
31856
31856
  repeat: MediaPlayerRepeatSchema
31857
31857
  }), _void(), {
31858
31858
  kind: "mutation",
31859
- auth: "admin"
31859
+ auth: "protected"
31860
31860
  }),
31861
31861
  selectSource: method(object({
31862
31862
  deviceId: number().int().nonnegative(),
31863
31863
  source: string().min(1)
31864
31864
  }), _void(), {
31865
31865
  kind: "mutation",
31866
- auth: "admin"
31866
+ auth: "protected"
31867
31867
  }),
31868
31868
  playMedia: method(object({
31869
31869
  deviceId: number().int().nonnegative(),
@@ -31874,7 +31874,7 @@ var mediaPlayerCapability = {
31874
31874
  mediaType: string().min(1)
31875
31875
  }), _void(), {
31876
31876
  kind: "mutation",
31877
- auth: "admin"
31877
+ auth: "protected"
31878
31878
  })
31879
31879
  },
31880
31880
  status: {
@@ -33674,27 +33674,27 @@ var petFeederCapability = {
33674
33674
  hopper2: gramsPortion.optional()
33675
33675
  }), _void(), {
33676
33676
  kind: "mutation",
33677
- auth: "admin"
33677
+ auth: "protected"
33678
33678
  }),
33679
33679
  /** Cancel an in-progress manual feed. */
33680
33680
  cancelFeed: method(object({ deviceId: number().int().nonnegative() }), _void(), {
33681
33681
  kind: "mutation",
33682
- auth: "admin"
33682
+ auth: "protected"
33683
33683
  }),
33684
33684
  /** Reset the desiccant "days remaining" counter after replacing it. */
33685
33685
  resetDesiccant: method(object({ deviceId: number().int().nonnegative() }), _void(), {
33686
33686
  kind: "mutation",
33687
- auth: "admin"
33687
+ auth: "protected"
33688
33688
  }),
33689
33689
  /** Mark a hopper as refilled (D4H/D4S/D4SH). */
33690
33690
  markFoodReplenished: method(object({ deviceId: number().int().nonnegative() }), _void(), {
33691
33691
  kind: "mutation",
33692
- auth: "admin"
33692
+ auth: "protected"
33693
33693
  }),
33694
33694
  /** Call the pet with the recorded prompt (D3). */
33695
33695
  callPet: method(object({ deviceId: number().int().nonnegative() }), _void(), {
33696
33696
  kind: "mutation",
33697
- auth: "admin"
33697
+ auth: "protected"
33698
33698
  }),
33699
33699
  /** Play a stored sound by id (D3 / D4H / D4SH). */
33700
33700
  playSound: method(object({
@@ -33702,7 +33702,7 @@ var petFeederCapability = {
33702
33702
  soundId: number().int().nonnegative()
33703
33703
  }), _void(), {
33704
33704
  kind: "mutation",
33705
- auth: "admin"
33705
+ auth: "protected"
33706
33706
  }),
33707
33707
  /** Toggle the child-lock (manual-lock) setting. */
33708
33708
  setChildLock: method(object({
@@ -33710,7 +33710,7 @@ var petFeederCapability = {
33710
33710
  on: boolean()
33711
33711
  }), _void(), {
33712
33712
  kind: "mutation",
33713
- auth: "admin"
33713
+ auth: "protected"
33714
33714
  }),
33715
33715
  /** Toggle the front indicator light. */
33716
33716
  setIndicatorLight: method(object({
@@ -33718,7 +33718,7 @@ var petFeederCapability = {
33718
33718
  on: boolean()
33719
33719
  }), _void(), {
33720
33720
  kind: "mutation",
33721
- auth: "admin"
33721
+ auth: "protected"
33722
33722
  }),
33723
33723
  /** Toggle the dispense chime. */
33724
33724
  setFeedSound: method(object({
@@ -33726,7 +33726,7 @@ var petFeederCapability = {
33726
33726
  on: boolean()
33727
33727
  }), _void(), {
33728
33728
  kind: "mutation",
33729
- auth: "admin"
33729
+ auth: "protected"
33730
33730
  }),
33731
33731
  /** Set the speaker / prompt volume level. */
33732
33732
  setVolume: method(object({
@@ -33734,7 +33734,7 @@ var petFeederCapability = {
33734
33734
  level: number().int().nonnegative()
33735
33735
  }), _void(), {
33736
33736
  kind: "mutation",
33737
- auth: "admin"
33737
+ auth: "protected"
33738
33738
  })
33739
33739
  },
33740
33740
  status: {
@@ -36347,7 +36347,7 @@ var switchCapability = {
36347
36347
  on: boolean()
36348
36348
  }), _void(), {
36349
36349
  kind: "mutation",
36350
- auth: "admin"
36350
+ auth: "protected"
36351
36351
  }) },
36352
36352
  events: { onStateChanged: { data: object({
36353
36353
  deviceId: number(),
@@ -37486,30 +37486,30 @@ var vacuumControlCapability = {
37486
37486
  methods: {
37487
37487
  start: method(object({ deviceId: number().int().nonnegative() }), _void(), {
37488
37488
  kind: "mutation",
37489
- auth: "admin"
37489
+ auth: "protected"
37490
37490
  }),
37491
37491
  pause: method(object({ deviceId: number().int().nonnegative() }), _void(), {
37492
37492
  kind: "mutation",
37493
- auth: "admin"
37493
+ auth: "protected"
37494
37494
  }),
37495
37495
  stop: method(object({ deviceId: number().int().nonnegative() }), _void(), {
37496
37496
  kind: "mutation",
37497
- auth: "admin"
37497
+ auth: "protected"
37498
37498
  }),
37499
37499
  returnToBase: method(object({ deviceId: number().int().nonnegative() }), _void(), {
37500
37500
  kind: "mutation",
37501
- auth: "admin"
37501
+ auth: "protected"
37502
37502
  }),
37503
37503
  locate: method(object({ deviceId: number().int().nonnegative() }), _void(), {
37504
37504
  kind: "mutation",
37505
- auth: "admin"
37505
+ auth: "protected"
37506
37506
  }),
37507
37507
  setFanSpeed: method(object({
37508
37508
  deviceId: number().int().nonnegative(),
37509
37509
  speed: string().min(1)
37510
37510
  }), _void(), {
37511
37511
  kind: "mutation",
37512
- auth: "admin"
37512
+ auth: "protected"
37513
37513
  })
37514
37514
  },
37515
37515
  status: {
@@ -37553,22 +37553,22 @@ var valveCapability = {
37553
37553
  methods: {
37554
37554
  open: method(object({ deviceId: number().int().nonnegative() }), _void(), {
37555
37555
  kind: "mutation",
37556
- auth: "admin"
37556
+ auth: "protected"
37557
37557
  }),
37558
37558
  close: method(object({ deviceId: number().int().nonnegative() }), _void(), {
37559
37559
  kind: "mutation",
37560
- auth: "admin"
37560
+ auth: "protected"
37561
37561
  }),
37562
37562
  stop: method(object({ deviceId: number().int().nonnegative() }), _void(), {
37563
37563
  kind: "mutation",
37564
- auth: "admin"
37564
+ auth: "protected"
37565
37565
  }),
37566
37566
  setPosition: method(object({
37567
37567
  deviceId: number().int().nonnegative(),
37568
37568
  position: number().min(0).max(100)
37569
37569
  }), _void(), {
37570
37570
  kind: "mutation",
37571
- auth: "admin"
37571
+ auth: "protected"
37572
37572
  })
37573
37573
  },
37574
37574
  status: {
@@ -37667,21 +37667,21 @@ var waterHeaterCapability = {
37667
37667
  temp: number().finite()
37668
37668
  }), _void(), {
37669
37669
  kind: "mutation",
37670
- auth: "admin"
37670
+ auth: "protected"
37671
37671
  }),
37672
37672
  setOperationMode: method(object({
37673
37673
  deviceId: number().int().nonnegative(),
37674
37674
  mode: string().min(1)
37675
37675
  }), _void(), {
37676
37676
  kind: "mutation",
37677
- auth: "admin"
37677
+ auth: "protected"
37678
37678
  }),
37679
37679
  setAway: method(object({
37680
37680
  deviceId: number().int().nonnegative(),
37681
37681
  on: boolean()
37682
37682
  }), _void(), {
37683
37683
  kind: "mutation",
37684
- auth: "admin"
37684
+ auth: "protected"
37685
37685
  })
37686
37686
  },
37687
37687
  status: {
@@ -1,2 +1,2 @@
1
- import { n as e, t } from "./virtual_mf-REMOTE_ENTRY_ID___mfe_internal__addon_osd_manager_page__remoteEntry_js-DZjvcVDU.mjs";
1
+ import { n as e, t } from "./virtual_mf-REMOTE_ENTRY_ID___mfe_internal__addon_osd_manager_page__remoteEntry_js-EQB13ywI.mjs";
2
2
  export { t as get, e as init };
@@ -2753,7 +2753,7 @@ async function rr(e) {
2753
2753
  }
2754
2754
  }
2755
2755
  async function ir() {
2756
- return tr ||= rr(() => import("./_virtual_mf-localSharedImportMap___mfe_internal__addon_osd_manager_page-BjOWOGEX.mjs")).catch((e) => {
2756
+ return tr ||= rr(() => import("./_virtual_mf-localSharedImportMap___mfe_internal__addon_osd_manager_page-C2Wrpp1v.mjs")).catch((e) => {
2757
2757
  throw tr = void 0, e;
2758
2758
  }), tr;
2759
2759
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camstack/addon-osd-manager",
3
- "version": "0.1.82",
3
+ "version": "0.1.83",
4
4
  "description": "Binds camera on-screen-display slots to live state and recognitions",
5
5
  "keywords": [
6
6
  "camstack",