@matter/types 0.13.0-alpha.0-20250329-cd36948da → 0.13.0-alpha.0-20250331-ae2df3e19
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/access-control.d.ts +250 -250
- package/dist/cjs/clusters/access-control.js +39 -39
- package/dist/cjs/clusters/account-login.d.ts +29 -29
- package/dist/cjs/clusters/account-login.js +11 -11
- package/dist/cjs/clusters/actions.d.ts +108 -108
- package/dist/cjs/clusters/actions.js +39 -39
- package/dist/cjs/clusters/administrator-commissioning.d.ts +51 -51
- package/dist/cjs/clusters/administrator-commissioning.js +12 -12
- package/dist/cjs/clusters/air-quality.d.ts +5 -5
- package/dist/cjs/clusters/air-quality.js +1 -1
- package/dist/cjs/clusters/alarm-base.d.ts +43 -43
- package/dist/cjs/clusters/alarm-base.js +14 -14
- package/dist/cjs/clusters/application-basic.d.ts +16 -16
- package/dist/cjs/clusters/application-basic.js +10 -10
- package/dist/cjs/clusters/application-launcher.d.ts +99 -99
- package/dist/cjs/clusters/application-launcher.js +13 -13
- package/dist/cjs/clusters/audio-output.d.ts +37 -37
- package/dist/cjs/clusters/audio-output.js +8 -8
- package/dist/cjs/clusters/ballast-configuration.d.ts +23 -23
- package/dist/cjs/clusters/ballast-configuration.js +17 -17
- package/dist/cjs/clusters/basic-information.d.ts +54 -54
- package/dist/cjs/clusters/basic-information.js +34 -34
- package/dist/cjs/clusters/binding.d.ts +12 -12
- package/dist/cjs/clusters/binding.js +5 -5
- package/dist/cjs/clusters/boolean-state-configuration.d.ts +92 -92
- package/dist/cjs/clusters/boolean-state-configuration.js +18 -18
- package/dist/cjs/clusters/boolean-state.d.ts +7 -7
- package/dist/cjs/clusters/boolean-state.js +3 -3
- package/dist/cjs/clusters/bridged-device-basic-information.d.ts +102 -102
- package/dist/cjs/clusters/bridged-device-basic-information.js +28 -28
- package/dist/cjs/clusters/channel.d.ts +559 -559
- package/dist/cjs/clusters/channel.js +73 -73
- package/dist/cjs/clusters/color-control.d.ts +658 -658
- package/dist/cjs/clusters/color-control.js +116 -116
- package/dist/cjs/clusters/commissioner-control.d.ts +16 -16
- package/dist/cjs/clusters/commissioner-control.js +5 -5
- package/dist/cjs/clusters/concentration-measurement.d.ts +26 -26
- package/dist/cjs/clusters/concentration-measurement.js +11 -11
- package/dist/cjs/clusters/content-app-observer.d.ts +17 -17
- package/dist/cjs/clusters/content-app-observer.js +6 -6
- package/dist/cjs/clusters/content-control.d.ts +356 -356
- package/dist/cjs/clusters/content-control.js +58 -58
- package/dist/cjs/clusters/content-launcher.d.ts +475 -475
- package/dist/cjs/clusters/content-launcher.js +39 -39
- package/dist/cjs/clusters/descriptor.d.ts +28 -28
- package/dist/cjs/clusters/descriptor.js +8 -8
- package/dist/cjs/clusters/device-energy-management-mode.d.ts +43 -43
- package/dist/cjs/clusters/device-energy-management-mode.js +8 -8
- package/dist/cjs/clusters/device-energy-management.d.ts +544 -544
- package/dist/cjs/clusters/device-energy-management.js +87 -87
- package/dist/cjs/clusters/diagnostic-logs.d.ts +33 -33
- package/dist/cjs/clusters/diagnostic-logs.js +8 -8
- package/dist/cjs/clusters/dishwasher-alarm.d.ts +57 -57
- package/dist/cjs/clusters/dishwasher-alarm.js +14 -14
- package/dist/cjs/clusters/dishwasher-mode.d.ts +42 -42
- package/dist/cjs/clusters/dishwasher-mode.js +8 -8
- package/dist/cjs/clusters/door-lock.d.ts +1350 -1350
- package/dist/cjs/clusters/door-lock.js +228 -228
- package/dist/cjs/clusters/ecosystem-information.d.ts +27 -27
- package/dist/cjs/clusters/ecosystem-information.js +12 -12
- package/dist/cjs/clusters/electrical-energy-measurement.d.ts +275 -275
- package/dist/cjs/clusters/electrical-energy-measurement.js +25 -25
- package/dist/cjs/clusters/electrical-power-measurement.d.ts +199 -199
- package/dist/cjs/clusters/electrical-power-measurement.js +39 -39
- package/dist/cjs/clusters/energy-evse-mode.d.ts +43 -43
- package/dist/cjs/clusters/energy-evse-mode.js +8 -8
- package/dist/cjs/clusters/energy-evse.d.ts +323 -323
- package/dist/cjs/clusters/energy-evse.js +73 -73
- package/dist/cjs/clusters/energy-preference.d.ts +49 -49
- package/dist/cjs/clusters/energy-preference.js +9 -9
- package/dist/cjs/clusters/ethernet-network-diagnostics.d.ts +31 -31
- package/dist/cjs/clusters/ethernet-network-diagnostics.js +10 -10
- package/dist/cjs/clusters/fan-control.d.ts +67 -67
- package/dist/cjs/clusters/fan-control.js +17 -17
- package/dist/cjs/clusters/fixed-label.d.ts +2 -2
- package/dist/cjs/clusters/fixed-label.js +1 -1
- package/dist/cjs/clusters/flow-measurement.d.ts +5 -5
- package/dist/cjs/clusters/flow-measurement.js +4 -4
- package/dist/cjs/clusters/general-commissioning.d.ts +104 -104
- package/dist/cjs/clusters/general-commissioning.js +25 -25
- package/dist/cjs/clusters/general-diagnostics.d.ts +174 -174
- package/dist/cjs/clusters/general-diagnostics.js +40 -40
- package/dist/cjs/clusters/group-key-management.d.ts +119 -119
- package/dist/cjs/clusters/group-key-management.js +23 -23
- package/dist/cjs/clusters/groups.d.ts +78 -78
- package/dist/cjs/clusters/groups.js +21 -21
- package/dist/cjs/clusters/icd-management.d.ts +131 -131
- package/dist/cjs/clusters/icd-management.js +29 -29
- package/dist/cjs/clusters/identify.d.ts +16 -16
- package/dist/cjs/clusters/identify.js +6 -6
- package/dist/cjs/clusters/illuminance-measurement.d.ts +7 -7
- package/dist/cjs/clusters/illuminance-measurement.js +5 -5
- package/dist/cjs/clusters/joint-fabric-datastore-cluster.d.ts +175 -175
- package/dist/cjs/clusters/joint-fabric-datastore-cluster.js +62 -62
- package/dist/cjs/clusters/joint-fabric-pki.d.ts +14 -14
- package/dist/cjs/clusters/joint-fabric-pki.js +5 -5
- package/dist/cjs/clusters/keypad-input.d.ts +16 -16
- package/dist/cjs/clusters/keypad-input.js +3 -3
- package/dist/cjs/clusters/label.d.ts +10 -10
- package/dist/cjs/clusters/label.js +3 -3
- package/dist/cjs/clusters/laundry-dryer-controls.d.ts +4 -4
- package/dist/cjs/clusters/laundry-dryer-controls.js +2 -2
- package/dist/cjs/clusters/laundry-washer-controls.d.ts +23 -23
- package/dist/cjs/clusters/laundry-washer-controls.js +6 -6
- package/dist/cjs/clusters/laundry-washer-mode.d.ts +43 -43
- package/dist/cjs/clusters/laundry-washer-mode.js +8 -8
- package/dist/cjs/clusters/level-control.d.ts +307 -307
- package/dist/cjs/clusters/level-control.js +33 -33
- package/dist/cjs/clusters/localization-configuration.d.ts +3 -3
- package/dist/cjs/clusters/localization-configuration.js +2 -2
- package/dist/cjs/clusters/low-power.d.ts +2 -2
- package/dist/cjs/clusters/low-power.js +1 -1
- package/dist/cjs/clusters/media-input.d.ts +47 -47
- package/dist/cjs/clusters/media-input.js +11 -11
- package/dist/cjs/clusters/media-playback.d.ts +385 -385
- package/dist/cjs/clusters/media-playback.js +57 -57
- package/dist/cjs/clusters/messages.d.ts +154 -154
- package/dist/cjs/clusters/messages.js +38 -38
- package/dist/cjs/clusters/microwave-oven-control.d.ts +63 -63
- package/dist/cjs/clusters/microwave-oven-control.js +17 -17
- package/dist/cjs/clusters/microwave-oven-mode.d.ts +39 -39
- package/dist/cjs/clusters/microwave-oven-mode.js +7 -7
- package/dist/cjs/clusters/mode-base.d.ts +59 -59
- package/dist/cjs/clusters/mode-base.js +13 -13
- package/dist/cjs/clusters/mode-select.d.ts +51 -51
- package/dist/cjs/clusters/mode-select.js +13 -13
- package/dist/cjs/clusters/network-commissioning.d.ts +325 -325
- package/dist/cjs/clusters/network-commissioning.js +46 -46
- package/dist/cjs/clusters/occupancy-sensing.d.ts +78 -78
- package/dist/cjs/clusters/occupancy-sensing.js +20 -20
- package/dist/cjs/clusters/on-off.d.ts +103 -103
- package/dist/cjs/clusters/on-off.js +19 -19
- package/dist/cjs/clusters/operational-credentials.d.ts +94 -94
- package/dist/cjs/clusters/operational-credentials.js +34 -34
- package/dist/cjs/clusters/operational-state.d.ts +67 -67
- package/dist/cjs/clusters/operational-state.js +21 -21
- package/dist/cjs/clusters/ota-software-update-provider.d.ts +61 -61
- package/dist/cjs/clusters/ota-software-update-provider.js +25 -25
- package/dist/cjs/clusters/ota-software-update-requestor.d.ts +72 -72
- package/dist/cjs/clusters/ota-software-update-requestor.js +25 -25
- package/dist/cjs/clusters/oven-cavity-operational-state.d.ts +9 -9
- package/dist/cjs/clusters/oven-cavity-operational-state.js +8 -8
- package/dist/cjs/clusters/oven-mode.d.ts +49 -49
- package/dist/cjs/clusters/oven-mode.js +8 -8
- package/dist/cjs/clusters/power-source-configuration.d.ts +2 -2
- package/dist/cjs/clusters/power-source-configuration.js +1 -1
- package/dist/cjs/clusters/power-source.d.ts +155 -155
- package/dist/cjs/clusters/power-source.js +41 -41
- package/dist/cjs/clusters/power-topology.d.ts +8 -8
- package/dist/cjs/clusters/power-topology.js +2 -2
- package/dist/cjs/clusters/pressure-measurement.d.ts +25 -25
- package/dist/cjs/clusters/pressure-measurement.js +9 -9
- package/dist/cjs/clusters/proxy-configuration.d.ts +8 -8
- package/dist/cjs/clusters/proxy-configuration.js +3 -3
- package/dist/cjs/clusters/proxy-discovery.d.ts +10 -10
- package/dist/cjs/clusters/proxy-discovery.js +4 -4
- package/dist/cjs/clusters/pump-configuration-and-control.d.ts +189 -189
- package/dist/cjs/clusters/pump-configuration-and-control.js +57 -57
- package/dist/cjs/clusters/refrigerator-alarm.d.ts +43 -43
- package/dist/cjs/clusters/refrigerator-alarm.js +11 -11
- package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +41 -41
- package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +8 -8
- package/dist/cjs/clusters/relative-humidity-measurement.d.ts +5 -5
- package/dist/cjs/clusters/relative-humidity-measurement.js +4 -4
- package/dist/cjs/clusters/resource-monitoring.d.ts +20 -20
- package/dist/cjs/clusters/resource-monitoring.js +7 -7
- package/dist/cjs/clusters/rvc-clean-mode.d.ts +43 -43
- package/dist/cjs/clusters/rvc-clean-mode.js +8 -8
- package/dist/cjs/clusters/rvc-operational-state.d.ts +44 -44
- package/dist/cjs/clusters/rvc-operational-state.js +15 -15
- package/dist/cjs/clusters/rvc-run-mode.d.ts +50 -50
- package/dist/cjs/clusters/rvc-run-mode.js +8 -8
- package/dist/cjs/clusters/scenes-management.d.ts +252 -252
- package/dist/cjs/clusters/scenes-management.js +72 -72
- package/dist/cjs/clusters/scenes-management.js.map +1 -1
- package/dist/cjs/clusters/service-area.d.ts +128 -128
- package/dist/cjs/clusters/service-area.js +26 -26
- package/dist/cjs/clusters/smoke-co-alarm.d.ts +135 -135
- package/dist/cjs/clusters/smoke-co-alarm.js +30 -30
- package/dist/cjs/clusters/software-diagnostics.d.ts +53 -53
- package/dist/cjs/clusters/software-diagnostics.js +14 -14
- package/dist/cjs/clusters/switch.d.ts +105 -105
- package/dist/cjs/clusters/switch.js +23 -23
- package/dist/cjs/clusters/target-navigator.d.ts +30 -30
- package/dist/cjs/clusters/target-navigator.js +10 -10
- package/dist/cjs/clusters/temperature-control.d.ts +45 -45
- package/dist/cjs/clusters/temperature-control.js +12 -12
- package/dist/cjs/clusters/temperature-measurement.d.ts +5 -5
- package/dist/cjs/clusters/temperature-measurement.js +4 -4
- package/dist/cjs/clusters/thermostat-user-interface-configuration.d.ts +7 -7
- package/dist/cjs/clusters/thermostat-user-interface-configuration.js +3 -3
- package/dist/cjs/clusters/thermostat.d.ts +515 -515
- package/dist/cjs/clusters/thermostat.js +116 -116
- package/dist/cjs/clusters/thread-border-router-management.d.ts +58 -58
- package/dist/cjs/clusters/thread-border-router-management.js +14 -14
- package/dist/cjs/clusters/thread-network-diagnostics.d.ts +359 -359
- package/dist/cjs/clusters/thread-network-diagnostics.js +108 -108
- package/dist/cjs/clusters/thread-network-directory.d.ts +27 -27
- package/dist/cjs/clusters/thread-network-directory.js +11 -11
- package/dist/cjs/clusters/time-format-localization.d.ts +12 -12
- package/dist/cjs/clusters/time-format-localization.js +3 -3
- package/dist/cjs/clusters/time-synchronization.d.ts +245 -245
- package/dist/cjs/clusters/time-synchronization.js +47 -47
- package/dist/cjs/clusters/unit-localization.d.ts +6 -6
- package/dist/cjs/clusters/unit-localization.js +1 -1
- package/dist/cjs/clusters/user-label.d.ts +2 -2
- package/dist/cjs/clusters/user-label.js +1 -1
- package/dist/cjs/clusters/valid-proxies.d.ts +7 -7
- package/dist/cjs/clusters/valid-proxies.js +2 -2
- package/dist/cjs/clusters/valve-configuration-and-control.d.ts +80 -80
- package/dist/cjs/clusters/valve-configuration-and-control.js +22 -22
- package/dist/cjs/clusters/wake-on-lan.d.ts +3 -3
- package/dist/cjs/clusters/wake-on-lan.js +2 -2
- package/dist/cjs/clusters/water-heater-management.d.ts +91 -91
- package/dist/cjs/clusters/water-heater-management.js +16 -16
- package/dist/cjs/clusters/water-heater-mode.d.ts +42 -42
- package/dist/cjs/clusters/water-heater-mode.js +8 -8
- package/dist/cjs/clusters/wi-fi-network-diagnostics.d.ts +69 -69
- package/dist/cjs/clusters/wi-fi-network-diagnostics.js +20 -20
- package/dist/cjs/clusters/wi-fi-network-management.d.ts +6 -6
- package/dist/cjs/clusters/wi-fi-network-management.js +3 -3
- package/dist/cjs/clusters/window-covering.d.ts +183 -183
- package/dist/cjs/clusters/window-covering.js +49 -49
- package/dist/cjs/globals/AtomicAttributeStatus.d.ts +4 -4
- package/dist/cjs/globals/AtomicAttributeStatus.js +2 -2
- package/dist/cjs/globals/AtomicRequestType.d.ts +1 -1
- package/dist/cjs/globals/Locationdesc.d.ts +5 -5
- package/dist/cjs/globals/Locationdesc.js +3 -3
- package/dist/cjs/globals/MeasurementAccuracy.d.ts +5 -5
- package/dist/cjs/globals/MeasurementAccuracy.js +3 -3
- package/dist/cjs/globals/MeasurementAccuracyRange.d.ts +10 -10
- package/dist/cjs/globals/MeasurementAccuracyRange.js +8 -8
- package/dist/cjs/globals/MeasurementType.d.ts +1 -1
- package/dist/cjs/globals/Priority.d.ts +1 -1
- package/dist/cjs/globals/Semtag.d.ts +6 -6
- package/dist/cjs/globals/Semtag.js +4 -4
- package/dist/cjs/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
- package/dist/cjs/globals/Status.d.ts +33 -33
- package/dist/cjs/globals/Tod.d.ts +2 -2
- package/dist/cjs/globals/WildcardPathFlags.d.ts +1 -1
- package/dist/esm/clusters/access-control.d.ts +250 -250
- package/dist/esm/clusters/access-control.js +39 -39
- package/dist/esm/clusters/account-login.d.ts +29 -29
- package/dist/esm/clusters/account-login.js +11 -11
- package/dist/esm/clusters/actions.d.ts +108 -108
- package/dist/esm/clusters/actions.js +39 -39
- package/dist/esm/clusters/administrator-commissioning.d.ts +51 -51
- package/dist/esm/clusters/administrator-commissioning.js +12 -12
- package/dist/esm/clusters/air-quality.d.ts +5 -5
- package/dist/esm/clusters/air-quality.js +1 -1
- package/dist/esm/clusters/alarm-base.d.ts +43 -43
- package/dist/esm/clusters/alarm-base.js +14 -14
- package/dist/esm/clusters/application-basic.d.ts +16 -16
- package/dist/esm/clusters/application-basic.js +10 -10
- package/dist/esm/clusters/application-launcher.d.ts +99 -99
- package/dist/esm/clusters/application-launcher.js +13 -13
- package/dist/esm/clusters/audio-output.d.ts +37 -37
- package/dist/esm/clusters/audio-output.js +8 -8
- package/dist/esm/clusters/ballast-configuration.d.ts +23 -23
- package/dist/esm/clusters/ballast-configuration.js +17 -17
- package/dist/esm/clusters/basic-information.d.ts +54 -54
- package/dist/esm/clusters/basic-information.js +34 -34
- package/dist/esm/clusters/binding.d.ts +12 -12
- package/dist/esm/clusters/binding.js +5 -5
- package/dist/esm/clusters/boolean-state-configuration.d.ts +92 -92
- package/dist/esm/clusters/boolean-state-configuration.js +18 -18
- package/dist/esm/clusters/boolean-state.d.ts +7 -7
- package/dist/esm/clusters/boolean-state.js +3 -3
- package/dist/esm/clusters/bridged-device-basic-information.d.ts +102 -102
- package/dist/esm/clusters/bridged-device-basic-information.js +28 -28
- package/dist/esm/clusters/channel.d.ts +559 -559
- package/dist/esm/clusters/channel.js +73 -73
- package/dist/esm/clusters/color-control.d.ts +658 -658
- package/dist/esm/clusters/color-control.js +116 -116
- package/dist/esm/clusters/commissioner-control.d.ts +16 -16
- package/dist/esm/clusters/commissioner-control.js +5 -5
- package/dist/esm/clusters/concentration-measurement.d.ts +26 -26
- package/dist/esm/clusters/concentration-measurement.js +11 -11
- package/dist/esm/clusters/content-app-observer.d.ts +17 -17
- package/dist/esm/clusters/content-app-observer.js +6 -6
- package/dist/esm/clusters/content-control.d.ts +356 -356
- package/dist/esm/clusters/content-control.js +58 -58
- package/dist/esm/clusters/content-launcher.d.ts +475 -475
- package/dist/esm/clusters/content-launcher.js +39 -39
- package/dist/esm/clusters/descriptor.d.ts +28 -28
- package/dist/esm/clusters/descriptor.js +8 -8
- package/dist/esm/clusters/device-energy-management-mode.d.ts +43 -43
- package/dist/esm/clusters/device-energy-management-mode.js +8 -8
- package/dist/esm/clusters/device-energy-management.d.ts +544 -544
- package/dist/esm/clusters/device-energy-management.js +87 -87
- package/dist/esm/clusters/diagnostic-logs.d.ts +33 -33
- package/dist/esm/clusters/diagnostic-logs.js +8 -8
- package/dist/esm/clusters/dishwasher-alarm.d.ts +57 -57
- package/dist/esm/clusters/dishwasher-alarm.js +14 -14
- package/dist/esm/clusters/dishwasher-mode.d.ts +42 -42
- package/dist/esm/clusters/dishwasher-mode.js +8 -8
- package/dist/esm/clusters/door-lock.d.ts +1350 -1350
- package/dist/esm/clusters/door-lock.js +228 -228
- package/dist/esm/clusters/ecosystem-information.d.ts +27 -27
- package/dist/esm/clusters/ecosystem-information.js +12 -12
- package/dist/esm/clusters/electrical-energy-measurement.d.ts +275 -275
- package/dist/esm/clusters/electrical-energy-measurement.js +25 -25
- package/dist/esm/clusters/electrical-power-measurement.d.ts +199 -199
- package/dist/esm/clusters/electrical-power-measurement.js +39 -39
- package/dist/esm/clusters/energy-evse-mode.d.ts +43 -43
- package/dist/esm/clusters/energy-evse-mode.js +8 -8
- package/dist/esm/clusters/energy-evse.d.ts +323 -323
- package/dist/esm/clusters/energy-evse.js +73 -73
- package/dist/esm/clusters/energy-preference.d.ts +49 -49
- package/dist/esm/clusters/energy-preference.js +9 -9
- package/dist/esm/clusters/ethernet-network-diagnostics.d.ts +31 -31
- package/dist/esm/clusters/ethernet-network-diagnostics.js +10 -10
- package/dist/esm/clusters/fan-control.d.ts +67 -67
- package/dist/esm/clusters/fan-control.js +17 -17
- package/dist/esm/clusters/fixed-label.d.ts +2 -2
- package/dist/esm/clusters/fixed-label.js +1 -1
- package/dist/esm/clusters/flow-measurement.d.ts +5 -5
- package/dist/esm/clusters/flow-measurement.js +4 -4
- package/dist/esm/clusters/general-commissioning.d.ts +104 -104
- package/dist/esm/clusters/general-commissioning.js +25 -25
- package/dist/esm/clusters/general-diagnostics.d.ts +174 -174
- package/dist/esm/clusters/general-diagnostics.js +40 -40
- package/dist/esm/clusters/group-key-management.d.ts +119 -119
- package/dist/esm/clusters/group-key-management.js +23 -23
- package/dist/esm/clusters/groups.d.ts +78 -78
- package/dist/esm/clusters/groups.js +21 -21
- package/dist/esm/clusters/icd-management.d.ts +131 -131
- package/dist/esm/clusters/icd-management.js +29 -29
- package/dist/esm/clusters/identify.d.ts +16 -16
- package/dist/esm/clusters/identify.js +6 -6
- package/dist/esm/clusters/illuminance-measurement.d.ts +7 -7
- package/dist/esm/clusters/illuminance-measurement.js +5 -5
- package/dist/esm/clusters/joint-fabric-datastore-cluster.d.ts +175 -175
- package/dist/esm/clusters/joint-fabric-datastore-cluster.js +62 -62
- package/dist/esm/clusters/joint-fabric-pki.d.ts +14 -14
- package/dist/esm/clusters/joint-fabric-pki.js +5 -5
- package/dist/esm/clusters/keypad-input.d.ts +16 -16
- package/dist/esm/clusters/keypad-input.js +3 -3
- package/dist/esm/clusters/label.d.ts +10 -10
- package/dist/esm/clusters/label.js +3 -3
- package/dist/esm/clusters/laundry-dryer-controls.d.ts +4 -4
- package/dist/esm/clusters/laundry-dryer-controls.js +2 -2
- package/dist/esm/clusters/laundry-washer-controls.d.ts +23 -23
- package/dist/esm/clusters/laundry-washer-controls.js +6 -6
- package/dist/esm/clusters/laundry-washer-mode.d.ts +43 -43
- package/dist/esm/clusters/laundry-washer-mode.js +8 -8
- package/dist/esm/clusters/level-control.d.ts +307 -307
- package/dist/esm/clusters/level-control.js +33 -33
- package/dist/esm/clusters/localization-configuration.d.ts +3 -3
- package/dist/esm/clusters/localization-configuration.js +2 -2
- package/dist/esm/clusters/low-power.d.ts +2 -2
- package/dist/esm/clusters/low-power.js +1 -1
- package/dist/esm/clusters/media-input.d.ts +47 -47
- package/dist/esm/clusters/media-input.js +11 -11
- package/dist/esm/clusters/media-playback.d.ts +385 -385
- package/dist/esm/clusters/media-playback.js +57 -57
- package/dist/esm/clusters/messages.d.ts +154 -154
- package/dist/esm/clusters/messages.js +38 -38
- package/dist/esm/clusters/microwave-oven-control.d.ts +63 -63
- package/dist/esm/clusters/microwave-oven-control.js +17 -17
- package/dist/esm/clusters/microwave-oven-mode.d.ts +39 -39
- package/dist/esm/clusters/microwave-oven-mode.js +7 -7
- package/dist/esm/clusters/mode-base.d.ts +59 -59
- package/dist/esm/clusters/mode-base.js +13 -13
- package/dist/esm/clusters/mode-select.d.ts +51 -51
- package/dist/esm/clusters/mode-select.js +13 -13
- package/dist/esm/clusters/network-commissioning.d.ts +325 -325
- package/dist/esm/clusters/network-commissioning.js +46 -46
- package/dist/esm/clusters/occupancy-sensing.d.ts +78 -78
- package/dist/esm/clusters/occupancy-sensing.js +20 -20
- package/dist/esm/clusters/on-off.d.ts +103 -103
- package/dist/esm/clusters/on-off.js +19 -19
- package/dist/esm/clusters/operational-credentials.d.ts +94 -94
- package/dist/esm/clusters/operational-credentials.js +34 -34
- package/dist/esm/clusters/operational-state.d.ts +67 -67
- package/dist/esm/clusters/operational-state.js +21 -21
- package/dist/esm/clusters/ota-software-update-provider.d.ts +61 -61
- package/dist/esm/clusters/ota-software-update-provider.js +25 -25
- package/dist/esm/clusters/ota-software-update-requestor.d.ts +72 -72
- package/dist/esm/clusters/ota-software-update-requestor.js +25 -25
- package/dist/esm/clusters/oven-cavity-operational-state.d.ts +9 -9
- package/dist/esm/clusters/oven-cavity-operational-state.js +8 -8
- package/dist/esm/clusters/oven-mode.d.ts +49 -49
- package/dist/esm/clusters/oven-mode.js +8 -8
- package/dist/esm/clusters/power-source-configuration.d.ts +2 -2
- package/dist/esm/clusters/power-source-configuration.js +1 -1
- package/dist/esm/clusters/power-source.d.ts +155 -155
- package/dist/esm/clusters/power-source.js +41 -41
- package/dist/esm/clusters/power-topology.d.ts +8 -8
- package/dist/esm/clusters/power-topology.js +2 -2
- package/dist/esm/clusters/pressure-measurement.d.ts +25 -25
- package/dist/esm/clusters/pressure-measurement.js +9 -9
- package/dist/esm/clusters/proxy-configuration.d.ts +8 -8
- package/dist/esm/clusters/proxy-configuration.js +3 -3
- package/dist/esm/clusters/proxy-discovery.d.ts +10 -10
- package/dist/esm/clusters/proxy-discovery.js +4 -4
- package/dist/esm/clusters/pump-configuration-and-control.d.ts +189 -189
- package/dist/esm/clusters/pump-configuration-and-control.js +57 -57
- package/dist/esm/clusters/refrigerator-alarm.d.ts +43 -43
- package/dist/esm/clusters/refrigerator-alarm.js +11 -11
- package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +41 -41
- package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +8 -8
- package/dist/esm/clusters/relative-humidity-measurement.d.ts +5 -5
- package/dist/esm/clusters/relative-humidity-measurement.js +4 -4
- package/dist/esm/clusters/resource-monitoring.d.ts +20 -20
- package/dist/esm/clusters/resource-monitoring.js +7 -7
- package/dist/esm/clusters/rvc-clean-mode.d.ts +43 -43
- package/dist/esm/clusters/rvc-clean-mode.js +8 -8
- package/dist/esm/clusters/rvc-operational-state.d.ts +44 -44
- package/dist/esm/clusters/rvc-operational-state.js +15 -15
- package/dist/esm/clusters/rvc-run-mode.d.ts +50 -50
- package/dist/esm/clusters/rvc-run-mode.js +8 -8
- package/dist/esm/clusters/scenes-management.d.ts +252 -252
- package/dist/esm/clusters/scenes-management.js +72 -72
- package/dist/esm/clusters/scenes-management.js.map +1 -1
- package/dist/esm/clusters/service-area.d.ts +128 -128
- package/dist/esm/clusters/service-area.js +26 -26
- package/dist/esm/clusters/smoke-co-alarm.d.ts +135 -135
- package/dist/esm/clusters/smoke-co-alarm.js +30 -30
- package/dist/esm/clusters/software-diagnostics.d.ts +53 -53
- package/dist/esm/clusters/software-diagnostics.js +14 -14
- package/dist/esm/clusters/switch.d.ts +105 -105
- package/dist/esm/clusters/switch.js +23 -23
- package/dist/esm/clusters/target-navigator.d.ts +30 -30
- package/dist/esm/clusters/target-navigator.js +10 -10
- package/dist/esm/clusters/temperature-control.d.ts +45 -45
- package/dist/esm/clusters/temperature-control.js +12 -12
- package/dist/esm/clusters/temperature-measurement.d.ts +5 -5
- package/dist/esm/clusters/temperature-measurement.js +4 -4
- package/dist/esm/clusters/thermostat-user-interface-configuration.d.ts +7 -7
- package/dist/esm/clusters/thermostat-user-interface-configuration.js +3 -3
- package/dist/esm/clusters/thermostat.d.ts +515 -515
- package/dist/esm/clusters/thermostat.js +116 -116
- package/dist/esm/clusters/thread-border-router-management.d.ts +58 -58
- package/dist/esm/clusters/thread-border-router-management.js +14 -14
- package/dist/esm/clusters/thread-network-diagnostics.d.ts +359 -359
- package/dist/esm/clusters/thread-network-diagnostics.js +108 -108
- package/dist/esm/clusters/thread-network-directory.d.ts +27 -27
- package/dist/esm/clusters/thread-network-directory.js +11 -11
- package/dist/esm/clusters/time-format-localization.d.ts +12 -12
- package/dist/esm/clusters/time-format-localization.js +3 -3
- package/dist/esm/clusters/time-synchronization.d.ts +245 -245
- package/dist/esm/clusters/time-synchronization.js +47 -47
- package/dist/esm/clusters/unit-localization.d.ts +6 -6
- package/dist/esm/clusters/unit-localization.js +1 -1
- package/dist/esm/clusters/user-label.d.ts +2 -2
- package/dist/esm/clusters/user-label.js +1 -1
- package/dist/esm/clusters/valid-proxies.d.ts +7 -7
- package/dist/esm/clusters/valid-proxies.js +2 -2
- package/dist/esm/clusters/valve-configuration-and-control.d.ts +80 -80
- package/dist/esm/clusters/valve-configuration-and-control.js +22 -22
- package/dist/esm/clusters/wake-on-lan.d.ts +3 -3
- package/dist/esm/clusters/wake-on-lan.js +2 -2
- package/dist/esm/clusters/water-heater-management.d.ts +91 -91
- package/dist/esm/clusters/water-heater-management.js +16 -16
- package/dist/esm/clusters/water-heater-mode.d.ts +42 -42
- package/dist/esm/clusters/water-heater-mode.js +8 -8
- package/dist/esm/clusters/wi-fi-network-diagnostics.d.ts +69 -69
- package/dist/esm/clusters/wi-fi-network-diagnostics.js +20 -20
- package/dist/esm/clusters/wi-fi-network-management.d.ts +6 -6
- package/dist/esm/clusters/wi-fi-network-management.js +3 -3
- package/dist/esm/clusters/window-covering.d.ts +183 -183
- package/dist/esm/clusters/window-covering.js +49 -49
- package/dist/esm/globals/AtomicAttributeStatus.d.ts +4 -4
- package/dist/esm/globals/AtomicAttributeStatus.js +2 -2
- package/dist/esm/globals/AtomicRequestType.d.ts +1 -1
- package/dist/esm/globals/Locationdesc.d.ts +5 -5
- package/dist/esm/globals/Locationdesc.js +3 -3
- package/dist/esm/globals/MeasurementAccuracy.d.ts +5 -5
- package/dist/esm/globals/MeasurementAccuracy.js +3 -3
- package/dist/esm/globals/MeasurementAccuracyRange.d.ts +10 -10
- package/dist/esm/globals/MeasurementAccuracyRange.js +8 -8
- package/dist/esm/globals/MeasurementType.d.ts +1 -1
- package/dist/esm/globals/Priority.d.ts +1 -1
- package/dist/esm/globals/Semtag.d.ts +6 -6
- package/dist/esm/globals/Semtag.js +4 -4
- package/dist/esm/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
- package/dist/esm/globals/Status.d.ts +33 -33
- package/dist/esm/globals/Tod.d.ts +2 -2
- package/dist/esm/globals/WildcardPathFlags.d.ts +1 -1
- package/package.json +5 -5
- package/src/clusters/access-control.ts +72 -72
- package/src/clusters/account-login.ts +22 -22
- package/src/clusters/actions.ts +86 -86
- package/src/clusters/administrator-commissioning.ts +20 -20
- package/src/clusters/air-quality.ts +4 -4
- package/src/clusters/alarm-base.ts +22 -22
- package/src/clusters/application-basic.ts +14 -14
- package/src/clusters/application-launcher.ts +28 -28
- package/src/clusters/audio-output.ts +17 -17
- package/src/clusters/ballast-configuration.ts +20 -20
- package/src/clusters/basic-information.ts +47 -47
- package/src/clusters/binding.ts +8 -8
- package/src/clusters/boolean-state-configuration.ts +31 -31
- package/src/clusters/boolean-state.ts +6 -6
- package/src/clusters/bridged-device-basic-information.ts +38 -38
- package/src/clusters/channel.ts +111 -111
- package/src/clusters/color-control.ts +168 -168
- package/src/clusters/commissioner-control.ts +15 -15
- package/src/clusters/concentration-measurement.ts +15 -15
- package/src/clusters/content-app-observer.ts +12 -12
- package/src/clusters/content-control.ts +96 -96
- package/src/clusters/content-launcher.ts +69 -69
- package/src/clusters/descriptor.ts +13 -13
- package/src/clusters/device-energy-management-mode.ts +28 -28
- package/src/clusters/device-energy-management.ts +136 -136
- package/src/clusters/diagnostic-logs.ts +26 -26
- package/src/clusters/dishwasher-alarm.ts +24 -24
- package/src/clusters/dishwasher-mode.ts +27 -27
- package/src/clusters/door-lock.ts +377 -377
- package/src/clusters/ecosystem-information.ts +17 -17
- package/src/clusters/electrical-energy-measurement.ts +39 -39
- package/src/clusters/electrical-power-measurement.ts +53 -53
- package/src/clusters/energy-evse-mode.ts +28 -28
- package/src/clusters/energy-evse.ts +109 -109
- package/src/clusters/energy-preference.ts +19 -19
- package/src/clusters/ethernet-network-diagnostics.ts +13 -13
- package/src/clusters/fan-control.ts +30 -30
- package/src/clusters/fixed-label.ts +2 -2
- package/src/clusters/flow-measurement.ts +5 -5
- package/src/clusters/general-commissioning.ts +45 -45
- package/src/clusters/general-diagnostics.ts +66 -66
- package/src/clusters/group-key-management.ts +45 -45
- package/src/clusters/groups.ts +44 -44
- package/src/clusters/icd-management.ts +50 -50
- package/src/clusters/identify.ts +14 -14
- package/src/clusters/illuminance-measurement.ts +7 -7
- package/src/clusters/joint-fabric-datastore-cluster.ts +82 -82
- package/src/clusters/joint-fabric-pki.ts +12 -12
- package/src/clusters/keypad-input.ts +11 -11
- package/src/clusters/label.ts +5 -5
- package/src/clusters/laundry-dryer-controls.ts +4 -4
- package/src/clusters/laundry-washer-controls.ts +11 -11
- package/src/clusters/laundry-washer-mode.ts +28 -28
- package/src/clusters/level-control.ts +50 -50
- package/src/clusters/localization-configuration.ts +3 -3
- package/src/clusters/low-power.ts +2 -2
- package/src/clusters/media-input.ts +20 -20
- package/src/clusters/media-playback.ts +91 -91
- package/src/clusters/messages.ts +61 -61
- package/src/clusters/microwave-oven-control.ts +23 -23
- package/src/clusters/microwave-oven-mode.ts +25 -25
- package/src/clusters/mode-base.ts +37 -37
- package/src/clusters/mode-select.ts +22 -22
- package/src/clusters/network-commissioning.ts +76 -76
- package/src/clusters/occupancy-sensing.ts +29 -29
- package/src/clusters/on-off.ts +33 -33
- package/src/clusters/operational-credentials.ts +65 -65
- package/src/clusters/operational-state.ts +34 -34
- package/src/clusters/ota-software-update-provider.ts +39 -39
- package/src/clusters/ota-software-update-requestor.ts +55 -55
- package/src/clusters/oven-cavity-operational-state.ts +9 -9
- package/src/clusters/oven-mode.ts +34 -34
- package/src/clusters/power-source-configuration.ts +2 -2
- package/src/clusters/power-source.ts +59 -59
- package/src/clusters/power-topology.ts +4 -4
- package/src/clusters/pressure-measurement.ts +11 -11
- package/src/clusters/proxy-configuration.ts +6 -6
- package/src/clusters/proxy-discovery.ts +7 -7
- package/src/clusters/pump-configuration-and-control.ts +69 -69
- package/src/clusters/refrigerator-alarm.ts +18 -18
- package/src/clusters/refrigerator-and-temperature-controlled-cabinet-mode.ts +26 -26
- package/src/clusters/relative-humidity-measurement.ts +5 -5
- package/src/clusters/resource-monitoring.ts +13 -13
- package/src/clusters/rvc-clean-mode.ts +28 -28
- package/src/clusters/rvc-operational-state.ts +26 -26
- package/src/clusters/rvc-run-mode.ts +35 -35
- package/src/clusters/scenes-management.ts +114 -114
- package/src/clusters/service-area.ts +50 -50
- package/src/clusters/smoke-co-alarm.ts +66 -66
- package/src/clusters/software-diagnostics.ts +20 -20
- package/src/clusters/switch.ts +45 -45
- package/src/clusters/target-navigator.ts +20 -20
- package/src/clusters/temperature-control.ts +19 -19
- package/src/clusters/temperature-measurement.ts +5 -5
- package/src/clusters/thermostat-user-interface-configuration.ts +7 -7
- package/src/clusters/thermostat.ts +174 -174
- package/src/clusters/thread-border-router-management.ts +23 -23
- package/src/clusters/thread-network-diagnostics.ts +125 -125
- package/src/clusters/thread-network-directory.ts +22 -22
- package/src/clusters/time-format-localization.ts +7 -7
- package/src/clusters/time-synchronization.ts +81 -81
- package/src/clusters/unit-localization.ts +4 -4
- package/src/clusters/user-label.ts +2 -2
- package/src/clusters/valid-proxies.ts +7 -7
- package/src/clusters/valve-configuration-and-control.ts +35 -35
- package/src/clusters/wake-on-lan.ts +3 -3
- package/src/clusters/water-heater-management.ts +26 -26
- package/src/clusters/water-heater-mode.ts +27 -27
- package/src/clusters/wi-fi-network-diagnostics.ts +32 -32
- package/src/clusters/wi-fi-network-management.ts +6 -6
- package/src/clusters/window-covering.ts +68 -68
- package/src/globals/AtomicAttributeStatus.ts +4 -4
- package/src/globals/AtomicRequestType.ts +1 -1
- package/src/globals/Locationdesc.ts +5 -5
- package/src/globals/MeasurementAccuracy.ts +5 -5
- package/src/globals/MeasurementAccuracyRange.ts +10 -10
- package/src/globals/MeasurementType.ts +1 -1
- package/src/globals/Priority.ts +1 -1
- package/src/globals/Semtag.ts +6 -6
- package/src/globals/SoftwareVersionCertificationStatus.ts +1 -1
- package/src/globals/Status.ts +33 -33
- package/src/globals/Tod.ts +2 -2
- package/src/globals/WildcardPathFlags.ts +1 -1
|
@@ -34,13 +34,13 @@ var ContentControl;
|
|
|
34
34
|
* system is dependent upon the region or country where the Node has been provisioned, and may vary from one
|
|
35
35
|
* country to another.
|
|
36
36
|
*
|
|
37
|
-
* @see {@link MatterSpecification.
|
|
37
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.2.1
|
|
38
38
|
*/
|
|
39
39
|
ratingName: TlvField(0, TlvString.bound({ maxLength: 8 })),
|
|
40
40
|
/**
|
|
41
41
|
* This field shall specify a human readable (displayable) description for RatingName.
|
|
42
42
|
*
|
|
43
|
-
* @see {@link MatterSpecification.
|
|
43
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.2.2
|
|
44
44
|
*/
|
|
45
45
|
ratingNameDesc: TlvOptionalField(1, TlvString.bound({ maxLength: 64 }))
|
|
46
46
|
});
|
|
@@ -49,7 +49,7 @@ var ContentControl;
|
|
|
49
49
|
* This field indicates a threshold rating for filtering on-demand content. This field shall be set to one of
|
|
50
50
|
* the values present in the OnDemandRatings attribute
|
|
51
51
|
*
|
|
52
|
-
* @see {@link MatterSpecification.
|
|
52
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.10.1
|
|
53
53
|
*/
|
|
54
54
|
rating: TlvField(0, TlvString.bound({ maxLength: 8 }))
|
|
55
55
|
});
|
|
@@ -58,7 +58,7 @@ var ContentControl;
|
|
|
58
58
|
* This field indicates a threshold rating for filtering scheduled content. This field shall be set to one of
|
|
59
59
|
* the values present in the ScheduledContentRatings attribute.
|
|
60
60
|
*
|
|
61
|
-
* @see {@link MatterSpecification.
|
|
61
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.11.1
|
|
62
62
|
*/
|
|
63
63
|
rating: TlvField(0, TlvString.bound({ maxLength: 8 }))
|
|
64
64
|
});
|
|
@@ -71,14 +71,14 @@ var ContentControl;
|
|
|
71
71
|
* permission is allowed to invoke this command only if the PIN passed in this command is equal to the current
|
|
72
72
|
* PIN value.
|
|
73
73
|
*
|
|
74
|
-
* @see {@link MatterSpecification.
|
|
74
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.6.1
|
|
75
75
|
*/
|
|
76
76
|
pinCode: TlvOptionalField(0, TlvString.bound({ maxLength: 6 })),
|
|
77
77
|
/**
|
|
78
78
|
* This field shall indicate the amount of extra time (in seconds) to increase RemainingScreenTime. This field
|
|
79
79
|
* shall NOT exceed the remaining time of this day.
|
|
80
80
|
*
|
|
81
|
-
* @see {@link MatterSpecification.
|
|
81
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.6.2
|
|
82
82
|
*/
|
|
83
83
|
bonusTime: TlvField(1, TlvUInt32)
|
|
84
84
|
});
|
|
@@ -87,7 +87,7 @@ var ContentControl;
|
|
|
87
87
|
* This field shall indicate the time (in seconds) which the User is allowed to spend watching TV on this media
|
|
88
88
|
* device within one day.
|
|
89
89
|
*
|
|
90
|
-
* @see {@link MatterSpecification.
|
|
90
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.7.1
|
|
91
91
|
*/
|
|
92
92
|
screenTime: TlvField(0, TlvUInt32.bound({ max: 86400 }))
|
|
93
93
|
});
|
|
@@ -96,7 +96,7 @@ var ContentControl;
|
|
|
96
96
|
* This field shall indicate a unique index value for a blocked channel. This value may be used to indicate one
|
|
97
97
|
* selected channel which will be removed from BlockChannelList attribute.
|
|
98
98
|
*
|
|
99
|
-
* @see {@link MatterSpecification.
|
|
99
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.3.1
|
|
100
100
|
*/
|
|
101
101
|
blockChannelIndex: TlvField(0, TlvNullable(TlvUInt16)),
|
|
102
102
|
/**
|
|
@@ -105,7 +105,7 @@ var ContentControl;
|
|
|
105
105
|
* This field is required but shall be set to 0 for channels such as over-the-top channels that are not
|
|
106
106
|
* represented by a major or minor number.
|
|
107
107
|
*
|
|
108
|
-
* @see {@link MatterSpecification.
|
|
108
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.3.2
|
|
109
109
|
*/
|
|
110
110
|
majorNumber: TlvField(1, TlvUInt16),
|
|
111
111
|
/**
|
|
@@ -114,14 +114,14 @@ var ContentControl;
|
|
|
114
114
|
* This field is required but shall be set to 0 for channels such as over-the-top channels that are not
|
|
115
115
|
* represented by a major or minor number.
|
|
116
116
|
*
|
|
117
|
-
* @see {@link MatterSpecification.
|
|
117
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.3.3
|
|
118
118
|
*/
|
|
119
119
|
minorNumber: TlvField(2, TlvUInt16),
|
|
120
120
|
/**
|
|
121
121
|
* This field shall indicate the unique identifier for a specific channel. This field is optional, but SHOULD be
|
|
122
122
|
* provided when MajorNumber and MinorNumber are not available.
|
|
123
123
|
*
|
|
124
|
-
* @see {@link MatterSpecification.
|
|
124
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.3.4
|
|
125
125
|
*/
|
|
126
126
|
identifier: TlvOptionalField(3, TlvString)
|
|
127
127
|
});
|
|
@@ -131,7 +131,7 @@ var ContentControl;
|
|
|
131
131
|
* This field shall be set to values present in ChannelList attribute in the Channel cluster. The
|
|
132
132
|
* BlockChannelIndex field passed in this command shall be NULL.
|
|
133
133
|
*
|
|
134
|
-
* @see {@link MatterSpecification.
|
|
134
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.12.1
|
|
135
135
|
*/
|
|
136
136
|
channels: TlvField(0, TlvArray(ContentControl2.TlvBlockChannel))
|
|
137
137
|
});
|
|
@@ -140,7 +140,7 @@ var ContentControl;
|
|
|
140
140
|
* This field shall specify a set of indexes indicating Which channels shall be removed from the
|
|
141
141
|
* BlockChannelList attribute.
|
|
142
142
|
*
|
|
143
|
-
* @see {@link MatterSpecification.
|
|
143
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.13.1
|
|
144
144
|
*/
|
|
145
145
|
channelIndexes: TlvField(0, TlvArray(TlvUInt16))
|
|
146
146
|
});
|
|
@@ -151,14 +151,14 @@ var ContentControl;
|
|
|
151
151
|
* Content App Platform providers will have their own catalog vendor ID (set to their own Vendor ID) and will
|
|
152
152
|
* assign an ApplicationID to each Content App.
|
|
153
153
|
*
|
|
154
|
-
* @see {@link MatterSpecification.
|
|
154
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.4.1
|
|
155
155
|
*/
|
|
156
156
|
catalogVendorId: TlvField(0, TlvUInt16),
|
|
157
157
|
/**
|
|
158
158
|
* This field shall indicate the application identifier, expressed as a string, such as "PruneVideo" or "Company
|
|
159
159
|
* X". This field shall be unique within a catalog.
|
|
160
160
|
*
|
|
161
|
-
* @see {@link MatterSpecification.
|
|
161
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.4.2
|
|
162
162
|
*/
|
|
163
163
|
applicationId: TlvField(1, TlvString)
|
|
164
164
|
});
|
|
@@ -167,7 +167,7 @@ var ContentControl;
|
|
|
167
167
|
* This field indicates a set of applications that shall be blocked when the Content Control feature is
|
|
168
168
|
* activated.
|
|
169
169
|
*
|
|
170
|
-
* @see {@link MatterSpecification.
|
|
170
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.14.1
|
|
171
171
|
*/
|
|
172
172
|
applications: TlvField(0, TlvArray(ContentControl2.TlvAppInfo))
|
|
173
173
|
});
|
|
@@ -175,7 +175,7 @@ var ContentControl;
|
|
|
175
175
|
/**
|
|
176
176
|
* This field indicates a set of applications which shall be removed from BlockApplicationList attribute.
|
|
177
177
|
*
|
|
178
|
-
* @see {@link MatterSpecification.
|
|
178
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.15.1
|
|
179
179
|
*/
|
|
180
180
|
applications: TlvField(0, TlvArray(ContentControl2.TlvAppInfo))
|
|
181
181
|
});
|
|
@@ -213,19 +213,19 @@ var ContentControl;
|
|
|
213
213
|
/**
|
|
214
214
|
* This field shall indicate the starting hour.
|
|
215
215
|
*
|
|
216
|
-
* @see {@link MatterSpecification.
|
|
216
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.6.1
|
|
217
217
|
*/
|
|
218
218
|
startHour: TlvField(0, TlvUInt8.bound({ max: 23 })),
|
|
219
219
|
/**
|
|
220
220
|
* This field shall indicate the starting minute.
|
|
221
221
|
*
|
|
222
|
-
* @see {@link MatterSpecification.
|
|
222
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.6.2
|
|
223
223
|
*/
|
|
224
224
|
startMinute: TlvField(1, TlvUInt8.bound({ max: 59 })),
|
|
225
225
|
/**
|
|
226
226
|
* This field shall indicate the ending hour. EndHour shall be equal to or greater than StartHour
|
|
227
227
|
*
|
|
228
|
-
* @see {@link MatterSpecification.
|
|
228
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.6.3
|
|
229
229
|
*/
|
|
230
230
|
endHour: TlvField(2, TlvUInt8.bound({ max: 23 })),
|
|
231
231
|
/**
|
|
@@ -233,7 +233,7 @@ var ContentControl;
|
|
|
233
233
|
* than StartMinute. If the EndHour is equal to 23 and the EndMinute is equal to 59, all contents shall be
|
|
234
234
|
* blocked until 23:59:59.
|
|
235
235
|
*
|
|
236
|
-
* @see {@link MatterSpecification.
|
|
236
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.6.4
|
|
237
237
|
*/
|
|
238
238
|
endMinute: TlvField(3, TlvUInt8.bound({ max: 59 }))
|
|
239
239
|
});
|
|
@@ -242,19 +242,19 @@ var ContentControl;
|
|
|
242
242
|
* This field shall indicate a unique index of a specific time window. This value may be used to indicate a
|
|
243
243
|
* selected time window which will be removed from the BlockContentTimeWindow attribute.
|
|
244
244
|
*
|
|
245
|
-
* @see {@link MatterSpecification.
|
|
245
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.5.1
|
|
246
246
|
*/
|
|
247
247
|
timeWindowIndex: TlvField(0, TlvNullable(TlvUInt16)),
|
|
248
248
|
/**
|
|
249
249
|
* This field shall indicate a day of week.
|
|
250
250
|
*
|
|
251
|
-
* @see {@link MatterSpecification.
|
|
251
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.5.2
|
|
252
252
|
*/
|
|
253
253
|
dayOfWeek: TlvField(1, TlvBitmap(TlvUInt8, ContentControl2.DayOfWeek)),
|
|
254
254
|
/**
|
|
255
255
|
* This field shall indicate one or more discrete time periods.
|
|
256
256
|
*
|
|
257
|
-
* @see {@link MatterSpecification.
|
|
257
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.5.3
|
|
258
258
|
*/
|
|
259
259
|
timePeriod: TlvField(2, TlvArray(ContentControl2.TlvTimePeriod))
|
|
260
260
|
});
|
|
@@ -262,7 +262,7 @@ var ContentControl;
|
|
|
262
262
|
/**
|
|
263
263
|
* This field shall indicate a time window requested to set to the BlockContentTimeWindow attribute.
|
|
264
264
|
*
|
|
265
|
-
* @see {@link MatterSpecification.
|
|
265
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.16.1
|
|
266
266
|
*/
|
|
267
267
|
timeWindow: TlvField(0, ContentControl2.TlvTimeWindow)
|
|
268
268
|
});
|
|
@@ -271,7 +271,7 @@ var ContentControl;
|
|
|
271
271
|
* This field shall specify a set of time window indexes indicating which time windows will be removed from the
|
|
272
272
|
* BlockContentTimeWindow attribute.
|
|
273
273
|
*
|
|
274
|
-
* @see {@link MatterSpecification.
|
|
274
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.17.1
|
|
275
275
|
*/
|
|
276
276
|
timeWindowIndexes: TlvField(0, TlvArray(TlvUInt16))
|
|
277
277
|
});
|
|
@@ -280,13 +280,13 @@ var ContentControl;
|
|
|
280
280
|
* This field shall specify the original PIN. Once the UpdatePIN command is performed successfully, it shall be
|
|
281
281
|
* invalid.
|
|
282
282
|
*
|
|
283
|
-
* @see {@link MatterSpecification.
|
|
283
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.1.1
|
|
284
284
|
*/
|
|
285
285
|
oldPin: TlvField(0, TlvString.bound({ maxLength: 6 })),
|
|
286
286
|
/**
|
|
287
287
|
* This field shall indicate a new PIN for the Content Control feature.
|
|
288
288
|
*
|
|
289
|
-
* @see {@link MatterSpecification.
|
|
289
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.1.2
|
|
290
290
|
*/
|
|
291
291
|
newPin: TlvField(1, TlvString.bound({ maxLength: 6 }))
|
|
292
292
|
});
|
|
@@ -294,7 +294,7 @@ var ContentControl;
|
|
|
294
294
|
/**
|
|
295
295
|
* This field shall indicate a new PIN of the Content Control feature.
|
|
296
296
|
*
|
|
297
|
-
* @see {@link MatterSpecification.
|
|
297
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.3.1
|
|
298
298
|
*/
|
|
299
299
|
pinCode: TlvField(0, TlvString.bound({ maxLength: 6 }))
|
|
300
300
|
});
|
|
@@ -326,7 +326,7 @@ var ContentControl;
|
|
|
326
326
|
* The ratings in this collection shall be in order from a rating for the youngest viewers to the one for
|
|
327
327
|
* the oldest viewers. Each rating in the list shall be unique.
|
|
328
328
|
*
|
|
329
|
-
* @see {@link MatterSpecification.
|
|
329
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.7.2
|
|
330
330
|
*/
|
|
331
331
|
onDemandRatings: Attribute(1, TlvArray(ContentControl2.TlvRatingName), { default: [] }),
|
|
332
332
|
/**
|
|
@@ -341,7 +341,7 @@ var ContentControl;
|
|
|
341
341
|
* example, if the feature does not control content within apps, then the device should make this clear to
|
|
342
342
|
* the user when the attribute changes.
|
|
343
343
|
*
|
|
344
|
-
* @see {@link MatterSpecification.
|
|
344
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.7.3
|
|
345
345
|
*/
|
|
346
346
|
onDemandRatingThreshold: Attribute(2, TlvString.bound({ maxLength: 8 }))
|
|
347
347
|
},
|
|
@@ -353,7 +353,7 @@ var ContentControl;
|
|
|
353
353
|
* is one of values present in the OnDemandRatings attribute. If not, then a response with InvalidRating
|
|
354
354
|
* error status shall be returned.
|
|
355
355
|
*
|
|
356
|
-
* @see {@link MatterSpecification.
|
|
356
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.10
|
|
357
357
|
*/
|
|
358
358
|
setOnDemandRatingThreshold: Command(
|
|
359
359
|
9,
|
|
@@ -378,7 +378,7 @@ var ContentControl;
|
|
|
378
378
|
* The ratings in this collection shall be in order from a rating for the youngest viewers to the one for
|
|
379
379
|
* the oldest viewers. Each rating in the list shall be unique.
|
|
380
380
|
*
|
|
381
|
-
* @see {@link MatterSpecification.
|
|
381
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.7.4
|
|
382
382
|
*/
|
|
383
383
|
scheduledContentRatings: Attribute(3, TlvArray(ContentControl2.TlvRatingName), { default: [] }),
|
|
384
384
|
/**
|
|
@@ -393,7 +393,7 @@ var ContentControl;
|
|
|
393
393
|
* example, if the feature does not control content within apps, then the device should make this clear to
|
|
394
394
|
* the user when the attribute changes.
|
|
395
395
|
*
|
|
396
|
-
* @see {@link MatterSpecification.
|
|
396
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.7.5
|
|
397
397
|
*/
|
|
398
398
|
scheduledContentRatingThreshold: Attribute(4, TlvString.bound({ maxLength: 8 }))
|
|
399
399
|
},
|
|
@@ -405,7 +405,7 @@ var ContentControl;
|
|
|
405
405
|
* Rating field is one of values present in the ScheduledContentRatings attribute. If not, then a response
|
|
406
406
|
* with InvalidRating error status shall be returned.
|
|
407
407
|
*
|
|
408
|
-
* @see {@link MatterSpecification.
|
|
408
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.11
|
|
409
409
|
*/
|
|
410
410
|
setScheduledContentRatingThreshold: Command(
|
|
411
411
|
10,
|
|
@@ -422,7 +422,7 @@ var ContentControl;
|
|
|
422
422
|
* Indicates the amount of time (in seconds) which the User is allowed to spend watching TV within one day
|
|
423
423
|
* when the Content Control feature is activated.
|
|
424
424
|
*
|
|
425
|
-
* @see {@link MatterSpecification.
|
|
425
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.7.6
|
|
426
426
|
*/
|
|
427
427
|
screenDailyTime: Attribute(5, TlvUInt32.bound({ max: 86400 })),
|
|
428
428
|
/**
|
|
@@ -433,7 +433,7 @@ var ContentControl;
|
|
|
433
433
|
* This attribute shall be updated when the AddBonusTime command is received and processed successfully
|
|
434
434
|
* (with the correct PIN).
|
|
435
435
|
*
|
|
436
|
-
* @see {@link MatterSpecification.
|
|
436
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.7.7
|
|
437
437
|
*/
|
|
438
438
|
remainingScreenTime: Attribute(6, TlvUInt32.bound({ max: 86400 }))
|
|
439
439
|
},
|
|
@@ -458,7 +458,7 @@ var ContentControl;
|
|
|
458
458
|
*
|
|
459
459
|
* • The client has provided a PINCode that matches the expected PIN value.
|
|
460
460
|
*
|
|
461
|
-
* @see {@link MatterSpecification.
|
|
461
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.6
|
|
462
462
|
*/
|
|
463
463
|
addBonusTime: Command(5, ContentControl2.TlvAddBonusTimeRequest, 5, TlvNoResponse),
|
|
464
464
|
/**
|
|
@@ -467,7 +467,7 @@ var ContentControl;
|
|
|
467
467
|
* Upon receipt of the SetScreenDailyTime command, the media device shall set the ScreenDailyTime attribute
|
|
468
468
|
* to the ScreenTime value.
|
|
469
469
|
*
|
|
470
|
-
* @see {@link MatterSpecification.
|
|
470
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.7
|
|
471
471
|
*/
|
|
472
472
|
setScreenDailyTime: Command(
|
|
473
473
|
6,
|
|
@@ -481,7 +481,7 @@ var ContentControl;
|
|
|
481
481
|
/**
|
|
482
482
|
* This event shall be generated when the RemainingScreenTime equals 0.
|
|
483
483
|
*
|
|
484
|
-
* @see {@link MatterSpecification.
|
|
484
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.9.1
|
|
485
485
|
*/
|
|
486
486
|
remainingScreenTimeExpired: Event(0, EventPriority.Info, TlvNoArguments)
|
|
487
487
|
}
|
|
@@ -497,7 +497,7 @@ var ContentControl;
|
|
|
497
497
|
* example, if the feature does not control content within apps, then the device should make this clear to
|
|
498
498
|
* the user when the attribute changes.
|
|
499
499
|
*
|
|
500
|
-
* @see {@link MatterSpecification.
|
|
500
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.7.8
|
|
501
501
|
*/
|
|
502
502
|
blockUnrated: Attribute(7, TlvBoolean)
|
|
503
503
|
},
|
|
@@ -509,7 +509,7 @@ var ContentControl;
|
|
|
509
509
|
* Upon receipt of the BlockUnratedContent command, the media device shall set the BlockUnrated attribute to
|
|
510
510
|
* TRUE.
|
|
511
511
|
*
|
|
512
|
-
* @see {@link MatterSpecification.
|
|
512
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.8
|
|
513
513
|
*/
|
|
514
514
|
blockUnratedContent: Command(7, TlvNoArguments, 7, TlvNoResponse, { invokeAcl: AccessLevel.Manage }),
|
|
515
515
|
/**
|
|
@@ -519,7 +519,7 @@ var ContentControl;
|
|
|
519
519
|
* Upon receipt of the UnblockUnratedContent command, the media device shall set the BlockUnrated attribute
|
|
520
520
|
* to FALSE.
|
|
521
521
|
*
|
|
522
|
-
* @see {@link MatterSpecification.
|
|
522
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.9
|
|
523
523
|
*/
|
|
524
524
|
unblockUnratedContent: Command(8, TlvNoArguments, 8, TlvNoResponse, { invokeAcl: AccessLevel.Manage })
|
|
525
525
|
}
|
|
@@ -529,7 +529,7 @@ var ContentControl;
|
|
|
529
529
|
/**
|
|
530
530
|
* Indicates a set of channels that shall be blocked when the Content Control feature is activated.
|
|
531
531
|
*
|
|
532
|
-
* @see {@link MatterSpecification.
|
|
532
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.7.9
|
|
533
533
|
*/
|
|
534
534
|
blockChannelList: Attribute(8, TlvArray(ContentControl2.TlvBlockChannel), { default: [] })
|
|
535
535
|
},
|
|
@@ -550,7 +550,7 @@ var ContentControl;
|
|
|
550
550
|
* If all channels in Channel field already exist in the BlockChannelList attribute, then a response with
|
|
551
551
|
* ChannelAlreadyExist error Status shall be returned.
|
|
552
552
|
*
|
|
553
|
-
* @see {@link MatterSpecification.
|
|
553
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.12
|
|
554
554
|
*/
|
|
555
555
|
addBlockChannels: Command(
|
|
556
556
|
11,
|
|
@@ -567,7 +567,7 @@ var ContentControl;
|
|
|
567
567
|
* channels indicated by ChannelIndexes passed in this command field are not present in the BlockChannelList
|
|
568
568
|
* attribute, then a response with ChannelNotExist error Status shall be returned.
|
|
569
569
|
*
|
|
570
|
-
* @see {@link MatterSpecification.
|
|
570
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.13
|
|
571
571
|
*/
|
|
572
572
|
removeBlockChannels: Command(
|
|
573
573
|
12,
|
|
@@ -583,7 +583,7 @@ var ContentControl;
|
|
|
583
583
|
/**
|
|
584
584
|
* Indicates a set of applications that shall be blocked when the Content Control feature is activated.
|
|
585
585
|
*
|
|
586
|
-
* @see {@link MatterSpecification.
|
|
586
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.7.10
|
|
587
587
|
*/
|
|
588
588
|
blockApplicationList: Attribute(9, TlvArray(ContentControl2.TlvAppInfo), { default: [] })
|
|
589
589
|
},
|
|
@@ -604,7 +604,7 @@ var ContentControl;
|
|
|
604
604
|
* If all applications in Applications field are already present in BlockApplicationList attribute, then a
|
|
605
605
|
* response with ApplicationAlreadyExist error Status shall be returned.
|
|
606
606
|
*
|
|
607
|
-
* @see {@link MatterSpecification.
|
|
607
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.14
|
|
608
608
|
*/
|
|
609
609
|
addBlockApplications: Command(
|
|
610
610
|
13,
|
|
@@ -621,7 +621,7 @@ var ContentControl;
|
|
|
621
621
|
* Applications field which are not present in the BlockApplicationList attribute, then a response with
|
|
622
622
|
* ApplicationNotExist error Status shall be returned.
|
|
623
623
|
*
|
|
624
|
-
* @see {@link MatterSpecification.
|
|
624
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.15
|
|
625
625
|
*/
|
|
626
626
|
removeBlockApplications: Command(
|
|
627
627
|
14,
|
|
@@ -641,7 +641,7 @@ var ContentControl;
|
|
|
641
641
|
* block content which is playing and generate an event EnteringBlockContentTimeWindow. There shall NOT be
|
|
642
642
|
* multiple entries in this attribute list for the same day of week.
|
|
643
643
|
*
|
|
644
|
-
* @see {@link MatterSpecification.
|
|
644
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.7.11
|
|
645
645
|
*/
|
|
646
646
|
blockContentTimeWindow: Attribute(10, TlvArray(ContentControl2.TlvTimeWindow, { maxLength: 7 }), { default: [] })
|
|
647
647
|
},
|
|
@@ -659,7 +659,7 @@ var ContentControl;
|
|
|
659
659
|
* If the TimeWindowIndex field is not NULL and presents in the BlockContentTimeWindow attribute, the media
|
|
660
660
|
* device shall replace the original time window with the new time window passed in this command.
|
|
661
661
|
*
|
|
662
|
-
* @see {@link MatterSpecification.
|
|
662
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.16
|
|
663
663
|
*/
|
|
664
664
|
setBlockContentTimeWindow: Command(
|
|
665
665
|
15,
|
|
@@ -678,7 +678,7 @@ var ContentControl;
|
|
|
678
678
|
* If one or more time window indexes passed in this command are not present in BlockContentTimeWindow
|
|
679
679
|
* attribute, then a response with TimeWindowNotExist error status shall be returned.
|
|
680
680
|
*
|
|
681
|
-
* @see {@link MatterSpecification.
|
|
681
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.17
|
|
682
682
|
*/
|
|
683
683
|
removeBlockContentTimeWindow: Command(
|
|
684
684
|
16,
|
|
@@ -693,7 +693,7 @@ var ContentControl;
|
|
|
693
693
|
* This event shall be generated when entering a period of blocked content as configured in the
|
|
694
694
|
* BlockContentTimeWindow attribute.
|
|
695
695
|
*
|
|
696
|
-
* @see {@link MatterSpecification.
|
|
696
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.9.2
|
|
697
697
|
*/
|
|
698
698
|
enteringBlockContentTimeWindow: Event(1, EventPriority.Info, TlvNoArguments)
|
|
699
699
|
}
|
|
@@ -717,7 +717,7 @@ var ContentControl;
|
|
|
717
717
|
* performing configuration of the Content Control settings exposed by this cluster. The ResetPIN command
|
|
718
718
|
* can also be used to obtain the default PIN.
|
|
719
719
|
*
|
|
720
|
-
* @see {@link MatterSpecification.
|
|
720
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.1
|
|
721
721
|
*/
|
|
722
722
|
updatePin: Command(
|
|
723
723
|
0,
|
|
@@ -731,7 +731,7 @@ var ContentControl;
|
|
|
731
731
|
*
|
|
732
732
|
* If this command is executed successfully, a ResetPINResponse command with a new PIN shall be returned.
|
|
733
733
|
*
|
|
734
|
-
* @see {@link MatterSpecification.
|
|
734
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.2
|
|
735
735
|
*/
|
|
736
736
|
resetPin: Command(
|
|
737
737
|
1,
|
|
@@ -802,7 +802,7 @@ var ContentControl;
|
|
|
802
802
|
* Indicates whether the Content Control feature implemented on a media device is turned off (FALSE) or
|
|
803
803
|
* turned on (TRUE).
|
|
804
804
|
*
|
|
805
|
-
* @see {@link MatterSpecification.
|
|
805
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.7.1
|
|
806
806
|
*/
|
|
807
807
|
enabled: Attribute(0, TlvBoolean)
|
|
808
808
|
},
|
|
@@ -812,7 +812,7 @@ var ContentControl;
|
|
|
812
812
|
*
|
|
813
813
|
* Upon receipt of the Enable command, the media device shall set the Enabled attribute to TRUE.
|
|
814
814
|
*
|
|
815
|
-
* @see {@link MatterSpecification.
|
|
815
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.4
|
|
816
816
|
*/
|
|
817
817
|
enable: Command(3, TlvNoArguments, 3, TlvNoResponse, { invokeAcl: AccessLevel.Manage, timed: true }),
|
|
818
818
|
/**
|
|
@@ -820,7 +820,7 @@ var ContentControl;
|
|
|
820
820
|
*
|
|
821
821
|
* On receipt of the Disable command, the media device shall set the Enabled attribute to FALSE.
|
|
822
822
|
*
|
|
823
|
-
* @see {@link MatterSpecification.
|
|
823
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.5
|
|
824
824
|
*/
|
|
825
825
|
disable: Command(4, TlvNoArguments, 4, TlvNoResponse, { invokeAcl: AccessLevel.Manage, timed: true })
|
|
826
826
|
},
|