@matter/types 0.11.9-alpha.0-20241205-ccf69a00a → 0.11.9-alpha.0-20241206-22f233334
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/cjs/clusters/bridged-device-basic-information.d.ts +58 -7
- package/dist/cjs/clusters/bridged-device-basic-information.d.ts.map +1 -1
- package/dist/cjs/clusters/bridged-device-basic-information.js +19 -2
- package/dist/cjs/clusters/bridged-device-basic-information.js.map +1 -1
- package/dist/cjs/clusters/content-launcher.d.ts +10 -10
- package/dist/cjs/clusters/content-launcher.d.ts.map +1 -1
- package/dist/cjs/clusters/content-launcher.js +22 -22
- package/dist/cjs/clusters/content-launcher.js.map +2 -2
- package/dist/cjs/clusters/device-energy-management-mode.d.ts +411 -25
- package/dist/cjs/clusters/device-energy-management-mode.d.ts.map +1 -1
- package/dist/cjs/clusters/device-energy-management-mode.js +90 -1
- package/dist/cjs/clusters/device-energy-management-mode.js.map +1 -1
- package/dist/cjs/clusters/dishwasher-alarm.d.ts +1253 -42
- package/dist/cjs/clusters/dishwasher-alarm.d.ts.map +1 -1
- package/dist/cjs/clusters/dishwasher-alarm.js +72 -9
- package/dist/cjs/clusters/dishwasher-alarm.js.map +1 -1
- package/dist/cjs/clusters/dishwasher-mode.d.ts +340 -17
- package/dist/cjs/clusters/dishwasher-mode.d.ts.map +1 -1
- package/dist/cjs/clusters/dishwasher-mode.js +91 -2
- package/dist/cjs/clusters/dishwasher-mode.js.map +1 -1
- package/dist/cjs/clusters/door-lock.d.ts +1287 -135
- package/dist/cjs/clusters/door-lock.d.ts.map +1 -1
- package/dist/cjs/clusters/door-lock.js +199 -3
- package/dist/cjs/clusters/door-lock.js.map +1 -1
- package/dist/cjs/clusters/energy-evse-mode.d.ts +409 -25
- package/dist/cjs/clusters/energy-evse-mode.d.ts.map +1 -1
- package/dist/cjs/clusters/energy-evse-mode.js +90 -1
- package/dist/cjs/clusters/energy-evse-mode.js.map +1 -1
- package/dist/cjs/clusters/fan-control.d.ts +5 -0
- package/dist/cjs/clusters/fan-control.d.ts.map +1 -1
- package/dist/cjs/clusters/fan-control.js.map +1 -1
- package/dist/cjs/clusters/groups.d.ts +12 -0
- package/dist/cjs/clusters/groups.d.ts.map +1 -1
- package/dist/cjs/clusters/groups.js +7 -1
- package/dist/cjs/clusters/groups.js.map +1 -1
- package/dist/cjs/clusters/laundry-washer-mode.d.ts +340 -17
- package/dist/cjs/clusters/laundry-washer-mode.d.ts.map +1 -1
- package/dist/cjs/clusters/laundry-washer-mode.js +91 -2
- package/dist/cjs/clusters/laundry-washer-mode.js.map +1 -1
- package/dist/cjs/clusters/microwave-oven-mode.d.ts +330 -13
- package/dist/cjs/clusters/microwave-oven-mode.d.ts.map +1 -1
- package/dist/cjs/clusters/microwave-oven-mode.js +90 -2
- package/dist/cjs/clusters/microwave-oven-mode.js.map +1 -1
- package/dist/cjs/clusters/mode-base.d.ts +68 -68
- package/dist/cjs/clusters/mode-base.d.ts.map +1 -1
- package/dist/cjs/clusters/mode-base.js +16 -16
- package/dist/cjs/clusters/mode-base.js.map +2 -2
- package/dist/cjs/clusters/oven-mode.d.ts +409 -25
- package/dist/cjs/clusters/oven-mode.d.ts.map +1 -1
- package/dist/cjs/clusters/oven-mode.js +90 -1
- package/dist/cjs/clusters/oven-mode.js.map +1 -1
- package/dist/cjs/clusters/pump-configuration-and-control.d.ts +15 -0
- package/dist/cjs/clusters/pump-configuration-and-control.d.ts.map +1 -1
- package/dist/cjs/clusters/pump-configuration-and-control.js +6 -1
- package/dist/cjs/clusters/pump-configuration-and-control.js.map +1 -1
- package/dist/cjs/clusters/refrigerator-alarm.d.ts +364 -36
- package/dist/cjs/clusters/refrigerator-alarm.d.ts.map +1 -1
- package/dist/cjs/clusters/refrigerator-alarm.js +46 -8
- package/dist/cjs/clusters/refrigerator-alarm.js.map +1 -1
- package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +340 -17
- package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts.map +1 -1
- package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +91 -2
- package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js.map +1 -1
- package/dist/cjs/clusters/rvc-clean-mode.d.ts +374 -23
- package/dist/cjs/clusters/rvc-clean-mode.d.ts.map +1 -1
- package/dist/cjs/clusters/rvc-clean-mode.js +99 -6
- package/dist/cjs/clusters/rvc-clean-mode.js.map +2 -2
- package/dist/cjs/clusters/rvc-operational-state.d.ts +248 -22
- package/dist/cjs/clusters/rvc-operational-state.d.ts.map +1 -1
- package/dist/cjs/clusters/rvc-operational-state.js +59 -10
- package/dist/cjs/clusters/rvc-operational-state.js.map +1 -1
- package/dist/cjs/clusters/rvc-run-mode.d.ts +401 -40
- package/dist/cjs/clusters/rvc-run-mode.d.ts.map +1 -1
- package/dist/cjs/clusters/rvc-run-mode.js +101 -8
- package/dist/cjs/clusters/rvc-run-mode.js.map +2 -2
- package/dist/cjs/clusters/thermostat.d.ts +262 -61
- package/dist/cjs/clusters/thermostat.d.ts.map +1 -1
- package/dist/cjs/clusters/thermostat.js +72 -58
- package/dist/cjs/clusters/thermostat.js.map +1 -1
- package/dist/esm/clusters/bridged-device-basic-information.d.ts +58 -7
- package/dist/esm/clusters/bridged-device-basic-information.d.ts.map +1 -1
- package/dist/esm/clusters/bridged-device-basic-information.js +19 -2
- package/dist/esm/clusters/bridged-device-basic-information.js.map +1 -1
- package/dist/esm/clusters/content-launcher.d.ts +10 -10
- package/dist/esm/clusters/content-launcher.d.ts.map +1 -1
- package/dist/esm/clusters/content-launcher.js +22 -22
- package/dist/esm/clusters/content-launcher.js.map +2 -2
- package/dist/esm/clusters/device-energy-management-mode.d.ts +411 -25
- package/dist/esm/clusters/device-energy-management-mode.d.ts.map +1 -1
- package/dist/esm/clusters/device-energy-management-mode.js +91 -2
- package/dist/esm/clusters/device-energy-management-mode.js.map +1 -1
- package/dist/esm/clusters/dishwasher-alarm.d.ts +1253 -42
- package/dist/esm/clusters/dishwasher-alarm.d.ts.map +1 -1
- package/dist/esm/clusters/dishwasher-alarm.js +72 -9
- package/dist/esm/clusters/dishwasher-alarm.js.map +1 -1
- package/dist/esm/clusters/dishwasher-mode.d.ts +340 -17
- package/dist/esm/clusters/dishwasher-mode.d.ts.map +1 -1
- package/dist/esm/clusters/dishwasher-mode.js +91 -2
- package/dist/esm/clusters/dishwasher-mode.js.map +1 -1
- package/dist/esm/clusters/door-lock.d.ts +1287 -135
- package/dist/esm/clusters/door-lock.d.ts.map +1 -1
- package/dist/esm/clusters/door-lock.js +199 -3
- package/dist/esm/clusters/door-lock.js.map +1 -1
- package/dist/esm/clusters/energy-evse-mode.d.ts +409 -25
- package/dist/esm/clusters/energy-evse-mode.d.ts.map +1 -1
- package/dist/esm/clusters/energy-evse-mode.js +91 -2
- package/dist/esm/clusters/energy-evse-mode.js.map +1 -1
- package/dist/esm/clusters/fan-control.d.ts +5 -0
- package/dist/esm/clusters/fan-control.d.ts.map +1 -1
- package/dist/esm/clusters/fan-control.js.map +1 -1
- package/dist/esm/clusters/groups.d.ts +12 -0
- package/dist/esm/clusters/groups.d.ts.map +1 -1
- package/dist/esm/clusters/groups.js +7 -1
- package/dist/esm/clusters/groups.js.map +1 -1
- package/dist/esm/clusters/laundry-washer-mode.d.ts +340 -17
- package/dist/esm/clusters/laundry-washer-mode.d.ts.map +1 -1
- package/dist/esm/clusters/laundry-washer-mode.js +91 -2
- package/dist/esm/clusters/laundry-washer-mode.js.map +1 -1
- package/dist/esm/clusters/microwave-oven-mode.d.ts +330 -13
- package/dist/esm/clusters/microwave-oven-mode.d.ts.map +1 -1
- package/dist/esm/clusters/microwave-oven-mode.js +91 -3
- package/dist/esm/clusters/microwave-oven-mode.js.map +1 -1
- package/dist/esm/clusters/mode-base.d.ts +68 -68
- package/dist/esm/clusters/mode-base.d.ts.map +1 -1
- package/dist/esm/clusters/mode-base.js +17 -17
- package/dist/esm/clusters/mode-base.js.map +2 -2
- package/dist/esm/clusters/oven-mode.d.ts +409 -25
- package/dist/esm/clusters/oven-mode.d.ts.map +1 -1
- package/dist/esm/clusters/oven-mode.js +91 -2
- package/dist/esm/clusters/oven-mode.js.map +1 -1
- package/dist/esm/clusters/pump-configuration-and-control.d.ts +15 -0
- package/dist/esm/clusters/pump-configuration-and-control.d.ts.map +1 -1
- package/dist/esm/clusters/pump-configuration-and-control.js +6 -1
- package/dist/esm/clusters/pump-configuration-and-control.js.map +1 -1
- package/dist/esm/clusters/refrigerator-alarm.d.ts +364 -36
- package/dist/esm/clusters/refrigerator-alarm.d.ts.map +1 -1
- package/dist/esm/clusters/refrigerator-alarm.js +46 -8
- package/dist/esm/clusters/refrigerator-alarm.js.map +1 -1
- package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +340 -17
- package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts.map +1 -1
- package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +91 -2
- package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js.map +1 -1
- package/dist/esm/clusters/rvc-clean-mode.d.ts +374 -23
- package/dist/esm/clusters/rvc-clean-mode.d.ts.map +1 -1
- package/dist/esm/clusters/rvc-clean-mode.js +99 -6
- package/dist/esm/clusters/rvc-clean-mode.js.map +2 -2
- package/dist/esm/clusters/rvc-operational-state.d.ts +248 -22
- package/dist/esm/clusters/rvc-operational-state.d.ts.map +1 -1
- package/dist/esm/clusters/rvc-operational-state.js +60 -11
- package/dist/esm/clusters/rvc-operational-state.js.map +1 -1
- package/dist/esm/clusters/rvc-run-mode.d.ts +401 -40
- package/dist/esm/clusters/rvc-run-mode.d.ts.map +1 -1
- package/dist/esm/clusters/rvc-run-mode.js +101 -8
- package/dist/esm/clusters/rvc-run-mode.js.map +2 -2
- package/dist/esm/clusters/thermostat.d.ts +262 -61
- package/dist/esm/clusters/thermostat.d.ts.map +1 -1
- package/dist/esm/clusters/thermostat.js +72 -58
- package/dist/esm/clusters/thermostat.js.map +1 -1
- package/package.json +5 -5
- package/src/clusters/bridged-device-basic-information.ts +46 -2
- package/src/clusters/content-launcher.ts +5 -5
- package/src/clusters/device-energy-management-mode.ts +184 -3
- package/src/clusters/dishwasher-alarm.ts +115 -9
- package/src/clusters/dishwasher-mode.ts +188 -3
- package/src/clusters/door-lock.ts +247 -3
- package/src/clusters/energy-evse-mode.ts +182 -3
- package/src/clusters/fan-control.ts +5 -0
- package/src/clusters/groups.ts +8 -1
- package/src/clusters/laundry-washer-mode.ts +188 -3
- package/src/clusters/microwave-oven-mode.ts +182 -4
- package/src/clusters/mode-base.ts +77 -77
- package/src/clusters/oven-mode.ts +182 -3
- package/src/clusters/pump-configuration-and-control.ts +7 -1
- package/src/clusters/refrigerator-alarm.ts +76 -8
- package/src/clusters/refrigerator-and-temperature-controlled-cabinet-mode.ts +188 -3
- package/src/clusters/rvc-clean-mode.ts +227 -10
- package/src/clusters/rvc-operational-state.ts +112 -11
- package/src/clusters/rvc-run-mode.ts +253 -26
- package/src/clusters/thermostat.ts +80 -65
- package/src/globals/WildcardPathFlags.ts +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dishwasher-alarm.d.ts","sourceRoot":"","sources":["../../../src/clusters/dishwasher-alarm.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,6CAA6C;AAE7C,OAAO,EAAE,cAAc,EAAE,MAAM,uCAAuC,CAAC;AACvE,OAAO,EACH,cAAc,EACd,OAAO,EAEP,SAAS,EACT,eAAe,EACf,KAAK,EAER,MAAM,uBAAuB,CAAC;
|
|
1
|
+
{"version":3,"file":"dishwasher-alarm.d.ts","sourceRoot":"","sources":["../../../src/clusters/dishwasher-alarm.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,6CAA6C;AAE7C,OAAO,EAAE,cAAc,EAAE,MAAM,uCAAuC,CAAC;AACvE,OAAO,EACH,cAAc,EACd,OAAO,EAEP,SAAS,EACT,eAAe,EACf,KAAK,EAER,MAAM,uBAAuB,CAAC;AAC/B,OAAO,EAAE,OAAO,EAAE,MAAM,2BAA2B,CAAC;AAGpD,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAE,QAAQ,EAAE,MAAM,UAAU,CAAC;AAGpC,yBAAiB,eAAe,CAAC;IAC7B;;;;OAIG;IACH,KAAY,OAAO;QACf;;;;;;WAMG;QACH,KAAK,UAAU;KAClB;IAED;;OAEG;IACI,MAAM,KAAK;QACd;;WAEG;;QAGH;;WAEG;;QAGH;;WAEG;;QAGH;;WAEG;;QAGH;;WAEG;;QAGH;;WAEG;;KAEN,CAAC;IAEF;;;;OAIG;IACI,MAAM,eAAe;QACxB;;;;;;;WAOG;;YA5CH;;eAEG;;YAGH;;eAEG;;YAGH;;eAEG;;YAGH;;eAEG;;YAGH;;eAEG;;YAGH;;eAEG;;;MAmBL,CAAC;IAEH;;;;OAIG;IACH,UAAiB,YAAa,SAAQ,cAAc,CAAC,OAAO,eAAe,CAAC;KAAG;IAE/E;;;;OAIG;IACI,MAAM,6BAA6B;QACtC;;;;;;;;;;;;;;;;;;;;;WAqBG;;YAlFH;;eAEG;;YAGH;;eAEG;;YAGH;;eAEG;;YAGH;;eAEG;;YAGH;;eAEG;;YAGH;;eAEG;;;MAyDL,CAAC;IAEH;;;;OAIG;IACH,UAAiB,0BAA2B,SAAQ,cAAc,CAAC,OAAO,6BAA6B,CAAC;KAAG;IAE3G;;;;OAIG;IACI,MAAM,cAAc;QACvB;;;;WAIG;;YAvGH;;eAEG;;YAGH;;eAEG;;YAGH;;eAEG;;YAGH;;eAEG;;YAGH;;eAEG;;YAGH;;eAEG;;;QA+EH;;;;WAIG;;YA9GH;;eAEG;;YAGH;;eAEG;;YAGH;;eAEG;;YAGH;;eAEG;;YAGH;;eAEG;;YAGH;;eAEG;;;QAsFH;;;;;WAKG;;YAtHH;;eAEG;;YAGH;;eAEG;;YAGH;;eAEG;;YAGH;;eAEG;;YAGH;;eAEG;;YAGH;;eAEG;;;QA8FH;;;;WAIG;;YA7HH;;eAEG;;YAGH;;eAEG;;YAGH;;eAEG;;YAGH;;eAEG;;YAGH;;eAEG;;YAGH;;eAEG;;;MAoGL,CAAC;IAEH;;;;OAIG;IACH,UAAiB,WAAY,SAAQ,cAAc,CAAC,OAAO,cAAc,CAAC;KAAG;IAE7E;;OAEG;IACI,MAAM,cAAc;;YAEnB;;;;;;eAMG;;gBAnJP;;mBAEG;;gBAGH;;mBAEG;;gBAGH;;mBAEG;;gBAGH;;mBAEG;;gBAGH;;mBAEG;;gBAGH;;mBAEG;;;;;YA6HC;;;;;eAKG;;gBAxHP;;;;;;;mBAOG;;oBA5CH;;uBAEG;;oBAGH;;uBAEG;;oBAGH;;uBAEG;;oBAGH;;uBAEG;;oBAGH;;uBAEG;;oBAGH;;uBAEG;;;;;KAqIL,CAAC;IAEH;;OAEG;IACI,MAAM,IAAI;;;;;YAMT;;;;;;eAMG;;;;YAKH;;;;;eAKG;;gBA3LP;;mBAEG;;gBAGH;;mBAEG;;gBAGH;;mBAEG;;gBAGH;;mBAEG;;gBAGH;;mBAEG;;gBAGH;;mBAEG;;;YAmKC;;;;;eAKG;;gBAnMP;;mBAEG;;gBAGH;;mBAEG;;gBAGH;;mBAEG;;gBAGH;;mBAEG;;gBAGH;;mBAEG;;gBAGH;;mBAEG;;;YA2KC;;;;;;;eAOG;;gBA7MP;;mBAEG;;gBAGH;;mBAEG;;gBAGH;;mBAEG;;gBAGH;;mBAEG;;gBAGH;;mBAEG;;gBAGH;;mBAEG;;;;;YAuLC;;;;eAIG;;gBAzJP;;;;;;;;;;;;;;;;;;;;;mBAqBG;;oBAlFH;;uBAEG;;oBAGH;;uBAEG;;oBAGH;;uBAEG;;oBAGH;;uBAEG;;oBAGH;;uBAEG;;oBAGH;;uBAEG;;;;;;YAgMC;;;;eAIG;;gBA5HP;;;;mBAIG;;oBAvGH;;uBAEG;;oBAGH;;uBAEG;;oBAGH;;uBAEG;;oBAGH;;uBAEG;;oBAGH;;uBAEG;;oBAGH;;uBAEG;;;gBA+EH;;;;mBAIG;;oBA9GH;;uBAEG;;oBAGH;;uBAEG;;oBAGH;;uBAEG;;oBAGH;;uBAEG;;oBAGH;;uBAEG;;oBAGH;;uBAEG;;;gBAsFH;;;;;mBAKG;;oBAtHH;;uBAEG;;oBAGH;;uBAEG;;oBAGH;;uBAEG;;oBAGH;;uBAEG;;oBAGH;;uBAEG;;oBAGH;;uBAEG;;;gBA8FH;;;;mBAIG;;oBA7HH;;uBAEG;;oBAGH;;uBAEG;;oBAGH;;uBAEG;;oBAGH;;uBAEG;;oBAGH;;uBAEG;;oBAGH;;uBAEG;;;;;QAwMH;;;WAGG;;;;;;;oBAzFC;;;;;;uBAMG;;wBAnJP;;2BAEG;;wBAGH;;2BAEG;;wBAGH;;2BAEG;;wBAGH;;2BAEG;;wBAGH;;2BAEG;;wBAGH;;2BAEG;;;;;oBA6HC;;;;;uBAKG;;wBAxHP;;;;;;;2BAOG;;4BA5CH;;+BAEG;;4BAGH;;+BAEG;;4BAGH;;+BAEG;;4BAGH;;+BAEG;;4BAGH;;+BAEG;;4BAGH;;+BAEG;;;;;;;KA6ML,CAAC;IAEH;;OAEG;IACI,MAAM,eAAe;;;;;YAlEpB;;;;;;eAMG;;;;YAKH;;;;;eAKG;;gBA3LP;;mBAEG;;gBAGH;;mBAEG;;gBAGH;;mBAEG;;gBAGH;;mBAEG;;gBAGH;;mBAEG;;gBAGH;;mBAEG;;;YAmKC;;;;;eAKG;;gBAnMP;;mBAEG;;gBAGH;;mBAEG;;gBAGH;;mBAEG;;gBAGH;;mBAEG;;gBAGH;;mBAEG;;gBAGH;;mBAEG;;;YA2KC;;;;;;;eAOG;;gBA7MP;;mBAEG;;gBAGH;;mBAEG;;gBAGH;;mBAEG;;gBAGH;;mBAEG;;gBAGH;;mBAEG;;gBAGH;;mBAEG;;;;;YAuLC;;;;eAIG;;gBAzJP;;;;;;;;;;;;;;;;;;;;;mBAqBG;;oBAlFH;;uBAEG;;oBAGH;;uBAEG;;oBAGH;;uBAEG;;oBAGH;;uBAEG;;oBAGH;;uBAEG;;oBAGH;;uBAEG;;;;;;YAgMC;;;;eAIG;;gBA5HP;;;;mBAIG;;oBAvGH;;uBAEG;;oBAGH;;uBAEG;;oBAGH;;uBAEG;;oBAGH;;uBAEG;;oBAGH;;uBAEG;;oBAGH;;uBAEG;;;gBA+EH;;;;mBAIG;;oBA9GH;;uBAEG;;oBAGH;;uBAEG;;oBAGH;;uBAEG;;oBAGH;;uBAEG;;oBAGH;;uBAEG;;oBAGH;;uBAEG;;;gBAsFH;;;;;mBAKG;;oBAtHH;;uBAEG;;oBAGH;;uBAEG;;oBAGH;;uBAEG;;oBAGH;;uBAEG;;oBAGH;;uBAEG;;oBAGH;;uBAEG;;;gBA8FH;;;;mBAIG;;oBA7HH;;uBAEG;;oBAGH;;uBAEG;;oBAGH;;uBAEG;;oBAGH;;uBAEG;;oBAGH;;uBAEG;;oBAGH;;uBAEG;;;;;QAwMH;;;WAGG;;;;;;;oBAzFC;;;;;;uBAMG;;wBAnJP;;2BAEG;;wBAGH;;2BAEG;;wBAGH;;2BAEG;;wBAGH;;2BAEG;;wBAGH;;2BAEG;;wBAGH;;2BAEG;;;;;oBA6HC;;;;;uBAKG;;wBAxHP;;;;;;;2BAOG;;4BA5CH;;+BAEG;;4BAGH;;+BAEG;;4BAGH;;+BAEG;;4BAGH;;+BAEG;;4BAGH;;+BAEG;;4BAGH;;+BAEG;;;;;;;UAkN4C,CAAC;IAEpD;;;;;;;OAOG;IACH,UAAiB,OAAQ,SAAQ,QAAQ,CAAC,OAAO,eAAe,CAAC;KAAG;IAE7D,MAAM,OAAO,EAAE,OAAyB,CAAC;IAGhD;;OAEG;IACI,MAAM,gBAAgB;;;;;YApFrB;;;;;;eAMG;;;;;gBAjLP;;mBAEG;;gBAGH;;mBAEG;;gBAGH;;mBAEG;;gBAGH;;mBAEG;;gBAGH;;mBAEG;;gBAGH;;mBAEG;;;;;;;;;;;gBA3BH;;mBAEG;;gBAGH;;mBAEG;;gBAGH;;mBAEG;;gBAGH;;mBAEG;;gBAGH;;mBAEG;;gBAGH;;mBAEG;;;;gBA3BH;;mBAEG;;gBAGH;;mBAEG;;gBAGH;;mBAEG;;gBAGH;;mBAEG;;gBAGH;;mBAEG;;gBAGH;;mBAEG;;;;gBA3BH;;mBAEG;;gBAGH;;mBAEG;;gBAGH;;mBAEG;;gBAGH;;mBAEG;;gBAGH;;mBAEG;;gBAGH;;mBAEG;;;;;gBAgJC;;;;;;mBAMG;;;;;;;;;gBA5IP;;;;;;;mBAOG;;oBA5CH;;uBAEG;;oBAGH;;uBAEG;;oBAGH;;uBAEG;;oBAGH;;uBAEG;;oBAGH;;uBAEG;;oBAGH;;uBAEG;;;;;;;;;;;YAuLC;;;;eAIG;;gBAzJP;;;;;;;;;;;;;;;;;;;;;mBAqBG;;oBAlFH;;uBAEG;;oBAGH;;uBAEG;;oBAGH;;uBAEG;;oBAGH;;uBAEG;;oBAGH;;uBAEG;;oBAGH;;uBAEG;;;;;;YAgMC;;;;eAIG;;gBA5HP;;;;mBAIG;;oBAvGH;;uBAEG;;oBAGH;;uBAEG;;oBAGH;;uBAEG;;oBAGH;;uBAEG;;oBAGH;;uBAEG;;oBAGH;;uBAEG;;;gBA+EH;;;;mBAIG;;oBA9GH;;uBAEG;;oBAGH;;uBAEG;;oBAGH;;uBAEG;;oBAGH;;uBAEG;;oBAGH;;uBAEG;;oBAGH;;uBAEG;;;gBAsFH;;;;;mBAKG;;oBAtHH;;uBAEG;;oBAGH;;uBAEG;;oBAGH;;uBAEG;;oBAGH;;uBAEG;;oBAGH;;uBAEG;;oBAGH;;uBAEG;;;gBA8FH;;;;mBAIG;;oBA7HH;;uBAEG;;oBAGH;;uBAEG;;oBAGH;;uBAEG;;oBAGH;;uBAEG;;oBAGH;;uBAEG;;oBAGH;;uBAEG;;;;;UAkPL,CAAC;IAEH;;;;;OAKG;IACH,UAAiB,QAAS,SAAQ,QAAQ,CAAC,OAAO,gBAAgB,CAAC;KAAG;IAE/D,MAAM,QAAQ,EAAE,QAA2B,CAAC;CACtD;AAED,MAAM,MAAM,sBAAsB,GAAG,eAAe,CAAC,OAAO,CAAC;AAC7D,eAAO,MAAM,sBAAsB,yBAA0B,CAAC"}
|
|
@@ -13,9 +13,9 @@ import {
|
|
|
13
13
|
Event,
|
|
14
14
|
EventPriority
|
|
15
15
|
} from "../cluster/Cluster.js";
|
|
16
|
-
import { TlvUInt32 } from "../tlv/TlvNumber.js";
|
|
17
|
-
import { AlarmBase } from "./alarm-base.js";
|
|
18
16
|
import { BitFlag } from "../schema/BitmapSchema.js";
|
|
17
|
+
import { TlvUInt32, TlvBitmap } from "../tlv/TlvNumber.js";
|
|
18
|
+
import { TlvField, TlvObject } from "../tlv/TlvObject.js";
|
|
19
19
|
import { ClusterRegistry } from "../cluster/ClusterRegistry.js";
|
|
20
20
|
var DishwasherAlarm;
|
|
21
21
|
((DishwasherAlarm2) => {
|
|
@@ -49,6 +49,69 @@ var DishwasherAlarm;
|
|
|
49
49
|
*/
|
|
50
50
|
waterLevelError: BitFlag(5)
|
|
51
51
|
};
|
|
52
|
+
DishwasherAlarm2.TlvResetRequest = TlvObject({
|
|
53
|
+
/**
|
|
54
|
+
* This field shall indicate a bitmap where each bit set in this field corresponds to an alarm that shall be
|
|
55
|
+
* reset to inactive in the State attribute unless the alarm definition requires manual intervention. If the
|
|
56
|
+
* alarms indicated are successfully reset, the response status code shall be SUCCESS, otherwise, the response
|
|
57
|
+
* status code shall be FAILURE.
|
|
58
|
+
*
|
|
59
|
+
* @see {@link MatterSpecification.v13.Cluster} § 1.15.7.1.1
|
|
60
|
+
*/
|
|
61
|
+
alarms: TlvField(0, TlvBitmap(TlvUInt32, DishwasherAlarm2.Alarm))
|
|
62
|
+
});
|
|
63
|
+
DishwasherAlarm2.TlvModifyEnabledAlarmsRequest = TlvObject({
|
|
64
|
+
/**
|
|
65
|
+
* This field shall indicate a bitmap where each bit set in the this field corresponds to an alarm that SHOULD
|
|
66
|
+
* be enabled or suppressed. A value of 1 shall indicate that the alarm SHOULD be enabled while a value of 0
|
|
67
|
+
* shall indicate that the alarm SHOULD be suppressed.
|
|
68
|
+
*
|
|
69
|
+
* A server that receives this command with a Mask that includes bits that are set for unknown alarms shall
|
|
70
|
+
* respond with a status code of INVALID_COMMAND.
|
|
71
|
+
*
|
|
72
|
+
* A server that receives this command with a Mask that includes bits that are set for alarms which are not
|
|
73
|
+
* supported, as indicated in the Supported attribute, shall respond with a status code of INVALID_COMMAND.
|
|
74
|
+
*
|
|
75
|
+
* A server that is unable to enable a currently suppressed alarm, or is unable to suppress a currently enabled
|
|
76
|
+
* alarm shall respond with a status code of FAILURE; otherwise the server shall respond with a status code of
|
|
77
|
+
* SUCCESS.
|
|
78
|
+
*
|
|
79
|
+
* On a SUCCESS case, the server shall also change the value of the Mask attribute to the value of the
|
|
80
|
+
*
|
|
81
|
+
* Mask field from this command. After that the server shall also update the value of its State attribute to
|
|
82
|
+
* reflect the status of the new alarm set as indicated by the new value of the Mask attribute.
|
|
83
|
+
*
|
|
84
|
+
* @see {@link MatterSpecification.v13.Cluster} § 1.15.7.2.1
|
|
85
|
+
*/
|
|
86
|
+
mask: TlvField(0, TlvBitmap(TlvUInt32, DishwasherAlarm2.Alarm))
|
|
87
|
+
});
|
|
88
|
+
DishwasherAlarm2.TlvNotifyEvent = TlvObject({
|
|
89
|
+
/**
|
|
90
|
+
* This field shall indicate those alarms that have become active.
|
|
91
|
+
*
|
|
92
|
+
* @see {@link MatterSpecification.v13.Cluster} § 1.15.8.1.1
|
|
93
|
+
*/
|
|
94
|
+
active: TlvField(1, TlvBitmap(TlvUInt32, DishwasherAlarm2.Alarm)),
|
|
95
|
+
/**
|
|
96
|
+
* This field shall indicate those alarms that have become inactive.
|
|
97
|
+
*
|
|
98
|
+
* @see {@link MatterSpecification.v13.Cluster} § 1.15.8.1.2
|
|
99
|
+
*/
|
|
100
|
+
inactive: TlvField(2, TlvBitmap(TlvUInt32, DishwasherAlarm2.Alarm)),
|
|
101
|
+
/**
|
|
102
|
+
* This field shall be a copy of the new State attribute value that resulted in the event being generated. That
|
|
103
|
+
* is, this field shall have all the bits in Active set and shall NOT have any of the bits in Inactive set.
|
|
104
|
+
*
|
|
105
|
+
* @see {@link MatterSpecification.v13.Cluster} § 1.15.8.1.4
|
|
106
|
+
*/
|
|
107
|
+
state: TlvField(3, TlvBitmap(TlvUInt32, DishwasherAlarm2.Alarm)),
|
|
108
|
+
/**
|
|
109
|
+
* This field shall be a copy of the Mask attribute when this event was generated.
|
|
110
|
+
*
|
|
111
|
+
* @see {@link MatterSpecification.v13.Cluster} § 1.15.8.1.3
|
|
112
|
+
*/
|
|
113
|
+
mask: TlvField(4, TlvBitmap(TlvUInt32, DishwasherAlarm2.Alarm))
|
|
114
|
+
});
|
|
52
115
|
DishwasherAlarm2.ResetComponent = MutableCluster.Component({
|
|
53
116
|
attributes: {
|
|
54
117
|
/**
|
|
@@ -58,7 +121,7 @@ var DishwasherAlarm;
|
|
|
58
121
|
*
|
|
59
122
|
* @see {@link MatterSpecification.v13.Cluster} § 1.15.6.2
|
|
60
123
|
*/
|
|
61
|
-
latch: FixedAttribute(1, TlvUInt32)
|
|
124
|
+
latch: FixedAttribute(1, TlvBitmap(TlvUInt32, DishwasherAlarm2.Alarm))
|
|
62
125
|
},
|
|
63
126
|
commands: {
|
|
64
127
|
/**
|
|
@@ -67,7 +130,7 @@ var DishwasherAlarm;
|
|
|
67
130
|
*
|
|
68
131
|
* @see {@link MatterSpecification.v13.Cluster} § 1.15.7.1
|
|
69
132
|
*/
|
|
70
|
-
reset: Command(0,
|
|
133
|
+
reset: Command(0, DishwasherAlarm2.TlvResetRequest, 0, TlvNoResponse)
|
|
71
134
|
}
|
|
72
135
|
});
|
|
73
136
|
DishwasherAlarm2.Base = MutableCluster.Component({
|
|
@@ -91,14 +154,14 @@ var DishwasherAlarm;
|
|
|
91
154
|
*
|
|
92
155
|
* @see {@link MatterSpecification.v13.Cluster} § 1.15.6.1
|
|
93
156
|
*/
|
|
94
|
-
mask: Attribute(0, TlvUInt32),
|
|
157
|
+
mask: Attribute(0, TlvBitmap(TlvUInt32, DishwasherAlarm2.Alarm)),
|
|
95
158
|
/**
|
|
96
159
|
* Indicates a bitmap where each bit shall represent the state of an alarm. The value of true means the
|
|
97
160
|
* alarm is active, otherwise the alarm is inactive.
|
|
98
161
|
*
|
|
99
162
|
* @see {@link MatterSpecification.v13.Cluster} § 1.15.6.3
|
|
100
163
|
*/
|
|
101
|
-
state: Attribute(2, TlvUInt32),
|
|
164
|
+
state: Attribute(2, TlvBitmap(TlvUInt32, DishwasherAlarm2.Alarm)),
|
|
102
165
|
/**
|
|
103
166
|
* Indicates a bitmap where each bit shall represent whether or not an alarm is supported. The value of
|
|
104
167
|
* true means the alarm is supported, otherwise the alarm is not supported.
|
|
@@ -107,7 +170,7 @@ var DishwasherAlarm;
|
|
|
107
170
|
*
|
|
108
171
|
* @see {@link MatterSpecification.v13.Cluster} § 1.15.6.4
|
|
109
172
|
*/
|
|
110
|
-
supported: FixedAttribute(3, TlvUInt32)
|
|
173
|
+
supported: FixedAttribute(3, TlvBitmap(TlvUInt32, DishwasherAlarm2.Alarm))
|
|
111
174
|
},
|
|
112
175
|
commands: {
|
|
113
176
|
/**
|
|
@@ -115,7 +178,7 @@ var DishwasherAlarm;
|
|
|
115
178
|
*
|
|
116
179
|
* @see {@link MatterSpecification.v13.Cluster} § 1.15.7.2
|
|
117
180
|
*/
|
|
118
|
-
modifyEnabledAlarms: OptionalCommand(1,
|
|
181
|
+
modifyEnabledAlarms: OptionalCommand(1, DishwasherAlarm2.TlvModifyEnabledAlarmsRequest, 1, TlvNoResponse)
|
|
119
182
|
},
|
|
120
183
|
events: {
|
|
121
184
|
/**
|
|
@@ -123,7 +186,7 @@ var DishwasherAlarm;
|
|
|
123
186
|
*
|
|
124
187
|
* @see {@link MatterSpecification.v13.Cluster} § 1.15.8.1
|
|
125
188
|
*/
|
|
126
|
-
notify: Event(0, EventPriority.Info,
|
|
189
|
+
notify: Event(0, EventPriority.Info, DishwasherAlarm2.TlvNotifyEvent)
|
|
127
190
|
},
|
|
128
191
|
/**
|
|
129
192
|
* This metadata controls which DishwasherAlarmCluster elements matter.js activates for specific feature
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../src/clusters/dishwasher-alarm.ts"],
|
|
4
|
-
"mappings": "AAAA;AAAA;AAAA;AAAA;AAAA;AAQA,SAAS,sBAAsB;AAC/B;AAAA,EACI;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,OACG;AACP,SAAS,
|
|
4
|
+
"mappings": "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",
|
|
5
5
|
"names": ["DishwasherAlarm", "Feature"]
|
|
6
6
|
}
|
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
import { MutableCluster } from "../cluster/mutation/MutableCluster.js";
|
|
8
8
|
import { BitFlag } from "../schema/BitmapSchema.js";
|
|
9
9
|
import { FixedAttribute, Attribute, WritableAttribute, Command } from "../cluster/Cluster.js";
|
|
10
|
+
import { TypeFromSchema } from "../tlv/TlvSchema.js";
|
|
10
11
|
import { Identity } from "#general";
|
|
11
12
|
export declare namespace DishwasherMode {
|
|
12
13
|
/**
|
|
@@ -43,7 +44,195 @@ export declare namespace DishwasherMode {
|
|
|
43
44
|
*
|
|
44
45
|
* @see {@link MatterSpecification.v13.Cluster} § 8.3.6.1.3
|
|
45
46
|
*/
|
|
46
|
-
Light = 16386
|
|
47
|
+
Light = 16386,
|
|
48
|
+
/**
|
|
49
|
+
* The device decides which options, features and setting values to use.
|
|
50
|
+
*
|
|
51
|
+
* @see {@link MatterSpecification.v13.Cluster} § 1.10.8
|
|
52
|
+
*/
|
|
53
|
+
Auto = 0,
|
|
54
|
+
/**
|
|
55
|
+
* The mode of the device is optimizing for faster completion.
|
|
56
|
+
*
|
|
57
|
+
* @see {@link MatterSpecification.v13.Cluster} § 1.10.8
|
|
58
|
+
*/
|
|
59
|
+
Quick = 1,
|
|
60
|
+
/**
|
|
61
|
+
* The device is silent or barely audible while in this mode.
|
|
62
|
+
*
|
|
63
|
+
* @see {@link MatterSpecification.v13.Cluster} § 1.10.8
|
|
64
|
+
*/
|
|
65
|
+
Quiet = 2,
|
|
66
|
+
/**
|
|
67
|
+
* Either the mode is inherently low noise or the device optimizes for that.
|
|
68
|
+
*
|
|
69
|
+
* @see {@link MatterSpecification.v13.Cluster} § 1.10.8
|
|
70
|
+
*/
|
|
71
|
+
LowNoise = 3,
|
|
72
|
+
/**
|
|
73
|
+
* The device is optimizing for lower energy usage in this mode. Sometimes called "Eco mode".
|
|
74
|
+
*
|
|
75
|
+
* @see {@link MatterSpecification.v13.Cluster} § 1.10.8
|
|
76
|
+
*/
|
|
77
|
+
LowEnergy = 4,
|
|
78
|
+
/**
|
|
79
|
+
* A mode suitable for use during vacations or other extended absences.
|
|
80
|
+
*
|
|
81
|
+
* @see {@link MatterSpecification.v13.Cluster} § 1.10.8
|
|
82
|
+
*/
|
|
83
|
+
Vacation = 5,
|
|
84
|
+
/**
|
|
85
|
+
* The mode uses the lowest available setting value.
|
|
86
|
+
*
|
|
87
|
+
* @see {@link MatterSpecification.v13.Cluster} § 1.10.8
|
|
88
|
+
*/
|
|
89
|
+
Min = 6,
|
|
90
|
+
/**
|
|
91
|
+
* The mode uses the highest available setting value.
|
|
92
|
+
*
|
|
93
|
+
* @see {@link MatterSpecification.v13.Cluster} § 1.10.8
|
|
94
|
+
*/
|
|
95
|
+
Max = 7,
|
|
96
|
+
/**
|
|
97
|
+
* The mode is recommended or suitable for use during night time.
|
|
98
|
+
*
|
|
99
|
+
* @see {@link MatterSpecification.v13.Cluster} § 1.10.8
|
|
100
|
+
*/
|
|
101
|
+
Night = 8,
|
|
102
|
+
/**
|
|
103
|
+
* The mode is recommended or suitable for use during day time.
|
|
104
|
+
*
|
|
105
|
+
* @see {@link MatterSpecification.v13.Cluster} § 1.10.8
|
|
106
|
+
*/
|
|
107
|
+
Day = 9
|
|
108
|
+
}
|
|
109
|
+
/**
|
|
110
|
+
* A Mode Tag is meant to be interpreted by the client for the purpose the cluster serves.
|
|
111
|
+
*
|
|
112
|
+
* @see {@link MatterSpecification.v13.Cluster} § 1.10.5.1
|
|
113
|
+
*/
|
|
114
|
+
const TlvModeTagStruct: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
115
|
+
/**
|
|
116
|
+
* If the MfgCode field exists, the Value field shall be in the manufacturer-specific value range (see Section
|
|
117
|
+
* 1.10.8, “Mode Namespace”).
|
|
118
|
+
*
|
|
119
|
+
* This field shall indicate the manufacturer’s VendorID and it shall determine the meaning of the Value field.
|
|
120
|
+
*
|
|
121
|
+
* The same manufacturer code and mode tag value in separate cluster instances are part of the same namespace
|
|
122
|
+
* and have the same meaning. For example: a manufacturer tag meaning "pinch" can be used both in a cluster
|
|
123
|
+
* whose purpose is to choose the amount of sugar, or in a cluster whose purpose is to choose the amount of
|
|
124
|
+
* salt.
|
|
125
|
+
*
|
|
126
|
+
* @see {@link MatterSpecification.v13.Cluster} § 1.10.5.1.1
|
|
127
|
+
*/
|
|
128
|
+
mfgCode: import("../tlv/TlvObject.js").OptionalFieldType<import("../datatype/VendorId.js").VendorId>;
|
|
129
|
+
/**
|
|
130
|
+
* This field shall indicate the mode tag within a mode tag namespace which is either manufacturer specific or
|
|
131
|
+
* standard.
|
|
132
|
+
*
|
|
133
|
+
* @see {@link MatterSpecification.v13.Cluster} § 1.10.5.1.2
|
|
134
|
+
*/
|
|
135
|
+
value: import("../tlv/TlvObject.js").FieldType<ModeTag>;
|
|
136
|
+
}>;
|
|
137
|
+
/**
|
|
138
|
+
* A Mode Tag is meant to be interpreted by the client for the purpose the cluster serves.
|
|
139
|
+
*
|
|
140
|
+
* @see {@link MatterSpecification.v13.Cluster} § 1.10.5.1
|
|
141
|
+
*/
|
|
142
|
+
interface ModeTagStruct extends TypeFromSchema<typeof TlvModeTagStruct> {
|
|
143
|
+
}
|
|
144
|
+
/**
|
|
145
|
+
* The table below lists the changes relative to the Mode Base cluster for the fields of the ModeOptionStruct type.
|
|
146
|
+
* A blank field indicates no change.
|
|
147
|
+
*
|
|
148
|
+
* At least one entry in the SupportedModes attribute shall include the Normal mode tag in the ModeTags field list.
|
|
149
|
+
*
|
|
150
|
+
* @see {@link MatterSpecification.v13.Cluster} § 8.3.4.1
|
|
151
|
+
*/
|
|
152
|
+
const TlvModeOption: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
153
|
+
/**
|
|
154
|
+
* This field shall indicate readable text that describes the mode option, so that a client can provide it to
|
|
155
|
+
* the user to indicate what this option means. This field is meant to be readable and understandable by the
|
|
156
|
+
* user.
|
|
157
|
+
*
|
|
158
|
+
* @see {@link MatterSpecification.v13.Cluster} § 1.10.5.2.1
|
|
159
|
+
*/
|
|
160
|
+
label: import("../tlv/TlvObject.js").FieldType<string>;
|
|
161
|
+
/**
|
|
162
|
+
* This field is used to identify the mode option.
|
|
163
|
+
*
|
|
164
|
+
* @see {@link MatterSpecification.v13.Cluster} § 1.10.5.2.2
|
|
165
|
+
*/
|
|
166
|
+
mode: import("../tlv/TlvObject.js").FieldType<number>;
|
|
167
|
+
/**
|
|
168
|
+
* This field shall contain a list of tags that are associated with the mode option. This may be used by
|
|
169
|
+
* clients to determine the full or the partial semantics of a certain mode, depending on which tags they
|
|
170
|
+
* understand, using standard definitions and/or manufacturer specific namespace definitions.
|
|
171
|
+
*
|
|
172
|
+
* The standard mode tags are defined in this cluster specification. For the derived cluster instances, if the
|
|
173
|
+
* specification of the derived cluster defines a namespace, the set of standard mode tags also includes the
|
|
174
|
+
* mode tag values from that namespace.
|
|
175
|
+
*
|
|
176
|
+
* Mode tags can help clients look for options that meet certain criteria, render the user interface, use
|
|
177
|
+
*
|
|
178
|
+
* the mode in an automation, or to craft help text their voice-driven interfaces. A mode tag shall be either a
|
|
179
|
+
* standard tag or a manufacturer specific tag, as defined in each ModeTagStruct list entry.
|
|
180
|
+
*
|
|
181
|
+
* A mode option may have more than one mode tag. A mode option may be associated with a mixture of standard
|
|
182
|
+
* and manufacturer specific mode tags. A mode option shall be associated with at least one standard mode tag.
|
|
183
|
+
*
|
|
184
|
+
* A few examples are provided below.
|
|
185
|
+
*
|
|
186
|
+
* • A mode named "100%" can have both the High (manufacturer specific) and Max (standard) mode tag. Clients
|
|
187
|
+
* seeking the mode for either High or Max will find the same mode in this case.
|
|
188
|
+
*
|
|
189
|
+
* • A mode that includes a LowEnergy tag can be displayed by the client using a widget icon that shows a
|
|
190
|
+
* green leaf.
|
|
191
|
+
*
|
|
192
|
+
* • A mode that includes a LowNoise tag may be used by the client when the user wishes for a lower level of
|
|
193
|
+
* audible sound, less likely to disturb the household’s activities.
|
|
194
|
+
*
|
|
195
|
+
* • A mode that includes a LowEnergy tag (standard, defined in this cluster specification) and also a
|
|
196
|
+
* Delicate tag (standard, defined in the namespace of a Laundry Mode derived cluster).
|
|
197
|
+
*
|
|
198
|
+
* • A mode that includes both a generic Quick tag (defined here), and Vacuum and Mop tags, (defined in the
|
|
199
|
+
* RVC Clean cluster that is a derivation of this cluster).
|
|
200
|
+
*
|
|
201
|
+
* @see {@link MatterSpecification.v13.Cluster} § 1.10.5.2.3
|
|
202
|
+
*/
|
|
203
|
+
modeTags: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
204
|
+
/**
|
|
205
|
+
* If the MfgCode field exists, the Value field shall be in the manufacturer-specific value range (see Section
|
|
206
|
+
* 1.10.8, “Mode Namespace”).
|
|
207
|
+
*
|
|
208
|
+
* This field shall indicate the manufacturer’s VendorID and it shall determine the meaning of the Value field.
|
|
209
|
+
*
|
|
210
|
+
* The same manufacturer code and mode tag value in separate cluster instances are part of the same namespace
|
|
211
|
+
* and have the same meaning. For example: a manufacturer tag meaning "pinch" can be used both in a cluster
|
|
212
|
+
* whose purpose is to choose the amount of sugar, or in a cluster whose purpose is to choose the amount of
|
|
213
|
+
* salt.
|
|
214
|
+
*
|
|
215
|
+
* @see {@link MatterSpecification.v13.Cluster} § 1.10.5.1.1
|
|
216
|
+
*/
|
|
217
|
+
mfgCode: import("../tlv/TlvObject.js").OptionalFieldType<import("../datatype/VendorId.js").VendorId>;
|
|
218
|
+
/**
|
|
219
|
+
* This field shall indicate the mode tag within a mode tag namespace which is either manufacturer specific or
|
|
220
|
+
* standard.
|
|
221
|
+
*
|
|
222
|
+
* @see {@link MatterSpecification.v13.Cluster} § 1.10.5.1.2
|
|
223
|
+
*/
|
|
224
|
+
value: import("../tlv/TlvObject.js").FieldType<ModeTag>;
|
|
225
|
+
}>[]>;
|
|
226
|
+
}>;
|
|
227
|
+
/**
|
|
228
|
+
* The table below lists the changes relative to the Mode Base cluster for the fields of the ModeOptionStruct type.
|
|
229
|
+
* A blank field indicates no change.
|
|
230
|
+
*
|
|
231
|
+
* At least one entry in the SupportedModes attribute shall include the Normal mode tag in the ModeTags field list.
|
|
232
|
+
*
|
|
233
|
+
* @see {@link MatterSpecification.v13.Cluster} § 8.3.4.1
|
|
234
|
+
*/
|
|
235
|
+
interface ModeOption extends TypeFromSchema<typeof TlvModeOption> {
|
|
47
236
|
}
|
|
48
237
|
/**
|
|
49
238
|
* These elements and properties are present in all DishwasherMode clusters.
|
|
@@ -67,12 +256,79 @@ export declare namespace DishwasherMode {
|
|
|
67
256
|
/**
|
|
68
257
|
* @see {@link MatterSpecification.v13.Cluster} § 8.3.5
|
|
69
258
|
*/
|
|
70
|
-
readonly supportedModes: FixedAttribute<import("../
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
259
|
+
readonly supportedModes: FixedAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
260
|
+
/**
|
|
261
|
+
* This field shall indicate readable text that describes the mode option, so that a client can provide it to
|
|
262
|
+
* the user to indicate what this option means. This field is meant to be readable and understandable by the
|
|
263
|
+
* user.
|
|
264
|
+
*
|
|
265
|
+
* @see {@link MatterSpecification.v13.Cluster} § 1.10.5.2.1
|
|
266
|
+
*/
|
|
267
|
+
label: import("../tlv/TlvObject.js").FieldType<string>;
|
|
268
|
+
/**
|
|
269
|
+
* This field is used to identify the mode option.
|
|
270
|
+
*
|
|
271
|
+
* @see {@link MatterSpecification.v13.Cluster} § 1.10.5.2.2
|
|
272
|
+
*/
|
|
273
|
+
mode: import("../tlv/TlvObject.js").FieldType<number>;
|
|
274
|
+
/**
|
|
275
|
+
* This field shall contain a list of tags that are associated with the mode option. This may be used by
|
|
276
|
+
* clients to determine the full or the partial semantics of a certain mode, depending on which tags they
|
|
277
|
+
* understand, using standard definitions and/or manufacturer specific namespace definitions.
|
|
278
|
+
*
|
|
279
|
+
* The standard mode tags are defined in this cluster specification. For the derived cluster instances, if the
|
|
280
|
+
* specification of the derived cluster defines a namespace, the set of standard mode tags also includes the
|
|
281
|
+
* mode tag values from that namespace.
|
|
282
|
+
*
|
|
283
|
+
* Mode tags can help clients look for options that meet certain criteria, render the user interface, use
|
|
284
|
+
*
|
|
285
|
+
* the mode in an automation, or to craft help text their voice-driven interfaces. A mode tag shall be either a
|
|
286
|
+
* standard tag or a manufacturer specific tag, as defined in each ModeTagStruct list entry.
|
|
287
|
+
*
|
|
288
|
+
* A mode option may have more than one mode tag. A mode option may be associated with a mixture of standard
|
|
289
|
+
* and manufacturer specific mode tags. A mode option shall be associated with at least one standard mode tag.
|
|
290
|
+
*
|
|
291
|
+
* A few examples are provided below.
|
|
292
|
+
*
|
|
293
|
+
* • A mode named "100%" can have both the High (manufacturer specific) and Max (standard) mode tag. Clients
|
|
294
|
+
* seeking the mode for either High or Max will find the same mode in this case.
|
|
295
|
+
*
|
|
296
|
+
* • A mode that includes a LowEnergy tag can be displayed by the client using a widget icon that shows a
|
|
297
|
+
* green leaf.
|
|
298
|
+
*
|
|
299
|
+
* • A mode that includes a LowNoise tag may be used by the client when the user wishes for a lower level of
|
|
300
|
+
* audible sound, less likely to disturb the household’s activities.
|
|
301
|
+
*
|
|
302
|
+
* • A mode that includes a LowEnergy tag (standard, defined in this cluster specification) and also a
|
|
303
|
+
* Delicate tag (standard, defined in the namespace of a Laundry Mode derived cluster).
|
|
304
|
+
*
|
|
305
|
+
* • A mode that includes both a generic Quick tag (defined here), and Vacuum and Mop tags, (defined in the
|
|
306
|
+
* RVC Clean cluster that is a derivation of this cluster).
|
|
307
|
+
*
|
|
308
|
+
* @see {@link MatterSpecification.v13.Cluster} § 1.10.5.2.3
|
|
309
|
+
*/
|
|
310
|
+
modeTags: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
311
|
+
/**
|
|
312
|
+
* If the MfgCode field exists, the Value field shall be in the manufacturer-specific value range (see Section
|
|
313
|
+
* 1.10.8, “Mode Namespace”).
|
|
314
|
+
*
|
|
315
|
+
* This field shall indicate the manufacturer’s VendorID and it shall determine the meaning of the Value field.
|
|
316
|
+
*
|
|
317
|
+
* The same manufacturer code and mode tag value in separate cluster instances are part of the same namespace
|
|
318
|
+
* and have the same meaning. For example: a manufacturer tag meaning "pinch" can be used both in a cluster
|
|
319
|
+
* whose purpose is to choose the amount of sugar, or in a cluster whose purpose is to choose the amount of
|
|
320
|
+
* salt.
|
|
321
|
+
*
|
|
322
|
+
* @see {@link MatterSpecification.v13.Cluster} § 1.10.5.1.1
|
|
323
|
+
*/
|
|
324
|
+
mfgCode: import("../tlv/TlvObject.js").OptionalFieldType<import("../datatype/VendorId.js").VendorId>;
|
|
325
|
+
/**
|
|
326
|
+
* This field shall indicate the mode tag within a mode tag namespace which is either manufacturer specific or
|
|
327
|
+
* standard.
|
|
328
|
+
*
|
|
329
|
+
* @see {@link MatterSpecification.v13.Cluster} § 1.10.5.1.2
|
|
330
|
+
*/
|
|
331
|
+
value: import("../tlv/TlvObject.js").FieldType<ModeTag>;
|
|
76
332
|
}>[]>;
|
|
77
333
|
}>[], any>;
|
|
78
334
|
/**
|
|
@@ -100,8 +356,8 @@ export declare namespace DishwasherMode {
|
|
|
100
356
|
*
|
|
101
357
|
* @see {@link MatterSpecification.v13.Cluster} § 1.10.7.1
|
|
102
358
|
*/
|
|
103
|
-
readonly changeToMode: Command<import("../
|
|
104
|
-
newMode: import("../
|
|
359
|
+
readonly changeToMode: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
360
|
+
newMode: import("../tlv/TlvObject.js").FieldType<number>;
|
|
105
361
|
}>, void, any>;
|
|
106
362
|
};
|
|
107
363
|
/**
|
|
@@ -132,12 +388,79 @@ export declare namespace DishwasherMode {
|
|
|
132
388
|
/**
|
|
133
389
|
* @see {@link MatterSpecification.v13.Cluster} § 8.3.5
|
|
134
390
|
*/
|
|
135
|
-
readonly supportedModes: FixedAttribute<import("../
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
391
|
+
readonly supportedModes: FixedAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
392
|
+
/**
|
|
393
|
+
* This field shall indicate readable text that describes the mode option, so that a client can provide it to
|
|
394
|
+
* the user to indicate what this option means. This field is meant to be readable and understandable by the
|
|
395
|
+
* user.
|
|
396
|
+
*
|
|
397
|
+
* @see {@link MatterSpecification.v13.Cluster} § 1.10.5.2.1
|
|
398
|
+
*/
|
|
399
|
+
label: import("../tlv/TlvObject.js").FieldType<string>;
|
|
400
|
+
/**
|
|
401
|
+
* This field is used to identify the mode option.
|
|
402
|
+
*
|
|
403
|
+
* @see {@link MatterSpecification.v13.Cluster} § 1.10.5.2.2
|
|
404
|
+
*/
|
|
405
|
+
mode: import("../tlv/TlvObject.js").FieldType<number>;
|
|
406
|
+
/**
|
|
407
|
+
* This field shall contain a list of tags that are associated with the mode option. This may be used by
|
|
408
|
+
* clients to determine the full or the partial semantics of a certain mode, depending on which tags they
|
|
409
|
+
* understand, using standard definitions and/or manufacturer specific namespace definitions.
|
|
410
|
+
*
|
|
411
|
+
* The standard mode tags are defined in this cluster specification. For the derived cluster instances, if the
|
|
412
|
+
* specification of the derived cluster defines a namespace, the set of standard mode tags also includes the
|
|
413
|
+
* mode tag values from that namespace.
|
|
414
|
+
*
|
|
415
|
+
* Mode tags can help clients look for options that meet certain criteria, render the user interface, use
|
|
416
|
+
*
|
|
417
|
+
* the mode in an automation, or to craft help text their voice-driven interfaces. A mode tag shall be either a
|
|
418
|
+
* standard tag or a manufacturer specific tag, as defined in each ModeTagStruct list entry.
|
|
419
|
+
*
|
|
420
|
+
* A mode option may have more than one mode tag. A mode option may be associated with a mixture of standard
|
|
421
|
+
* and manufacturer specific mode tags. A mode option shall be associated with at least one standard mode tag.
|
|
422
|
+
*
|
|
423
|
+
* A few examples are provided below.
|
|
424
|
+
*
|
|
425
|
+
* • A mode named "100%" can have both the High (manufacturer specific) and Max (standard) mode tag. Clients
|
|
426
|
+
* seeking the mode for either High or Max will find the same mode in this case.
|
|
427
|
+
*
|
|
428
|
+
* • A mode that includes a LowEnergy tag can be displayed by the client using a widget icon that shows a
|
|
429
|
+
* green leaf.
|
|
430
|
+
*
|
|
431
|
+
* • A mode that includes a LowNoise tag may be used by the client when the user wishes for a lower level of
|
|
432
|
+
* audible sound, less likely to disturb the household’s activities.
|
|
433
|
+
*
|
|
434
|
+
* • A mode that includes a LowEnergy tag (standard, defined in this cluster specification) and also a
|
|
435
|
+
* Delicate tag (standard, defined in the namespace of a Laundry Mode derived cluster).
|
|
436
|
+
*
|
|
437
|
+
* • A mode that includes both a generic Quick tag (defined here), and Vacuum and Mop tags, (defined in the
|
|
438
|
+
* RVC Clean cluster that is a derivation of this cluster).
|
|
439
|
+
*
|
|
440
|
+
* @see {@link MatterSpecification.v13.Cluster} § 1.10.5.2.3
|
|
441
|
+
*/
|
|
442
|
+
modeTags: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
443
|
+
/**
|
|
444
|
+
* If the MfgCode field exists, the Value field shall be in the manufacturer-specific value range (see Section
|
|
445
|
+
* 1.10.8, “Mode Namespace”).
|
|
446
|
+
*
|
|
447
|
+
* This field shall indicate the manufacturer’s VendorID and it shall determine the meaning of the Value field.
|
|
448
|
+
*
|
|
449
|
+
* The same manufacturer code and mode tag value in separate cluster instances are part of the same namespace
|
|
450
|
+
* and have the same meaning. For example: a manufacturer tag meaning "pinch" can be used both in a cluster
|
|
451
|
+
* whose purpose is to choose the amount of sugar, or in a cluster whose purpose is to choose the amount of
|
|
452
|
+
* salt.
|
|
453
|
+
*
|
|
454
|
+
* @see {@link MatterSpecification.v13.Cluster} § 1.10.5.1.1
|
|
455
|
+
*/
|
|
456
|
+
mfgCode: import("../tlv/TlvObject.js").OptionalFieldType<import("../datatype/VendorId.js").VendorId>;
|
|
457
|
+
/**
|
|
458
|
+
* This field shall indicate the mode tag within a mode tag namespace which is either manufacturer specific or
|
|
459
|
+
* standard.
|
|
460
|
+
*
|
|
461
|
+
* @see {@link MatterSpecification.v13.Cluster} § 1.10.5.1.2
|
|
462
|
+
*/
|
|
463
|
+
value: import("../tlv/TlvObject.js").FieldType<ModeTag>;
|
|
141
464
|
}>[]>;
|
|
142
465
|
}>[], any>;
|
|
143
466
|
/**
|
|
@@ -165,8 +488,8 @@ export declare namespace DishwasherMode {
|
|
|
165
488
|
*
|
|
166
489
|
* @see {@link MatterSpecification.v13.Cluster} § 1.10.7.1
|
|
167
490
|
*/
|
|
168
|
-
readonly changeToMode: Command<import("../
|
|
169
|
-
newMode: import("../
|
|
491
|
+
readonly changeToMode: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
492
|
+
newMode: import("../tlv/TlvObject.js").FieldType<number>;
|
|
170
493
|
}>, void, any>;
|
|
171
494
|
};
|
|
172
495
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dishwasher-mode.d.ts","sourceRoot":"","sources":["../../../src/clusters/dishwasher-mode.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,6CAA6C;AAE7C,OAAO,EAAE,cAAc,EAAE,MAAM,uCAAuC,CAAC;AACvE,OAAO,EAAE,OAAO,EAAE,MAAM,2BAA2B,CAAC;AACpD,OAAO,EAAE,cAAc,EAAE,SAAS,EAAE,iBAAiB,EAAE,OAAO,EAAiB,MAAM,uBAAuB,CAAC;
|
|
1
|
+
{"version":3,"file":"dishwasher-mode.d.ts","sourceRoot":"","sources":["../../../src/clusters/dishwasher-mode.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,6CAA6C;AAE7C,OAAO,EAAE,cAAc,EAAE,MAAM,uCAAuC,CAAC;AACvE,OAAO,EAAE,OAAO,EAAE,MAAM,2BAA2B,CAAC;AACpD,OAAO,EAAE,cAAc,EAAE,SAAS,EAAE,iBAAiB,EAAE,OAAO,EAAiB,MAAM,uBAAuB,CAAC;AAM7G,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAErD,OAAO,EAAE,QAAQ,EAAE,MAAM,UAAU,CAAC;AAGpC,yBAAiB,cAAc,CAAC;IAC5B;;;;OAIG;IACH,KAAY,OAAO;QACf;;;;;;;WAOG;QACH,KAAK,UAAU;KAClB;IAED,KAAY,OAAO;QACf;;;;WAIG;QACH,MAAM,QAAQ;QAEd;;;;WAIG;QACH,KAAK,QAAQ;QAEb;;;;WAIG;QACH,KAAK,QAAQ;QAEb;;;;WAIG;QACH,IAAI,IAAI;QAER;;;;WAIG;QACH,KAAK,IAAI;QAET;;;;WAIG;QACH,KAAK,IAAI;QAET;;;;WAIG;QACH,QAAQ,IAAI;QAEZ;;;;WAIG;QACH,SAAS,IAAI;QAEb;;;;WAIG;QACH,QAAQ,IAAI;QAEZ;;;;WAIG;QACH,GAAG,IAAI;QAEP;;;;WAIG;QACH,GAAG,IAAI;QAEP;;;;WAIG;QACH,KAAK,IAAI;QAET;;;;WAIG;QACH,GAAG,IAAI;KACV;IAED;;;;OAIG;IACI,MAAM,gBAAgB;QACzB;;;;;;;;;;;;WAYG;;QAGH;;;;;WAKG;;MAEL,CAAC;IAEH;;;;OAIG;IACH,UAAiB,aAAc,SAAQ,cAAc,CAAC,OAAO,gBAAgB,CAAC;KAAG;IAEjF;;;;;;;OAOG;IACI,MAAM,aAAa;QACtB;;;;;;WAMG;;QAGH;;;;WAIG;;QAGH;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WAmCG;;YA3FH;;;;;;;;;;;;eAYG;;YAGH;;;;;eAKG;;;MAyEL,CAAC;IAEH;;;;;;;OAOG;IACH,UAAiB,UAAW,SAAQ,cAAc,CAAC,OAAO,aAAa,CAAC;KAAG;IAE3E;;OAEG;IACI,MAAM,IAAI;;;;;YAMT;;;;;;;eAOG;;;;YAKH;;eAEG;;gBAxFP;;;;;;mBAMG;;gBAGH;;;;mBAIG;;gBAGH;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;mBAmCG;;oBA3FH;;;;;;;;;;;;uBAYG;;oBAGH;;;;;uBAKG;;;;YAmHC;;eAEG;;YAGH;;;;;;eAMG;;YAGH;;eAEG;;;;YAKH;;;;;;eAMG;;;;;QAIP;;;WAGG;;KAEL,CAAC;IAEH;;OAEG;IACI,MAAM,eAAe;;;;;YA9DpB;;;;;;;eAOG;;;;YAKH;;eAEG;;gBAxFP;;;;;;mBAMG;;gBAGH;;;;mBAIG;;gBAGH;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;mBAmCG;;oBA3FH;;;;;;;;;;;;uBAYG;;oBAGH;;;;;uBAKG;;;;YAmHC;;eAEG;;YAGH;;;;;;eAMG;;YAGH;;eAEG;;;;YAKH;;;;;;eAMG;;;;;QAIP;;;WAGG;;UAO4C,CAAC;IAEpD;;;;;;;;OAQG;IACH,UAAiB,OAAQ,SAAQ,QAAQ,CAAC,OAAO,eAAe,CAAC;KAAG;IAE7D,MAAM,OAAO,EAAE,OAAyB,CAAC;IACzC,MAAM,QAAQ,SAAU,CAAC;CACnC;AAED,MAAM,MAAM,qBAAqB,GAAG,cAAc,CAAC,OAAO,CAAC;AAC3D,eAAO,MAAM,qBAAqB,wBAAyB,CAAC"}
|