@matter/types 0.14.0-alpha.0-20250531-7ed2d6da8 → 0.14.0-alpha.0-20250602-37f27bb02
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 +77 -51
- package/dist/cjs/clusters/administrator-commissioning.d.ts.map +1 -1
- package/dist/cjs/clusters/administrator-commissioning.js +32 -12
- package/dist/cjs/clusters/administrator-commissioning.js.map +1 -1
- 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 +141 -99
- package/dist/cjs/clusters/application-launcher.d.ts.map +1 -1
- package/dist/cjs/clusters/application-launcher.js +45 -13
- package/dist/cjs/clusters/application-launcher.js.map +2 -2
- 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 +577 -559
- package/dist/cjs/clusters/channel.d.ts.map +1 -1
- package/dist/cjs/clusters/channel.js +87 -73
- package/dist/cjs/clusters/channel.js.map +2 -2
- 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 +27 -17
- package/dist/cjs/clusters/content-app-observer.d.ts.map +1 -1
- package/dist/cjs/clusters/content-app-observer.js +14 -6
- package/dist/cjs/clusters/content-app-observer.js.map +2 -2
- package/dist/cjs/clusters/content-control.d.ts +438 -356
- package/dist/cjs/clusters/content-control.d.ts.map +1 -1
- package/dist/cjs/clusters/content-control.js +120 -58
- package/dist/cjs/clusters/content-control.js.map +1 -1
- package/dist/cjs/clusters/content-launcher.d.ts +509 -475
- package/dist/cjs/clusters/content-launcher.d.ts.map +1 -1
- package/dist/cjs/clusters/content-launcher.js +65 -39
- package/dist/cjs/clusters/content-launcher.js.map +2 -2
- 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 +67 -33
- package/dist/cjs/clusters/diagnostic-logs.d.ts.map +1 -1
- package/dist/cjs/clusters/diagnostic-logs.js +34 -8
- package/dist/cjs/clusters/diagnostic-logs.js.map +2 -2
- 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 +1367 -1350
- package/dist/cjs/clusters/door-lock.d.ts.map +1 -1
- package/dist/cjs/clusters/door-lock.js +242 -228
- package/dist/cjs/clusters/door-lock.js.map +1 -1
- 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.d.ts +175 -175
- package/dist/cjs/clusters/joint-fabric-datastore.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 +34 -16
- package/dist/cjs/clusters/keypad-input.d.ts.map +1 -1
- package/dist/cjs/clusters/keypad-input.js +17 -3
- package/dist/cjs/clusters/keypad-input.js.map +2 -2
- 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 +34 -34
- package/dist/cjs/clusters/laundry-washer-mode.js +5 -5
- package/dist/cjs/clusters/level-control.d.ts +303 -303
- package/dist/cjs/clusters/level-control.js +32 -32
- 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 +427 -385
- package/dist/cjs/clusters/media-playback.d.ts.map +1 -1
- package/dist/cjs/clusters/media-playback.js +89 -57
- package/dist/cjs/clusters/media-playback.js.map +2 -2
- 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 +95 -61
- package/dist/cjs/clusters/ota-software-update-provider.d.ts.map +1 -1
- package/dist/cjs/clusters/ota-software-update-provider.js +51 -25
- package/dist/cjs/clusters/ota-software-update-provider.js.map +2 -2
- 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 +16 -16
- package/dist/cjs/clusters/oven-cavity-operational-state.js +11 -11
- package/dist/cjs/clusters/oven-mode.d.ts +40 -40
- package/dist/cjs/clusters/oven-mode.js +5 -5
- 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 +48 -48
- package/dist/cjs/clusters/rvc-clean-mode.js +9 -9
- package/dist/cjs/clusters/rvc-operational-state.d.ts +54 -54
- package/dist/cjs/clusters/rvc-operational-state.js +17 -17
- package/dist/cjs/clusters/rvc-run-mode.d.ts +55 -55
- package/dist/cjs/clusters/rvc-run-mode.js +9 -9
- package/dist/cjs/clusters/scenes-management.d.ts +246 -246
- package/dist/cjs/clusters/scenes-management.js +70 -70
- 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 +137 -137
- 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 +48 -30
- package/dist/cjs/clusters/target-navigator.d.ts.map +1 -1
- package/dist/cjs/clusters/target-navigator.js +24 -10
- package/dist/cjs/clusters/target-navigator.js.map +2 -2
- 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 +114 -114
- 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 +255 -245
- package/dist/cjs/clusters/time-synchronization.d.ts.map +1 -1
- package/dist/cjs/clusters/time-synchronization.js +55 -47
- package/dist/cjs/clusters/time-synchronization.js.map +1 -1
- 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 +90 -80
- package/dist/cjs/clusters/valve-configuration-and-control.d.ts.map +1 -1
- package/dist/cjs/clusters/valve-configuration-and-control.js +30 -22
- package/dist/cjs/clusters/valve-configuration-and-control.js.map +1 -1
- 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/common/StatusCode.d.ts +2 -11
- package/dist/cjs/common/StatusCode.d.ts.map +1 -1
- package/dist/cjs/common/StatusCode.js +1 -17
- package/dist/cjs/common/StatusCode.js.map +1 -1
- package/dist/cjs/common/StatusResponseError.d.ts +21 -0
- package/dist/cjs/common/StatusResponseError.d.ts.map +1 -0
- package/dist/cjs/common/StatusResponseError.js +54 -0
- package/dist/cjs/common/StatusResponseError.js.map +6 -0
- package/dist/cjs/common/ValidationError.d.ts +1 -1
- package/dist/cjs/common/ValidationError.d.ts.map +1 -1
- package/dist/cjs/common/ValidationError.js +2 -1
- package/dist/cjs/common/ValidationError.js.map +1 -1
- package/dist/cjs/common/index.d.ts +1 -0
- package/dist/cjs/common/index.d.ts.map +1 -1
- package/dist/cjs/common/index.js +1 -0
- package/dist/cjs/common/index.js.map +1 -1
- 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 +77 -51
- package/dist/esm/clusters/administrator-commissioning.d.ts.map +1 -1
- package/dist/esm/clusters/administrator-commissioning.js +32 -12
- package/dist/esm/clusters/administrator-commissioning.js.map +1 -1
- 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 +141 -99
- package/dist/esm/clusters/application-launcher.d.ts.map +1 -1
- package/dist/esm/clusters/application-launcher.js +45 -13
- package/dist/esm/clusters/application-launcher.js.map +1 -1
- 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 +577 -559
- package/dist/esm/clusters/channel.d.ts.map +1 -1
- package/dist/esm/clusters/channel.js +87 -73
- package/dist/esm/clusters/channel.js.map +1 -1
- 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 +27 -17
- package/dist/esm/clusters/content-app-observer.d.ts.map +1 -1
- package/dist/esm/clusters/content-app-observer.js +14 -6
- package/dist/esm/clusters/content-app-observer.js.map +1 -1
- package/dist/esm/clusters/content-control.d.ts +438 -356
- package/dist/esm/clusters/content-control.d.ts.map +1 -1
- package/dist/esm/clusters/content-control.js +120 -58
- package/dist/esm/clusters/content-control.js.map +1 -1
- package/dist/esm/clusters/content-launcher.d.ts +509 -475
- package/dist/esm/clusters/content-launcher.d.ts.map +1 -1
- package/dist/esm/clusters/content-launcher.js +65 -39
- package/dist/esm/clusters/content-launcher.js.map +1 -1
- 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 +67 -33
- package/dist/esm/clusters/diagnostic-logs.d.ts.map +1 -1
- package/dist/esm/clusters/diagnostic-logs.js +34 -8
- package/dist/esm/clusters/diagnostic-logs.js.map +1 -1
- 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 +1367 -1350
- package/dist/esm/clusters/door-lock.d.ts.map +1 -1
- package/dist/esm/clusters/door-lock.js +242 -228
- package/dist/esm/clusters/door-lock.js.map +1 -1
- 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.d.ts +175 -175
- package/dist/esm/clusters/joint-fabric-datastore.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 +34 -16
- package/dist/esm/clusters/keypad-input.d.ts.map +1 -1
- package/dist/esm/clusters/keypad-input.js +17 -3
- package/dist/esm/clusters/keypad-input.js.map +1 -1
- 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 +34 -34
- package/dist/esm/clusters/laundry-washer-mode.js +5 -5
- package/dist/esm/clusters/level-control.d.ts +303 -303
- package/dist/esm/clusters/level-control.js +32 -32
- 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 +427 -385
- package/dist/esm/clusters/media-playback.d.ts.map +1 -1
- package/dist/esm/clusters/media-playback.js +89 -57
- package/dist/esm/clusters/media-playback.js.map +1 -1
- 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 +95 -61
- package/dist/esm/clusters/ota-software-update-provider.d.ts.map +1 -1
- package/dist/esm/clusters/ota-software-update-provider.js +51 -25
- package/dist/esm/clusters/ota-software-update-provider.js.map +1 -1
- 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 +16 -16
- package/dist/esm/clusters/oven-cavity-operational-state.js +11 -11
- package/dist/esm/clusters/oven-mode.d.ts +40 -40
- package/dist/esm/clusters/oven-mode.js +5 -5
- 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 +48 -48
- package/dist/esm/clusters/rvc-clean-mode.js +9 -9
- package/dist/esm/clusters/rvc-operational-state.d.ts +54 -54
- package/dist/esm/clusters/rvc-operational-state.js +17 -17
- package/dist/esm/clusters/rvc-run-mode.d.ts +55 -55
- package/dist/esm/clusters/rvc-run-mode.js +9 -9
- package/dist/esm/clusters/scenes-management.d.ts +246 -246
- package/dist/esm/clusters/scenes-management.js +70 -70
- 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 +137 -137
- 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 +48 -30
- package/dist/esm/clusters/target-navigator.d.ts.map +1 -1
- package/dist/esm/clusters/target-navigator.js +24 -10
- package/dist/esm/clusters/target-navigator.js.map +1 -1
- 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 +114 -114
- 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 +255 -245
- package/dist/esm/clusters/time-synchronization.d.ts.map +1 -1
- package/dist/esm/clusters/time-synchronization.js +55 -47
- package/dist/esm/clusters/time-synchronization.js.map +1 -1
- 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 +90 -80
- package/dist/esm/clusters/valve-configuration-and-control.d.ts.map +1 -1
- package/dist/esm/clusters/valve-configuration-and-control.js +30 -22
- package/dist/esm/clusters/valve-configuration-and-control.js.map +1 -1
- 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/common/StatusCode.d.ts +2 -11
- package/dist/esm/common/StatusCode.d.ts.map +1 -1
- package/dist/esm/common/StatusCode.js +1 -17
- package/dist/esm/common/StatusCode.js.map +1 -1
- package/dist/esm/common/StatusResponseError.d.ts +21 -0
- package/dist/esm/common/StatusResponseError.d.ts.map +1 -0
- package/dist/esm/common/StatusResponseError.js +34 -0
- package/dist/esm/common/StatusResponseError.js.map +6 -0
- package/dist/esm/common/ValidationError.d.ts +1 -1
- package/dist/esm/common/ValidationError.d.ts.map +1 -1
- package/dist/esm/common/ValidationError.js +2 -1
- package/dist/esm/common/ValidationError.js.map +1 -1
- package/dist/esm/common/index.d.ts +1 -0
- package/dist/esm/common/index.d.ts.map +1 -1
- package/dist/esm/common/index.js +1 -0
- package/dist/esm/common/index.js.map +1 -1
- 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 +67 -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 +105 -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 +143 -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 +29 -12
- package/src/clusters/content-control.ts +248 -96
- package/src/clusters/content-launcher.ts +131 -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 +88 -26
- package/src/clusters/dishwasher-alarm.ts +24 -24
- package/src/clusters/dishwasher-mode.ts +27 -27
- package/src/clusters/door-lock.ts +408 -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.ts +82 -82
- package/src/clusters/joint-fabric-pki.ts +12 -12
- package/src/clusters/keypad-input.ts +43 -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 +25 -25
- package/src/clusters/level-control.ts +49 -49
- 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 +168 -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 +101 -39
- package/src/clusters/ota-software-update-requestor.ts +55 -55
- package/src/clusters/oven-cavity-operational-state.ts +14 -14
- package/src/clusters/oven-mode.ts +31 -31
- 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 +31 -31
- package/src/clusters/rvc-operational-state.ts +28 -28
- package/src/clusters/rvc-run-mode.ts +38 -38
- package/src/clusters/scenes-management.ts +112 -112
- package/src/clusters/service-area.ts +50 -50
- package/src/clusters/smoke-co-alarm.ts +68 -68
- package/src/clusters/software-diagnostics.ts +20 -20
- package/src/clusters/switch.ts +45 -45
- package/src/clusters/target-navigator.ts +52 -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 +172 -172
- 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 +98 -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 +52 -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/common/StatusCode.ts +3 -21
- package/src/common/StatusResponseError.ts +41 -0
- package/src/common/ValidationError.ts +2 -1
- package/src/common/index.ts +1 -0
- 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
|
@@ -8,12 +8,14 @@ import { MutableCluster } from "../cluster/mutation/MutableCluster.js";
|
|
|
8
8
|
import { Attribute, Command, Event } from "../cluster/Cluster.js";
|
|
9
9
|
import { TypeFromSchema } from "../tlv/TlvSchema.js";
|
|
10
10
|
import { BitFlag } from "../schema/BitmapSchema.js";
|
|
11
|
+
import { StatusResponseError } from "../common/StatusResponseError.js";
|
|
12
|
+
import { Status } from "../globals/Status.js";
|
|
11
13
|
import { Identity } from "#general";
|
|
12
14
|
export declare namespace ContentControl {
|
|
13
15
|
/**
|
|
14
16
|
* These are optional features supported by ContentControlCluster.
|
|
15
17
|
*
|
|
16
|
-
* @see {@link MatterSpecification.
|
|
18
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.4
|
|
17
19
|
*/
|
|
18
20
|
enum Feature {
|
|
19
21
|
/**
|
|
@@ -67,7 +69,7 @@ export declare namespace ContentControl {
|
|
|
67
69
|
BlockContentTimeWindow = "BlockContentTimeWindow"
|
|
68
70
|
}
|
|
69
71
|
/**
|
|
70
|
-
* @see {@link MatterSpecification.
|
|
72
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.2
|
|
71
73
|
*/
|
|
72
74
|
const TlvRatingName: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
73
75
|
/**
|
|
@@ -75,67 +77,67 @@ export declare namespace ContentControl {
|
|
|
75
77
|
* system is dependent upon the region or country where the Node has been provisioned, and may vary from one
|
|
76
78
|
* country to another.
|
|
77
79
|
*
|
|
78
|
-
* @see {@link MatterSpecification.
|
|
80
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.2.1
|
|
79
81
|
*/
|
|
80
82
|
ratingName: import("../tlv/TlvObject.js").FieldType<string>;
|
|
81
83
|
/**
|
|
82
84
|
* This field shall specify a human readable (displayable) description for RatingName.
|
|
83
85
|
*
|
|
84
|
-
* @see {@link MatterSpecification.
|
|
86
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.2.2
|
|
85
87
|
*/
|
|
86
88
|
ratingNameDesc: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
87
89
|
}>;
|
|
88
90
|
/**
|
|
89
|
-
* @see {@link MatterSpecification.
|
|
91
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.2
|
|
90
92
|
*/
|
|
91
93
|
interface RatingName extends TypeFromSchema<typeof TlvRatingName> {
|
|
92
94
|
}
|
|
93
95
|
/**
|
|
94
96
|
* Input to the ContentControl setOnDemandRatingThreshold command
|
|
95
97
|
*
|
|
96
|
-
* @see {@link MatterSpecification.
|
|
98
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.10
|
|
97
99
|
*/
|
|
98
100
|
const TlvSetOnDemandRatingThresholdRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
99
101
|
/**
|
|
100
102
|
* This field indicates a threshold rating for filtering on-demand content. This field shall be set to one of
|
|
101
103
|
* the values present in the OnDemandRatings attribute
|
|
102
104
|
*
|
|
103
|
-
* @see {@link MatterSpecification.
|
|
105
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.10.1
|
|
104
106
|
*/
|
|
105
107
|
rating: import("../tlv/TlvObject.js").FieldType<string>;
|
|
106
108
|
}>;
|
|
107
109
|
/**
|
|
108
110
|
* Input to the ContentControl setOnDemandRatingThreshold command
|
|
109
111
|
*
|
|
110
|
-
* @see {@link MatterSpecification.
|
|
112
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.10
|
|
111
113
|
*/
|
|
112
114
|
interface SetOnDemandRatingThresholdRequest extends TypeFromSchema<typeof TlvSetOnDemandRatingThresholdRequest> {
|
|
113
115
|
}
|
|
114
116
|
/**
|
|
115
117
|
* Input to the ContentControl setScheduledContentRatingThreshold command
|
|
116
118
|
*
|
|
117
|
-
* @see {@link MatterSpecification.
|
|
119
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.11
|
|
118
120
|
*/
|
|
119
121
|
const TlvSetScheduledContentRatingThresholdRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
120
122
|
/**
|
|
121
123
|
* This field indicates a threshold rating for filtering scheduled content. This field shall be set to one of
|
|
122
124
|
* the values present in the ScheduledContentRatings attribute.
|
|
123
125
|
*
|
|
124
|
-
* @see {@link MatterSpecification.
|
|
126
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.11.1
|
|
125
127
|
*/
|
|
126
128
|
rating: import("../tlv/TlvObject.js").FieldType<string>;
|
|
127
129
|
}>;
|
|
128
130
|
/**
|
|
129
131
|
* Input to the ContentControl setScheduledContentRatingThreshold command
|
|
130
132
|
*
|
|
131
|
-
* @see {@link MatterSpecification.
|
|
133
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.11
|
|
132
134
|
*/
|
|
133
135
|
interface SetScheduledContentRatingThresholdRequest extends TypeFromSchema<typeof TlvSetScheduledContentRatingThresholdRequest> {
|
|
134
136
|
}
|
|
135
137
|
/**
|
|
136
138
|
* Input to the ContentControl addBonusTime command
|
|
137
139
|
*
|
|
138
|
-
* @see {@link MatterSpecification.
|
|
140
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.6
|
|
139
141
|
*/
|
|
140
142
|
const TlvAddBonusTimeRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
141
143
|
/**
|
|
@@ -146,54 +148,54 @@ export declare namespace ContentControl {
|
|
|
146
148
|
* permission is allowed to invoke this command only if the PIN passed in this command is equal to the current
|
|
147
149
|
* PIN value.
|
|
148
150
|
*
|
|
149
|
-
* @see {@link MatterSpecification.
|
|
151
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.6.1
|
|
150
152
|
*/
|
|
151
153
|
pinCode: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
152
154
|
/**
|
|
153
155
|
* This field shall indicate the amount of extra time (in seconds) to increase RemainingScreenTime. This field
|
|
154
156
|
* shall NOT exceed the remaining time of this day.
|
|
155
157
|
*
|
|
156
|
-
* @see {@link MatterSpecification.
|
|
158
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.6.2
|
|
157
159
|
*/
|
|
158
160
|
bonusTime: import("../tlv/TlvObject.js").FieldType<number>;
|
|
159
161
|
}>;
|
|
160
162
|
/**
|
|
161
163
|
* Input to the ContentControl addBonusTime command
|
|
162
164
|
*
|
|
163
|
-
* @see {@link MatterSpecification.
|
|
165
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.6
|
|
164
166
|
*/
|
|
165
167
|
interface AddBonusTimeRequest extends TypeFromSchema<typeof TlvAddBonusTimeRequest> {
|
|
166
168
|
}
|
|
167
169
|
/**
|
|
168
170
|
* Input to the ContentControl setScreenDailyTime command
|
|
169
171
|
*
|
|
170
|
-
* @see {@link MatterSpecification.
|
|
172
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.7
|
|
171
173
|
*/
|
|
172
174
|
const TlvSetScreenDailyTimeRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
173
175
|
/**
|
|
174
176
|
* This field shall indicate the time (in seconds) which the User is allowed to spend watching TV on this media
|
|
175
177
|
* device within one day.
|
|
176
178
|
*
|
|
177
|
-
* @see {@link MatterSpecification.
|
|
179
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.7.1
|
|
178
180
|
*/
|
|
179
181
|
screenTime: import("../tlv/TlvObject.js").FieldType<number>;
|
|
180
182
|
}>;
|
|
181
183
|
/**
|
|
182
184
|
* Input to the ContentControl setScreenDailyTime command
|
|
183
185
|
*
|
|
184
|
-
* @see {@link MatterSpecification.
|
|
186
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.7
|
|
185
187
|
*/
|
|
186
188
|
interface SetScreenDailyTimeRequest extends TypeFromSchema<typeof TlvSetScreenDailyTimeRequest> {
|
|
187
189
|
}
|
|
188
190
|
/**
|
|
189
|
-
* @see {@link MatterSpecification.
|
|
191
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.3
|
|
190
192
|
*/
|
|
191
193
|
const TlvBlockChannel: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
192
194
|
/**
|
|
193
195
|
* This field shall indicate a unique index value for a blocked channel. This value may be used to indicate one
|
|
194
196
|
* selected channel which will be removed from BlockChannelList attribute.
|
|
195
197
|
*
|
|
196
|
-
* @see {@link MatterSpecification.
|
|
198
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.3.1
|
|
197
199
|
*/
|
|
198
200
|
blockChannelIndex: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
199
201
|
/**
|
|
@@ -202,7 +204,7 @@ export declare namespace ContentControl {
|
|
|
202
204
|
* This field is required but shall be set to 0 for channels such as over-the-top channels that are not
|
|
203
205
|
* represented by a major or minor number.
|
|
204
206
|
*
|
|
205
|
-
* @see {@link MatterSpecification.
|
|
207
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.3.2
|
|
206
208
|
*/
|
|
207
209
|
majorNumber: import("../tlv/TlvObject.js").FieldType<number>;
|
|
208
210
|
/**
|
|
@@ -211,26 +213,26 @@ export declare namespace ContentControl {
|
|
|
211
213
|
* This field is required but shall be set to 0 for channels such as over-the-top channels that are not
|
|
212
214
|
* represented by a major or minor number.
|
|
213
215
|
*
|
|
214
|
-
* @see {@link MatterSpecification.
|
|
216
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.3.3
|
|
215
217
|
*/
|
|
216
218
|
minorNumber: import("../tlv/TlvObject.js").FieldType<number>;
|
|
217
219
|
/**
|
|
218
220
|
* This field shall indicate the unique identifier for a specific channel. This field is optional, but SHOULD be
|
|
219
221
|
* provided when MajorNumber and MinorNumber are not available.
|
|
220
222
|
*
|
|
221
|
-
* @see {@link MatterSpecification.
|
|
223
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.3.4
|
|
222
224
|
*/
|
|
223
225
|
identifier: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
224
226
|
}>;
|
|
225
227
|
/**
|
|
226
|
-
* @see {@link MatterSpecification.
|
|
228
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.3
|
|
227
229
|
*/
|
|
228
230
|
interface BlockChannel extends TypeFromSchema<typeof TlvBlockChannel> {
|
|
229
231
|
}
|
|
230
232
|
/**
|
|
231
233
|
* Input to the ContentControl addBlockChannels command
|
|
232
234
|
*
|
|
233
|
-
* @see {@link MatterSpecification.
|
|
235
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.12
|
|
234
236
|
*/
|
|
235
237
|
const TlvAddBlockChannelsRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
236
238
|
/**
|
|
@@ -238,14 +240,14 @@ export declare namespace ContentControl {
|
|
|
238
240
|
* This field shall be set to values present in ChannelList attribute in the Channel cluster. The
|
|
239
241
|
* BlockChannelIndex field passed in this command shall be NULL.
|
|
240
242
|
*
|
|
241
|
-
* @see {@link MatterSpecification.
|
|
243
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.12.1
|
|
242
244
|
*/
|
|
243
245
|
channels: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
244
246
|
/**
|
|
245
247
|
* This field shall indicate a unique index value for a blocked channel. This value may be used to indicate one
|
|
246
248
|
* selected channel which will be removed from BlockChannelList attribute.
|
|
247
249
|
*
|
|
248
|
-
* @see {@link MatterSpecification.
|
|
250
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.3.1
|
|
249
251
|
*/
|
|
250
252
|
blockChannelIndex: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
251
253
|
/**
|
|
@@ -254,7 +256,7 @@ export declare namespace ContentControl {
|
|
|
254
256
|
* This field is required but shall be set to 0 for channels such as over-the-top channels that are not
|
|
255
257
|
* represented by a major or minor number.
|
|
256
258
|
*
|
|
257
|
-
* @see {@link MatterSpecification.
|
|
259
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.3.2
|
|
258
260
|
*/
|
|
259
261
|
majorNumber: import("../tlv/TlvObject.js").FieldType<number>;
|
|
260
262
|
/**
|
|
@@ -263,14 +265,14 @@ export declare namespace ContentControl {
|
|
|
263
265
|
* This field is required but shall be set to 0 for channels such as over-the-top channels that are not
|
|
264
266
|
* represented by a major or minor number.
|
|
265
267
|
*
|
|
266
|
-
* @see {@link MatterSpecification.
|
|
268
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.3.3
|
|
267
269
|
*/
|
|
268
270
|
minorNumber: import("../tlv/TlvObject.js").FieldType<number>;
|
|
269
271
|
/**
|
|
270
272
|
* This field shall indicate the unique identifier for a specific channel. This field is optional, but SHOULD be
|
|
271
273
|
* provided when MajorNumber and MinorNumber are not available.
|
|
272
274
|
*
|
|
273
|
-
* @see {@link MatterSpecification.
|
|
275
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.3.4
|
|
274
276
|
*/
|
|
275
277
|
identifier: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
276
278
|
}>[]>;
|
|
@@ -278,33 +280,33 @@ export declare namespace ContentControl {
|
|
|
278
280
|
/**
|
|
279
281
|
* Input to the ContentControl addBlockChannels command
|
|
280
282
|
*
|
|
281
|
-
* @see {@link MatterSpecification.
|
|
283
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.12
|
|
282
284
|
*/
|
|
283
285
|
interface AddBlockChannelsRequest extends TypeFromSchema<typeof TlvAddBlockChannelsRequest> {
|
|
284
286
|
}
|
|
285
287
|
/**
|
|
286
288
|
* Input to the ContentControl removeBlockChannels command
|
|
287
289
|
*
|
|
288
|
-
* @see {@link MatterSpecification.
|
|
290
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.13
|
|
289
291
|
*/
|
|
290
292
|
const TlvRemoveBlockChannelsRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
291
293
|
/**
|
|
292
294
|
* This field shall specify a set of indexes indicating Which channels shall be removed from the
|
|
293
295
|
* BlockChannelList attribute.
|
|
294
296
|
*
|
|
295
|
-
* @see {@link MatterSpecification.
|
|
297
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.13.1
|
|
296
298
|
*/
|
|
297
299
|
channelIndexes: import("../tlv/TlvObject.js").FieldType<number[]>;
|
|
298
300
|
}>;
|
|
299
301
|
/**
|
|
300
302
|
* Input to the ContentControl removeBlockChannels command
|
|
301
303
|
*
|
|
302
|
-
* @see {@link MatterSpecification.
|
|
304
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.13
|
|
303
305
|
*/
|
|
304
306
|
interface RemoveBlockChannelsRequest extends TypeFromSchema<typeof TlvRemoveBlockChannelsRequest> {
|
|
305
307
|
}
|
|
306
308
|
/**
|
|
307
|
-
* @see {@link MatterSpecification.
|
|
309
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.4
|
|
308
310
|
*/
|
|
309
311
|
const TlvAppInfo: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
310
312
|
/**
|
|
@@ -313,33 +315,33 @@ export declare namespace ContentControl {
|
|
|
313
315
|
* Content App Platform providers will have their own catalog vendor ID (set to their own Vendor ID) and will
|
|
314
316
|
* assign an ApplicationID to each Content App.
|
|
315
317
|
*
|
|
316
|
-
* @see {@link MatterSpecification.
|
|
318
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.4.1
|
|
317
319
|
*/
|
|
318
320
|
catalogVendorId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
319
321
|
/**
|
|
320
322
|
* This field shall indicate the application identifier, expressed as a string, such as "PruneVideo" or "Company
|
|
321
323
|
* X". This field shall be unique within a catalog.
|
|
322
324
|
*
|
|
323
|
-
* @see {@link MatterSpecification.
|
|
325
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.4.2
|
|
324
326
|
*/
|
|
325
327
|
applicationId: import("../tlv/TlvObject.js").FieldType<string>;
|
|
326
328
|
}>;
|
|
327
329
|
/**
|
|
328
|
-
* @see {@link MatterSpecification.
|
|
330
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.4
|
|
329
331
|
*/
|
|
330
332
|
interface AppInfo extends TypeFromSchema<typeof TlvAppInfo> {
|
|
331
333
|
}
|
|
332
334
|
/**
|
|
333
335
|
* Input to the ContentControl addBlockApplications command
|
|
334
336
|
*
|
|
335
|
-
* @see {@link MatterSpecification.
|
|
337
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.14
|
|
336
338
|
*/
|
|
337
339
|
const TlvAddBlockApplicationsRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
338
340
|
/**
|
|
339
341
|
* This field indicates a set of applications that shall be blocked when the Content Control feature is
|
|
340
342
|
* activated.
|
|
341
343
|
*
|
|
342
|
-
* @see {@link MatterSpecification.
|
|
344
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.14.1
|
|
343
345
|
*/
|
|
344
346
|
applications: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
345
347
|
/**
|
|
@@ -348,14 +350,14 @@ export declare namespace ContentControl {
|
|
|
348
350
|
* Content App Platform providers will have their own catalog vendor ID (set to their own Vendor ID) and will
|
|
349
351
|
* assign an ApplicationID to each Content App.
|
|
350
352
|
*
|
|
351
|
-
* @see {@link MatterSpecification.
|
|
353
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.4.1
|
|
352
354
|
*/
|
|
353
355
|
catalogVendorId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
354
356
|
/**
|
|
355
357
|
* This field shall indicate the application identifier, expressed as a string, such as "PruneVideo" or "Company
|
|
356
358
|
* X". This field shall be unique within a catalog.
|
|
357
359
|
*
|
|
358
|
-
* @see {@link MatterSpecification.
|
|
360
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.4.2
|
|
359
361
|
*/
|
|
360
362
|
applicationId: import("../tlv/TlvObject.js").FieldType<string>;
|
|
361
363
|
}>[]>;
|
|
@@ -363,20 +365,20 @@ export declare namespace ContentControl {
|
|
|
363
365
|
/**
|
|
364
366
|
* Input to the ContentControl addBlockApplications command
|
|
365
367
|
*
|
|
366
|
-
* @see {@link MatterSpecification.
|
|
368
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.14
|
|
367
369
|
*/
|
|
368
370
|
interface AddBlockApplicationsRequest extends TypeFromSchema<typeof TlvAddBlockApplicationsRequest> {
|
|
369
371
|
}
|
|
370
372
|
/**
|
|
371
373
|
* Input to the ContentControl removeBlockApplications command
|
|
372
374
|
*
|
|
373
|
-
* @see {@link MatterSpecification.
|
|
375
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.15
|
|
374
376
|
*/
|
|
375
377
|
const TlvRemoveBlockApplicationsRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
376
378
|
/**
|
|
377
379
|
* This field indicates a set of applications which shall be removed from BlockApplicationList attribute.
|
|
378
380
|
*
|
|
379
|
-
* @see {@link MatterSpecification.
|
|
381
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.15.1
|
|
380
382
|
*/
|
|
381
383
|
applications: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
382
384
|
/**
|
|
@@ -385,14 +387,14 @@ export declare namespace ContentControl {
|
|
|
385
387
|
* Content App Platform providers will have their own catalog vendor ID (set to their own Vendor ID) and will
|
|
386
388
|
* assign an ApplicationID to each Content App.
|
|
387
389
|
*
|
|
388
|
-
* @see {@link MatterSpecification.
|
|
390
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.4.1
|
|
389
391
|
*/
|
|
390
392
|
catalogVendorId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
391
393
|
/**
|
|
392
394
|
* This field shall indicate the application identifier, expressed as a string, such as "PruneVideo" or "Company
|
|
393
395
|
* X". This field shall be unique within a catalog.
|
|
394
396
|
*
|
|
395
|
-
* @see {@link MatterSpecification.
|
|
397
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.4.2
|
|
396
398
|
*/
|
|
397
399
|
applicationId: import("../tlv/TlvObject.js").FieldType<string>;
|
|
398
400
|
}>[]>;
|
|
@@ -400,12 +402,12 @@ export declare namespace ContentControl {
|
|
|
400
402
|
/**
|
|
401
403
|
* Input to the ContentControl removeBlockApplications command
|
|
402
404
|
*
|
|
403
|
-
* @see {@link MatterSpecification.
|
|
405
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.15
|
|
404
406
|
*/
|
|
405
407
|
interface RemoveBlockApplicationsRequest extends TypeFromSchema<typeof TlvRemoveBlockApplicationsRequest> {
|
|
406
408
|
}
|
|
407
409
|
/**
|
|
408
|
-
* @see {@link MatterSpecification.
|
|
410
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.1
|
|
409
411
|
*/
|
|
410
412
|
const DayOfWeek: {
|
|
411
413
|
/**
|
|
@@ -438,25 +440,25 @@ export declare namespace ContentControl {
|
|
|
438
440
|
saturday: BitFlag;
|
|
439
441
|
};
|
|
440
442
|
/**
|
|
441
|
-
* @see {@link MatterSpecification.
|
|
443
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.6
|
|
442
444
|
*/
|
|
443
445
|
const TlvTimePeriod: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
444
446
|
/**
|
|
445
447
|
* This field shall indicate the starting hour.
|
|
446
448
|
*
|
|
447
|
-
* @see {@link MatterSpecification.
|
|
449
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.6.1
|
|
448
450
|
*/
|
|
449
451
|
startHour: import("../tlv/TlvObject.js").FieldType<number>;
|
|
450
452
|
/**
|
|
451
453
|
* This field shall indicate the starting minute.
|
|
452
454
|
*
|
|
453
|
-
* @see {@link MatterSpecification.
|
|
455
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.6.2
|
|
454
456
|
*/
|
|
455
457
|
startMinute: import("../tlv/TlvObject.js").FieldType<number>;
|
|
456
458
|
/**
|
|
457
459
|
* This field shall indicate the ending hour. EndHour shall be equal to or greater than StartHour
|
|
458
460
|
*
|
|
459
|
-
* @see {@link MatterSpecification.
|
|
461
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.6.3
|
|
460
462
|
*/
|
|
461
463
|
endHour: import("../tlv/TlvObject.js").FieldType<number>;
|
|
462
464
|
/**
|
|
@@ -464,30 +466,30 @@ export declare namespace ContentControl {
|
|
|
464
466
|
* than StartMinute. If the EndHour is equal to 23 and the EndMinute is equal to 59, all contents shall be
|
|
465
467
|
* blocked until 23:59:59.
|
|
466
468
|
*
|
|
467
|
-
* @see {@link MatterSpecification.
|
|
469
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.6.4
|
|
468
470
|
*/
|
|
469
471
|
endMinute: import("../tlv/TlvObject.js").FieldType<number>;
|
|
470
472
|
}>;
|
|
471
473
|
/**
|
|
472
|
-
* @see {@link MatterSpecification.
|
|
474
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.6
|
|
473
475
|
*/
|
|
474
476
|
interface TimePeriod extends TypeFromSchema<typeof TlvTimePeriod> {
|
|
475
477
|
}
|
|
476
478
|
/**
|
|
477
|
-
* @see {@link MatterSpecification.
|
|
479
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.5
|
|
478
480
|
*/
|
|
479
481
|
const TlvTimeWindow: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
480
482
|
/**
|
|
481
483
|
* This field shall indicate a unique index of a specific time window. This value may be used to indicate a
|
|
482
484
|
* selected time window which will be removed from the BlockContentTimeWindow attribute.
|
|
483
485
|
*
|
|
484
|
-
* @see {@link MatterSpecification.
|
|
486
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.5.1
|
|
485
487
|
*/
|
|
486
488
|
timeWindowIndex: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
487
489
|
/**
|
|
488
490
|
* This field shall indicate a day of week.
|
|
489
491
|
*
|
|
490
|
-
* @see {@link MatterSpecification.
|
|
492
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.5.2
|
|
491
493
|
*/
|
|
492
494
|
dayOfWeek: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
493
495
|
/**
|
|
@@ -522,25 +524,25 @@ export declare namespace ContentControl {
|
|
|
522
524
|
/**
|
|
523
525
|
* This field shall indicate one or more discrete time periods.
|
|
524
526
|
*
|
|
525
|
-
* @see {@link MatterSpecification.
|
|
527
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.5.3
|
|
526
528
|
*/
|
|
527
529
|
timePeriod: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
528
530
|
/**
|
|
529
531
|
* This field shall indicate the starting hour.
|
|
530
532
|
*
|
|
531
|
-
* @see {@link MatterSpecification.
|
|
533
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.6.1
|
|
532
534
|
*/
|
|
533
535
|
startHour: import("../tlv/TlvObject.js").FieldType<number>;
|
|
534
536
|
/**
|
|
535
537
|
* This field shall indicate the starting minute.
|
|
536
538
|
*
|
|
537
|
-
* @see {@link MatterSpecification.
|
|
539
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.6.2
|
|
538
540
|
*/
|
|
539
541
|
startMinute: import("../tlv/TlvObject.js").FieldType<number>;
|
|
540
542
|
/**
|
|
541
543
|
* This field shall indicate the ending hour. EndHour shall be equal to or greater than StartHour
|
|
542
544
|
*
|
|
543
|
-
* @see {@link MatterSpecification.
|
|
545
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.6.3
|
|
544
546
|
*/
|
|
545
547
|
endHour: import("../tlv/TlvObject.js").FieldType<number>;
|
|
546
548
|
/**
|
|
@@ -548,39 +550,39 @@ export declare namespace ContentControl {
|
|
|
548
550
|
* than StartMinute. If the EndHour is equal to 23 and the EndMinute is equal to 59, all contents shall be
|
|
549
551
|
* blocked until 23:59:59.
|
|
550
552
|
*
|
|
551
|
-
* @see {@link MatterSpecification.
|
|
553
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.6.4
|
|
552
554
|
*/
|
|
553
555
|
endMinute: import("../tlv/TlvObject.js").FieldType<number>;
|
|
554
556
|
}>[]>;
|
|
555
557
|
}>;
|
|
556
558
|
/**
|
|
557
|
-
* @see {@link MatterSpecification.
|
|
559
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.5
|
|
558
560
|
*/
|
|
559
561
|
interface TimeWindow extends TypeFromSchema<typeof TlvTimeWindow> {
|
|
560
562
|
}
|
|
561
563
|
/**
|
|
562
564
|
* Input to the ContentControl setBlockContentTimeWindow command
|
|
563
565
|
*
|
|
564
|
-
* @see {@link MatterSpecification.
|
|
566
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.16
|
|
565
567
|
*/
|
|
566
568
|
const TlvSetBlockContentTimeWindowRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
567
569
|
/**
|
|
568
570
|
* This field shall indicate a time window requested to set to the BlockContentTimeWindow attribute.
|
|
569
571
|
*
|
|
570
|
-
* @see {@link MatterSpecification.
|
|
572
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.16.1
|
|
571
573
|
*/
|
|
572
574
|
timeWindow: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
573
575
|
/**
|
|
574
576
|
* This field shall indicate a unique index of a specific time window. This value may be used to indicate a
|
|
575
577
|
* selected time window which will be removed from the BlockContentTimeWindow attribute.
|
|
576
578
|
*
|
|
577
|
-
* @see {@link MatterSpecification.
|
|
579
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.5.1
|
|
578
580
|
*/
|
|
579
581
|
timeWindowIndex: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
580
582
|
/**
|
|
581
583
|
* This field shall indicate a day of week.
|
|
582
584
|
*
|
|
583
|
-
* @see {@link MatterSpecification.
|
|
585
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.5.2
|
|
584
586
|
*/
|
|
585
587
|
dayOfWeek: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
586
588
|
/**
|
|
@@ -615,25 +617,25 @@ export declare namespace ContentControl {
|
|
|
615
617
|
/**
|
|
616
618
|
* This field shall indicate one or more discrete time periods.
|
|
617
619
|
*
|
|
618
|
-
* @see {@link MatterSpecification.
|
|
620
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.5.3
|
|
619
621
|
*/
|
|
620
622
|
timePeriod: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
621
623
|
/**
|
|
622
624
|
* This field shall indicate the starting hour.
|
|
623
625
|
*
|
|
624
|
-
* @see {@link MatterSpecification.
|
|
626
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.6.1
|
|
625
627
|
*/
|
|
626
628
|
startHour: import("../tlv/TlvObject.js").FieldType<number>;
|
|
627
629
|
/**
|
|
628
630
|
* This field shall indicate the starting minute.
|
|
629
631
|
*
|
|
630
|
-
* @see {@link MatterSpecification.
|
|
632
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.6.2
|
|
631
633
|
*/
|
|
632
634
|
startMinute: import("../tlv/TlvObject.js").FieldType<number>;
|
|
633
635
|
/**
|
|
634
636
|
* This field shall indicate the ending hour. EndHour shall be equal to or greater than StartHour
|
|
635
637
|
*
|
|
636
|
-
* @see {@link MatterSpecification.
|
|
638
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.6.3
|
|
637
639
|
*/
|
|
638
640
|
endHour: import("../tlv/TlvObject.js").FieldType<number>;
|
|
639
641
|
/**
|
|
@@ -641,7 +643,7 @@ export declare namespace ContentControl {
|
|
|
641
643
|
* than StartMinute. If the EndHour is equal to 23 and the EndMinute is equal to 59, all contents shall be
|
|
642
644
|
* blocked until 23:59:59.
|
|
643
645
|
*
|
|
644
|
-
* @see {@link MatterSpecification.
|
|
646
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.6.4
|
|
645
647
|
*/
|
|
646
648
|
endMinute: import("../tlv/TlvObject.js").FieldType<number>;
|
|
647
649
|
}>[]>;
|
|
@@ -650,80 +652,80 @@ export declare namespace ContentControl {
|
|
|
650
652
|
/**
|
|
651
653
|
* Input to the ContentControl setBlockContentTimeWindow command
|
|
652
654
|
*
|
|
653
|
-
* @see {@link MatterSpecification.
|
|
655
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.16
|
|
654
656
|
*/
|
|
655
657
|
interface SetBlockContentTimeWindowRequest extends TypeFromSchema<typeof TlvSetBlockContentTimeWindowRequest> {
|
|
656
658
|
}
|
|
657
659
|
/**
|
|
658
660
|
* Input to the ContentControl removeBlockContentTimeWindow command
|
|
659
661
|
*
|
|
660
|
-
* @see {@link MatterSpecification.
|
|
662
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.17
|
|
661
663
|
*/
|
|
662
664
|
const TlvRemoveBlockContentTimeWindowRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
663
665
|
/**
|
|
664
666
|
* This field shall specify a set of time window indexes indicating which time windows will be removed from the
|
|
665
667
|
* BlockContentTimeWindow attribute.
|
|
666
668
|
*
|
|
667
|
-
* @see {@link MatterSpecification.
|
|
669
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.17.1
|
|
668
670
|
*/
|
|
669
671
|
timeWindowIndexes: import("../tlv/TlvObject.js").FieldType<number[]>;
|
|
670
672
|
}>;
|
|
671
673
|
/**
|
|
672
674
|
* Input to the ContentControl removeBlockContentTimeWindow command
|
|
673
675
|
*
|
|
674
|
-
* @see {@link MatterSpecification.
|
|
676
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.17
|
|
675
677
|
*/
|
|
676
678
|
interface RemoveBlockContentTimeWindowRequest extends TypeFromSchema<typeof TlvRemoveBlockContentTimeWindowRequest> {
|
|
677
679
|
}
|
|
678
680
|
/**
|
|
679
681
|
* Input to the ContentControl updatePin command
|
|
680
682
|
*
|
|
681
|
-
* @see {@link MatterSpecification.
|
|
683
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.1
|
|
682
684
|
*/
|
|
683
685
|
const TlvUpdatePinRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
684
686
|
/**
|
|
685
687
|
* This field shall specify the original PIN. Once the UpdatePIN command is performed successfully, it shall be
|
|
686
688
|
* invalid.
|
|
687
689
|
*
|
|
688
|
-
* @see {@link MatterSpecification.
|
|
690
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.1.1
|
|
689
691
|
*/
|
|
690
692
|
oldPin: import("../tlv/TlvObject.js").FieldType<string>;
|
|
691
693
|
/**
|
|
692
694
|
* This field shall indicate a new PIN for the Content Control feature.
|
|
693
695
|
*
|
|
694
|
-
* @see {@link MatterSpecification.
|
|
696
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.1.2
|
|
695
697
|
*/
|
|
696
698
|
newPin: import("../tlv/TlvObject.js").FieldType<string>;
|
|
697
699
|
}>;
|
|
698
700
|
/**
|
|
699
701
|
* Input to the ContentControl updatePin command
|
|
700
702
|
*
|
|
701
|
-
* @see {@link MatterSpecification.
|
|
703
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.1
|
|
702
704
|
*/
|
|
703
705
|
interface UpdatePinRequest extends TypeFromSchema<typeof TlvUpdatePinRequest> {
|
|
704
706
|
}
|
|
705
707
|
/**
|
|
706
708
|
* This command shall be generated in response to a ResetPIN command.
|
|
707
709
|
*
|
|
708
|
-
* @see {@link MatterSpecification.
|
|
710
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.3
|
|
709
711
|
*/
|
|
710
712
|
const TlvResetPinResponse: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
711
713
|
/**
|
|
712
714
|
* This field shall indicate a new PIN of the Content Control feature.
|
|
713
715
|
*
|
|
714
|
-
* @see {@link MatterSpecification.
|
|
716
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.3.1
|
|
715
717
|
*/
|
|
716
718
|
pinCode: import("../tlv/TlvObject.js").FieldType<string>;
|
|
717
719
|
}>;
|
|
718
720
|
/**
|
|
719
721
|
* This command shall be generated in response to a ResetPIN command.
|
|
720
722
|
*
|
|
721
|
-
* @see {@link MatterSpecification.
|
|
723
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.3
|
|
722
724
|
*/
|
|
723
725
|
interface ResetPinResponse extends TypeFromSchema<typeof TlvResetPinResponse> {
|
|
724
726
|
}
|
|
725
727
|
/**
|
|
726
|
-
* @see {@link MatterSpecification.
|
|
728
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.6.1
|
|
727
729
|
*/
|
|
728
730
|
enum StatusCode {
|
|
729
731
|
/**
|
|
@@ -767,6 +769,86 @@ export declare namespace ContentControl {
|
|
|
767
769
|
*/
|
|
768
770
|
TimeWindowNotExist = 11
|
|
769
771
|
}
|
|
772
|
+
/**
|
|
773
|
+
* Thrown for cluster status code {@link StatusCode.InvalidPinCode}.
|
|
774
|
+
*
|
|
775
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.6.1
|
|
776
|
+
*/
|
|
777
|
+
class InvalidPinCodeError extends StatusResponseError {
|
|
778
|
+
constructor(message?: string, code?: Status, clusterCode?: StatusCode);
|
|
779
|
+
}
|
|
780
|
+
/**
|
|
781
|
+
* Thrown for cluster status code {@link StatusCode.InvalidRating}.
|
|
782
|
+
*
|
|
783
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.6.1
|
|
784
|
+
*/
|
|
785
|
+
class InvalidRatingError extends StatusResponseError {
|
|
786
|
+
constructor(message?: string, code?: Status, clusterCode?: StatusCode);
|
|
787
|
+
}
|
|
788
|
+
/**
|
|
789
|
+
* Thrown for cluster status code {@link StatusCode.InvalidChannel}.
|
|
790
|
+
*
|
|
791
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.6.1
|
|
792
|
+
*/
|
|
793
|
+
class InvalidChannelError extends StatusResponseError {
|
|
794
|
+
constructor(message?: string, code?: Status, clusterCode?: StatusCode);
|
|
795
|
+
}
|
|
796
|
+
/**
|
|
797
|
+
* Thrown for cluster status code {@link StatusCode.ChannelAlreadyExist}.
|
|
798
|
+
*
|
|
799
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.6.1
|
|
800
|
+
*/
|
|
801
|
+
class ChannelAlreadyExistError extends StatusResponseError {
|
|
802
|
+
constructor(message?: string, code?: Status, clusterCode?: StatusCode);
|
|
803
|
+
}
|
|
804
|
+
/**
|
|
805
|
+
* Thrown for cluster status code {@link StatusCode.ChannelNotExist}.
|
|
806
|
+
*
|
|
807
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.6.1
|
|
808
|
+
*/
|
|
809
|
+
class ChannelNotExistError extends StatusResponseError {
|
|
810
|
+
constructor(message?: string, code?: Status, clusterCode?: StatusCode);
|
|
811
|
+
}
|
|
812
|
+
/**
|
|
813
|
+
* Thrown for cluster status code {@link StatusCode.UnidentifiableApplication}.
|
|
814
|
+
*
|
|
815
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.6.1
|
|
816
|
+
*/
|
|
817
|
+
class UnidentifiableApplicationError extends StatusResponseError {
|
|
818
|
+
constructor(message?: string, code?: Status, clusterCode?: StatusCode);
|
|
819
|
+
}
|
|
820
|
+
/**
|
|
821
|
+
* Thrown for cluster status code {@link StatusCode.ApplicationAlreadyExist}.
|
|
822
|
+
*
|
|
823
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.6.1
|
|
824
|
+
*/
|
|
825
|
+
class ApplicationAlreadyExistError extends StatusResponseError {
|
|
826
|
+
constructor(message?: string, code?: Status, clusterCode?: StatusCode);
|
|
827
|
+
}
|
|
828
|
+
/**
|
|
829
|
+
* Thrown for cluster status code {@link StatusCode.ApplicationNotExist}.
|
|
830
|
+
*
|
|
831
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.6.1
|
|
832
|
+
*/
|
|
833
|
+
class ApplicationNotExistError extends StatusResponseError {
|
|
834
|
+
constructor(message?: string, code?: Status, clusterCode?: StatusCode);
|
|
835
|
+
}
|
|
836
|
+
/**
|
|
837
|
+
* Thrown for cluster status code {@link StatusCode.TimeWindowAlreadyExist}.
|
|
838
|
+
*
|
|
839
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.6.1
|
|
840
|
+
*/
|
|
841
|
+
class TimeWindowAlreadyExistError extends StatusResponseError {
|
|
842
|
+
constructor(message?: string, code?: Status, clusterCode?: StatusCode);
|
|
843
|
+
}
|
|
844
|
+
/**
|
|
845
|
+
* Thrown for cluster status code {@link StatusCode.TimeWindowNotExist}.
|
|
846
|
+
*
|
|
847
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.6.1
|
|
848
|
+
*/
|
|
849
|
+
class TimeWindowNotExistError extends StatusResponseError {
|
|
850
|
+
constructor(message?: string, code?: Status, clusterCode?: StatusCode);
|
|
851
|
+
}
|
|
770
852
|
/**
|
|
771
853
|
* A ContentControlCluster supports these elements if it supports feature OnDemandContentRating.
|
|
772
854
|
*/
|
|
@@ -785,7 +867,7 @@ export declare namespace ContentControl {
|
|
|
785
867
|
* The ratings in this collection shall be in order from a rating for the youngest viewers to the one for
|
|
786
868
|
* the oldest viewers. Each rating in the list shall be unique.
|
|
787
869
|
*
|
|
788
|
-
* @see {@link MatterSpecification.
|
|
870
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.7.2
|
|
789
871
|
*/
|
|
790
872
|
readonly onDemandRatings: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
791
873
|
/**
|
|
@@ -793,13 +875,13 @@ export declare namespace ContentControl {
|
|
|
793
875
|
* system is dependent upon the region or country where the Node has been provisioned, and may vary from one
|
|
794
876
|
* country to another.
|
|
795
877
|
*
|
|
796
|
-
* @see {@link MatterSpecification.
|
|
878
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.2.1
|
|
797
879
|
*/
|
|
798
880
|
ratingName: import("../tlv/TlvObject.js").FieldType<string>;
|
|
799
881
|
/**
|
|
800
882
|
* This field shall specify a human readable (displayable) description for RatingName.
|
|
801
883
|
*
|
|
802
|
-
* @see {@link MatterSpecification.
|
|
884
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.2.2
|
|
803
885
|
*/
|
|
804
886
|
ratingNameDesc: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
805
887
|
}>[], any>;
|
|
@@ -815,7 +897,7 @@ export declare namespace ContentControl {
|
|
|
815
897
|
* example, if the feature does not control content within apps, then the device should make this clear to
|
|
816
898
|
* the user when the attribute changes.
|
|
817
899
|
*
|
|
818
|
-
* @see {@link MatterSpecification.
|
|
900
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.7.3
|
|
819
901
|
*/
|
|
820
902
|
readonly onDemandRatingThreshold: Attribute<string, any>;
|
|
821
903
|
};
|
|
@@ -827,14 +909,14 @@ export declare namespace ContentControl {
|
|
|
827
909
|
* is one of values present in the OnDemandRatings attribute. If not, then a response with InvalidRating
|
|
828
910
|
* error status shall be returned.
|
|
829
911
|
*
|
|
830
|
-
* @see {@link MatterSpecification.
|
|
912
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.10
|
|
831
913
|
*/
|
|
832
914
|
readonly setOnDemandRatingThreshold: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
833
915
|
/**
|
|
834
916
|
* This field indicates a threshold rating for filtering on-demand content. This field shall be set to one of
|
|
835
917
|
* the values present in the OnDemandRatings attribute
|
|
836
918
|
*
|
|
837
|
-
* @see {@link MatterSpecification.
|
|
919
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.10.1
|
|
838
920
|
*/
|
|
839
921
|
rating: import("../tlv/TlvObject.js").FieldType<string>;
|
|
840
922
|
}>, void, any>;
|
|
@@ -857,7 +939,7 @@ export declare namespace ContentControl {
|
|
|
857
939
|
* The ratings in this collection shall be in order from a rating for the youngest viewers to the one for
|
|
858
940
|
* the oldest viewers. Each rating in the list shall be unique.
|
|
859
941
|
*
|
|
860
|
-
* @see {@link MatterSpecification.
|
|
942
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.7.4
|
|
861
943
|
*/
|
|
862
944
|
readonly scheduledContentRatings: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
863
945
|
/**
|
|
@@ -865,13 +947,13 @@ export declare namespace ContentControl {
|
|
|
865
947
|
* system is dependent upon the region or country where the Node has been provisioned, and may vary from one
|
|
866
948
|
* country to another.
|
|
867
949
|
*
|
|
868
|
-
* @see {@link MatterSpecification.
|
|
950
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.2.1
|
|
869
951
|
*/
|
|
870
952
|
ratingName: import("../tlv/TlvObject.js").FieldType<string>;
|
|
871
953
|
/**
|
|
872
954
|
* This field shall specify a human readable (displayable) description for RatingName.
|
|
873
955
|
*
|
|
874
|
-
* @see {@link MatterSpecification.
|
|
956
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.2.2
|
|
875
957
|
*/
|
|
876
958
|
ratingNameDesc: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
877
959
|
}>[], any>;
|
|
@@ -887,7 +969,7 @@ export declare namespace ContentControl {
|
|
|
887
969
|
* example, if the feature does not control content within apps, then the device should make this clear to
|
|
888
970
|
* the user when the attribute changes.
|
|
889
971
|
*
|
|
890
|
-
* @see {@link MatterSpecification.
|
|
972
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.7.5
|
|
891
973
|
*/
|
|
892
974
|
readonly scheduledContentRatingThreshold: Attribute<string, any>;
|
|
893
975
|
};
|
|
@@ -899,14 +981,14 @@ export declare namespace ContentControl {
|
|
|
899
981
|
* Rating field is one of values present in the ScheduledContentRatings attribute. If not, then a response
|
|
900
982
|
* with InvalidRating error status shall be returned.
|
|
901
983
|
*
|
|
902
|
-
* @see {@link MatterSpecification.
|
|
984
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.11
|
|
903
985
|
*/
|
|
904
986
|
readonly setScheduledContentRatingThreshold: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
905
987
|
/**
|
|
906
988
|
* This field indicates a threshold rating for filtering scheduled content. This field shall be set to one of
|
|
907
989
|
* the values present in the ScheduledContentRatings attribute.
|
|
908
990
|
*
|
|
909
|
-
* @see {@link MatterSpecification.
|
|
991
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.11.1
|
|
910
992
|
*/
|
|
911
993
|
rating: import("../tlv/TlvObject.js").FieldType<string>;
|
|
912
994
|
}>, void, any>;
|
|
@@ -921,7 +1003,7 @@ export declare namespace ContentControl {
|
|
|
921
1003
|
* Indicates the amount of time (in seconds) which the User is allowed to spend watching TV within one day
|
|
922
1004
|
* when the Content Control feature is activated.
|
|
923
1005
|
*
|
|
924
|
-
* @see {@link MatterSpecification.
|
|
1006
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.7.6
|
|
925
1007
|
*/
|
|
926
1008
|
readonly screenDailyTime: Attribute<number, any>;
|
|
927
1009
|
/**
|
|
@@ -932,7 +1014,7 @@ export declare namespace ContentControl {
|
|
|
932
1014
|
* This attribute shall be updated when the AddBonusTime command is received and processed successfully
|
|
933
1015
|
* (with the correct PIN).
|
|
934
1016
|
*
|
|
935
|
-
* @see {@link MatterSpecification.
|
|
1017
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.7.7
|
|
936
1018
|
*/
|
|
937
1019
|
readonly remainingScreenTime: Attribute<number, any>;
|
|
938
1020
|
};
|
|
@@ -957,7 +1039,7 @@ export declare namespace ContentControl {
|
|
|
957
1039
|
*
|
|
958
1040
|
* • The client has provided a PINCode that matches the expected PIN value.
|
|
959
1041
|
*
|
|
960
|
-
* @see {@link MatterSpecification.
|
|
1042
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.6
|
|
961
1043
|
*/
|
|
962
1044
|
readonly addBonusTime: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
963
1045
|
/**
|
|
@@ -968,14 +1050,14 @@ export declare namespace ContentControl {
|
|
|
968
1050
|
* permission is allowed to invoke this command only if the PIN passed in this command is equal to the current
|
|
969
1051
|
* PIN value.
|
|
970
1052
|
*
|
|
971
|
-
* @see {@link MatterSpecification.
|
|
1053
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.6.1
|
|
972
1054
|
*/
|
|
973
1055
|
pinCode: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
974
1056
|
/**
|
|
975
1057
|
* This field shall indicate the amount of extra time (in seconds) to increase RemainingScreenTime. This field
|
|
976
1058
|
* shall NOT exceed the remaining time of this day.
|
|
977
1059
|
*
|
|
978
|
-
* @see {@link MatterSpecification.
|
|
1060
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.6.2
|
|
979
1061
|
*/
|
|
980
1062
|
bonusTime: import("../tlv/TlvObject.js").FieldType<number>;
|
|
981
1063
|
}>, void, any>;
|
|
@@ -985,14 +1067,14 @@ export declare namespace ContentControl {
|
|
|
985
1067
|
* Upon receipt of the SetScreenDailyTime command, the media device shall set the ScreenDailyTime attribute
|
|
986
1068
|
* to the ScreenTime value.
|
|
987
1069
|
*
|
|
988
|
-
* @see {@link MatterSpecification.
|
|
1070
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.7
|
|
989
1071
|
*/
|
|
990
1072
|
readonly setScreenDailyTime: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
991
1073
|
/**
|
|
992
1074
|
* This field shall indicate the time (in seconds) which the User is allowed to spend watching TV on this media
|
|
993
1075
|
* device within one day.
|
|
994
1076
|
*
|
|
995
|
-
* @see {@link MatterSpecification.
|
|
1077
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.7.1
|
|
996
1078
|
*/
|
|
997
1079
|
screenTime: import("../tlv/TlvObject.js").FieldType<number>;
|
|
998
1080
|
}>, void, any>;
|
|
@@ -1001,7 +1083,7 @@ export declare namespace ContentControl {
|
|
|
1001
1083
|
/**
|
|
1002
1084
|
* This event shall be generated when the RemainingScreenTime equals 0.
|
|
1003
1085
|
*
|
|
1004
|
-
* @see {@link MatterSpecification.
|
|
1086
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.9.1
|
|
1005
1087
|
*/
|
|
1006
1088
|
readonly remainingScreenTimeExpired: Event<void, any>;
|
|
1007
1089
|
};
|
|
@@ -1021,7 +1103,7 @@ export declare namespace ContentControl {
|
|
|
1021
1103
|
* For example, if the feature does not control content within apps, then the device should make this clear
|
|
1022
1104
|
* to the user when the attribute changes.
|
|
1023
1105
|
*
|
|
1024
|
-
* @see {@link MatterSpecification.
|
|
1106
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.7.8
|
|
1025
1107
|
*/
|
|
1026
1108
|
readonly blockUnrated: Attribute<boolean, any>;
|
|
1027
1109
|
};
|
|
@@ -1033,7 +1115,7 @@ export declare namespace ContentControl {
|
|
|
1033
1115
|
* Upon receipt of the BlockUnratedContent command, the media device shall set the BlockUnrated attribute to
|
|
1034
1116
|
* TRUE.
|
|
1035
1117
|
*
|
|
1036
|
-
* @see {@link MatterSpecification.
|
|
1118
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.8
|
|
1037
1119
|
*/
|
|
1038
1120
|
readonly blockUnratedContent: Command<void, void, any>;
|
|
1039
1121
|
/**
|
|
@@ -1043,7 +1125,7 @@ export declare namespace ContentControl {
|
|
|
1043
1125
|
* Upon receipt of the UnblockUnratedContent command, the media device shall set the BlockUnrated attribute
|
|
1044
1126
|
* to FALSE.
|
|
1045
1127
|
*
|
|
1046
|
-
* @see {@link MatterSpecification.
|
|
1128
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.9
|
|
1047
1129
|
*/
|
|
1048
1130
|
readonly unblockUnratedContent: Command<void, void, any>;
|
|
1049
1131
|
};
|
|
@@ -1056,14 +1138,14 @@ export declare namespace ContentControl {
|
|
|
1056
1138
|
/**
|
|
1057
1139
|
* Indicates a set of channels that shall be blocked when the Content Control feature is activated.
|
|
1058
1140
|
*
|
|
1059
|
-
* @see {@link MatterSpecification.
|
|
1141
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.7.9
|
|
1060
1142
|
*/
|
|
1061
1143
|
readonly blockChannelList: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1062
1144
|
/**
|
|
1063
1145
|
* This field shall indicate a unique index value for a blocked channel. This value may be used to indicate one
|
|
1064
1146
|
* selected channel which will be removed from BlockChannelList attribute.
|
|
1065
1147
|
*
|
|
1066
|
-
* @see {@link MatterSpecification.
|
|
1148
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.3.1
|
|
1067
1149
|
*/
|
|
1068
1150
|
blockChannelIndex: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
1069
1151
|
/**
|
|
@@ -1072,7 +1154,7 @@ export declare namespace ContentControl {
|
|
|
1072
1154
|
* This field is required but shall be set to 0 for channels such as over-the-top channels that are not
|
|
1073
1155
|
* represented by a major or minor number.
|
|
1074
1156
|
*
|
|
1075
|
-
* @see {@link MatterSpecification.
|
|
1157
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.3.2
|
|
1076
1158
|
*/
|
|
1077
1159
|
majorNumber: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1078
1160
|
/**
|
|
@@ -1081,14 +1163,14 @@ export declare namespace ContentControl {
|
|
|
1081
1163
|
* This field is required but shall be set to 0 for channels such as over-the-top channels that are not
|
|
1082
1164
|
* represented by a major or minor number.
|
|
1083
1165
|
*
|
|
1084
|
-
* @see {@link MatterSpecification.
|
|
1166
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.3.3
|
|
1085
1167
|
*/
|
|
1086
1168
|
minorNumber: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1087
1169
|
/**
|
|
1088
1170
|
* This field shall indicate the unique identifier for a specific channel. This field is optional, but SHOULD be
|
|
1089
1171
|
* provided when MajorNumber and MinorNumber are not available.
|
|
1090
1172
|
*
|
|
1091
|
-
* @see {@link MatterSpecification.
|
|
1173
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.3.4
|
|
1092
1174
|
*/
|
|
1093
1175
|
identifier: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
1094
1176
|
}>[], any>;
|
|
@@ -1109,7 +1191,7 @@ export declare namespace ContentControl {
|
|
|
1109
1191
|
* If all channels in Channel field already exist in the BlockChannelList attribute, then a response with
|
|
1110
1192
|
* ChannelAlreadyExist error Status shall be returned.
|
|
1111
1193
|
*
|
|
1112
|
-
* @see {@link MatterSpecification.
|
|
1194
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.12
|
|
1113
1195
|
*/
|
|
1114
1196
|
readonly addBlockChannels: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1115
1197
|
/**
|
|
@@ -1117,14 +1199,14 @@ export declare namespace ContentControl {
|
|
|
1117
1199
|
* This field shall be set to values present in ChannelList attribute in the Channel cluster. The
|
|
1118
1200
|
* BlockChannelIndex field passed in this command shall be NULL.
|
|
1119
1201
|
*
|
|
1120
|
-
* @see {@link MatterSpecification.
|
|
1202
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.12.1
|
|
1121
1203
|
*/
|
|
1122
1204
|
channels: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1123
1205
|
/**
|
|
1124
1206
|
* This field shall indicate a unique index value for a blocked channel. This value may be used to indicate one
|
|
1125
1207
|
* selected channel which will be removed from BlockChannelList attribute.
|
|
1126
1208
|
*
|
|
1127
|
-
* @see {@link MatterSpecification.
|
|
1209
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.3.1
|
|
1128
1210
|
*/
|
|
1129
1211
|
blockChannelIndex: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
1130
1212
|
/**
|
|
@@ -1133,7 +1215,7 @@ export declare namespace ContentControl {
|
|
|
1133
1215
|
* This field is required but shall be set to 0 for channels such as over-the-top channels that are not
|
|
1134
1216
|
* represented by a major or minor number.
|
|
1135
1217
|
*
|
|
1136
|
-
* @see {@link MatterSpecification.
|
|
1218
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.3.2
|
|
1137
1219
|
*/
|
|
1138
1220
|
majorNumber: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1139
1221
|
/**
|
|
@@ -1142,14 +1224,14 @@ export declare namespace ContentControl {
|
|
|
1142
1224
|
* This field is required but shall be set to 0 for channels such as over-the-top channels that are not
|
|
1143
1225
|
* represented by a major or minor number.
|
|
1144
1226
|
*
|
|
1145
|
-
* @see {@link MatterSpecification.
|
|
1227
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.3.3
|
|
1146
1228
|
*/
|
|
1147
1229
|
minorNumber: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1148
1230
|
/**
|
|
1149
1231
|
* This field shall indicate the unique identifier for a specific channel. This field is optional, but SHOULD be
|
|
1150
1232
|
* provided when MajorNumber and MinorNumber are not available.
|
|
1151
1233
|
*
|
|
1152
|
-
* @see {@link MatterSpecification.
|
|
1234
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.3.4
|
|
1153
1235
|
*/
|
|
1154
1236
|
identifier: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
1155
1237
|
}>[]>;
|
|
@@ -1162,14 +1244,14 @@ export declare namespace ContentControl {
|
|
|
1162
1244
|
* channels indicated by ChannelIndexes passed in this command field are not present in the BlockChannelList
|
|
1163
1245
|
* attribute, then a response with ChannelNotExist error Status shall be returned.
|
|
1164
1246
|
*
|
|
1165
|
-
* @see {@link MatterSpecification.
|
|
1247
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.13
|
|
1166
1248
|
*/
|
|
1167
1249
|
readonly removeBlockChannels: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1168
1250
|
/**
|
|
1169
1251
|
* This field shall specify a set of indexes indicating Which channels shall be removed from the
|
|
1170
1252
|
* BlockChannelList attribute.
|
|
1171
1253
|
*
|
|
1172
|
-
* @see {@link MatterSpecification.
|
|
1254
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.13.1
|
|
1173
1255
|
*/
|
|
1174
1256
|
channelIndexes: import("../tlv/TlvObject.js").FieldType<number[]>;
|
|
1175
1257
|
}>, void, any>;
|
|
@@ -1183,7 +1265,7 @@ export declare namespace ContentControl {
|
|
|
1183
1265
|
/**
|
|
1184
1266
|
* Indicates a set of applications that shall be blocked when the Content Control feature is activated.
|
|
1185
1267
|
*
|
|
1186
|
-
* @see {@link MatterSpecification.
|
|
1268
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.7.10
|
|
1187
1269
|
*/
|
|
1188
1270
|
readonly blockApplicationList: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1189
1271
|
/**
|
|
@@ -1192,14 +1274,14 @@ export declare namespace ContentControl {
|
|
|
1192
1274
|
* Content App Platform providers will have their own catalog vendor ID (set to their own Vendor ID) and will
|
|
1193
1275
|
* assign an ApplicationID to each Content App.
|
|
1194
1276
|
*
|
|
1195
|
-
* @see {@link MatterSpecification.
|
|
1277
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.4.1
|
|
1196
1278
|
*/
|
|
1197
1279
|
catalogVendorId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1198
1280
|
/**
|
|
1199
1281
|
* This field shall indicate the application identifier, expressed as a string, such as "PruneVideo" or "Company
|
|
1200
1282
|
* X". This field shall be unique within a catalog.
|
|
1201
1283
|
*
|
|
1202
|
-
* @see {@link MatterSpecification.
|
|
1284
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.4.2
|
|
1203
1285
|
*/
|
|
1204
1286
|
applicationId: import("../tlv/TlvObject.js").FieldType<string>;
|
|
1205
1287
|
}>[], any>;
|
|
@@ -1219,14 +1301,14 @@ export declare namespace ContentControl {
|
|
|
1219
1301
|
* If all applications in Applications field are already present in BlockApplicationList attribute, then a
|
|
1220
1302
|
* response with ApplicationAlreadyExist error Status shall be returned.
|
|
1221
1303
|
*
|
|
1222
|
-
* @see {@link MatterSpecification.
|
|
1304
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.14
|
|
1223
1305
|
*/
|
|
1224
1306
|
readonly addBlockApplications: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1225
1307
|
/**
|
|
1226
1308
|
* This field indicates a set of applications that shall be blocked when the Content Control feature is
|
|
1227
1309
|
* activated.
|
|
1228
1310
|
*
|
|
1229
|
-
* @see {@link MatterSpecification.
|
|
1311
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.14.1
|
|
1230
1312
|
*/
|
|
1231
1313
|
applications: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1232
1314
|
/**
|
|
@@ -1235,14 +1317,14 @@ export declare namespace ContentControl {
|
|
|
1235
1317
|
* Content App Platform providers will have their own catalog vendor ID (set to their own Vendor ID) and will
|
|
1236
1318
|
* assign an ApplicationID to each Content App.
|
|
1237
1319
|
*
|
|
1238
|
-
* @see {@link MatterSpecification.
|
|
1320
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.4.1
|
|
1239
1321
|
*/
|
|
1240
1322
|
catalogVendorId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1241
1323
|
/**
|
|
1242
1324
|
* This field shall indicate the application identifier, expressed as a string, such as "PruneVideo" or "Company
|
|
1243
1325
|
* X". This field shall be unique within a catalog.
|
|
1244
1326
|
*
|
|
1245
|
-
* @see {@link MatterSpecification.
|
|
1327
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.4.2
|
|
1246
1328
|
*/
|
|
1247
1329
|
applicationId: import("../tlv/TlvObject.js").FieldType<string>;
|
|
1248
1330
|
}>[]>;
|
|
@@ -1255,13 +1337,13 @@ export declare namespace ContentControl {
|
|
|
1255
1337
|
* Applications field which are not present in the BlockApplicationList attribute, then a response with
|
|
1256
1338
|
* ApplicationNotExist error Status shall be returned.
|
|
1257
1339
|
*
|
|
1258
|
-
* @see {@link MatterSpecification.
|
|
1340
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.15
|
|
1259
1341
|
*/
|
|
1260
1342
|
readonly removeBlockApplications: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1261
1343
|
/**
|
|
1262
1344
|
* This field indicates a set of applications which shall be removed from BlockApplicationList attribute.
|
|
1263
1345
|
*
|
|
1264
|
-
* @see {@link MatterSpecification.
|
|
1346
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.15.1
|
|
1265
1347
|
*/
|
|
1266
1348
|
applications: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1267
1349
|
/**
|
|
@@ -1270,14 +1352,14 @@ export declare namespace ContentControl {
|
|
|
1270
1352
|
* Content App Platform providers will have their own catalog vendor ID (set to their own Vendor ID) and will
|
|
1271
1353
|
* assign an ApplicationID to each Content App.
|
|
1272
1354
|
*
|
|
1273
|
-
* @see {@link MatterSpecification.
|
|
1355
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.4.1
|
|
1274
1356
|
*/
|
|
1275
1357
|
catalogVendorId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1276
1358
|
/**
|
|
1277
1359
|
* This field shall indicate the application identifier, expressed as a string, such as "PruneVideo" or "Company
|
|
1278
1360
|
* X". This field shall be unique within a catalog.
|
|
1279
1361
|
*
|
|
1280
|
-
* @see {@link MatterSpecification.
|
|
1362
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.4.2
|
|
1281
1363
|
*/
|
|
1282
1364
|
applicationId: import("../tlv/TlvObject.js").FieldType<string>;
|
|
1283
1365
|
}>[]>;
|
|
@@ -1296,20 +1378,20 @@ export declare namespace ContentControl {
|
|
|
1296
1378
|
* block content which is playing and generate an event EnteringBlockContentTimeWindow. There shall NOT be
|
|
1297
1379
|
* multiple entries in this attribute list for the same day of week.
|
|
1298
1380
|
*
|
|
1299
|
-
* @see {@link MatterSpecification.
|
|
1381
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.7.11
|
|
1300
1382
|
*/
|
|
1301
1383
|
readonly blockContentTimeWindow: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1302
1384
|
/**
|
|
1303
1385
|
* This field shall indicate a unique index of a specific time window. This value may be used to indicate a
|
|
1304
1386
|
* selected time window which will be removed from the BlockContentTimeWindow attribute.
|
|
1305
1387
|
*
|
|
1306
|
-
* @see {@link MatterSpecification.
|
|
1388
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.5.1
|
|
1307
1389
|
*/
|
|
1308
1390
|
timeWindowIndex: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
1309
1391
|
/**
|
|
1310
1392
|
* This field shall indicate a day of week.
|
|
1311
1393
|
*
|
|
1312
|
-
* @see {@link MatterSpecification.
|
|
1394
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.5.2
|
|
1313
1395
|
*/
|
|
1314
1396
|
dayOfWeek: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
1315
1397
|
/**
|
|
@@ -1344,25 +1426,25 @@ export declare namespace ContentControl {
|
|
|
1344
1426
|
/**
|
|
1345
1427
|
* This field shall indicate one or more discrete time periods.
|
|
1346
1428
|
*
|
|
1347
|
-
* @see {@link MatterSpecification.
|
|
1429
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.5.3
|
|
1348
1430
|
*/
|
|
1349
1431
|
timePeriod: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1350
1432
|
/**
|
|
1351
1433
|
* This field shall indicate the starting hour.
|
|
1352
1434
|
*
|
|
1353
|
-
* @see {@link MatterSpecification.
|
|
1435
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.6.1
|
|
1354
1436
|
*/
|
|
1355
1437
|
startHour: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1356
1438
|
/**
|
|
1357
1439
|
* This field shall indicate the starting minute.
|
|
1358
1440
|
*
|
|
1359
|
-
* @see {@link MatterSpecification.
|
|
1441
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.6.2
|
|
1360
1442
|
*/
|
|
1361
1443
|
startMinute: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1362
1444
|
/**
|
|
1363
1445
|
* This field shall indicate the ending hour. EndHour shall be equal to or greater than StartHour
|
|
1364
1446
|
*
|
|
1365
|
-
* @see {@link MatterSpecification.
|
|
1447
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.6.3
|
|
1366
1448
|
*/
|
|
1367
1449
|
endHour: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1368
1450
|
/**
|
|
@@ -1370,7 +1452,7 @@ export declare namespace ContentControl {
|
|
|
1370
1452
|
* than StartMinute. If the EndHour is equal to 23 and the EndMinute is equal to 59, all contents shall be
|
|
1371
1453
|
* blocked until 23:59:59.
|
|
1372
1454
|
*
|
|
1373
|
-
* @see {@link MatterSpecification.
|
|
1455
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.6.4
|
|
1374
1456
|
*/
|
|
1375
1457
|
endMinute: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1376
1458
|
}>[]>;
|
|
@@ -1390,26 +1472,26 @@ export declare namespace ContentControl {
|
|
|
1390
1472
|
* If the TimeWindowIndex field is not NULL and presents in the BlockContentTimeWindow attribute, the media
|
|
1391
1473
|
* device shall replace the original time window with the new time window passed in this command.
|
|
1392
1474
|
*
|
|
1393
|
-
* @see {@link MatterSpecification.
|
|
1475
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.16
|
|
1394
1476
|
*/
|
|
1395
1477
|
readonly setBlockContentTimeWindow: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1396
1478
|
/**
|
|
1397
1479
|
* This field shall indicate a time window requested to set to the BlockContentTimeWindow attribute.
|
|
1398
1480
|
*
|
|
1399
|
-
* @see {@link MatterSpecification.
|
|
1481
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.16.1
|
|
1400
1482
|
*/
|
|
1401
1483
|
timeWindow: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1402
1484
|
/**
|
|
1403
1485
|
* This field shall indicate a unique index of a specific time window. This value may be used to indicate a
|
|
1404
1486
|
* selected time window which will be removed from the BlockContentTimeWindow attribute.
|
|
1405
1487
|
*
|
|
1406
|
-
* @see {@link MatterSpecification.
|
|
1488
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.5.1
|
|
1407
1489
|
*/
|
|
1408
1490
|
timeWindowIndex: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
1409
1491
|
/**
|
|
1410
1492
|
* This field shall indicate a day of week.
|
|
1411
1493
|
*
|
|
1412
|
-
* @see {@link MatterSpecification.
|
|
1494
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.5.2
|
|
1413
1495
|
*/
|
|
1414
1496
|
dayOfWeek: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
1415
1497
|
/**
|
|
@@ -1444,25 +1526,25 @@ export declare namespace ContentControl {
|
|
|
1444
1526
|
/**
|
|
1445
1527
|
* This field shall indicate one or more discrete time periods.
|
|
1446
1528
|
*
|
|
1447
|
-
* @see {@link MatterSpecification.
|
|
1529
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.5.3
|
|
1448
1530
|
*/
|
|
1449
1531
|
timePeriod: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1450
1532
|
/**
|
|
1451
1533
|
* This field shall indicate the starting hour.
|
|
1452
1534
|
*
|
|
1453
|
-
* @see {@link MatterSpecification.
|
|
1535
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.6.1
|
|
1454
1536
|
*/
|
|
1455
1537
|
startHour: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1456
1538
|
/**
|
|
1457
1539
|
* This field shall indicate the starting minute.
|
|
1458
1540
|
*
|
|
1459
|
-
* @see {@link MatterSpecification.
|
|
1541
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.6.2
|
|
1460
1542
|
*/
|
|
1461
1543
|
startMinute: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1462
1544
|
/**
|
|
1463
1545
|
* This field shall indicate the ending hour. EndHour shall be equal to or greater than StartHour
|
|
1464
1546
|
*
|
|
1465
|
-
* @see {@link MatterSpecification.
|
|
1547
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.6.3
|
|
1466
1548
|
*/
|
|
1467
1549
|
endHour: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1468
1550
|
/**
|
|
@@ -1470,7 +1552,7 @@ export declare namespace ContentControl {
|
|
|
1470
1552
|
* than StartMinute. If the EndHour is equal to 23 and the EndMinute is equal to 59, all contents shall be
|
|
1471
1553
|
* blocked until 23:59:59.
|
|
1472
1554
|
*
|
|
1473
|
-
* @see {@link MatterSpecification.
|
|
1555
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.6.4
|
|
1474
1556
|
*/
|
|
1475
1557
|
endMinute: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1476
1558
|
}>[]>;
|
|
@@ -1486,14 +1568,14 @@ export declare namespace ContentControl {
|
|
|
1486
1568
|
* If one or more time window indexes passed in this command are not present in BlockContentTimeWindow
|
|
1487
1569
|
* attribute, then a response with TimeWindowNotExist error status shall be returned.
|
|
1488
1570
|
*
|
|
1489
|
-
* @see {@link MatterSpecification.
|
|
1571
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.17
|
|
1490
1572
|
*/
|
|
1491
1573
|
readonly removeBlockContentTimeWindow: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1492
1574
|
/**
|
|
1493
1575
|
* This field shall specify a set of time window indexes indicating which time windows will be removed from the
|
|
1494
1576
|
* BlockContentTimeWindow attribute.
|
|
1495
1577
|
*
|
|
1496
|
-
* @see {@link MatterSpecification.
|
|
1578
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.17.1
|
|
1497
1579
|
*/
|
|
1498
1580
|
timeWindowIndexes: import("../tlv/TlvObject.js").FieldType<number[]>;
|
|
1499
1581
|
}>, void, any>;
|
|
@@ -1503,7 +1585,7 @@ export declare namespace ContentControl {
|
|
|
1503
1585
|
* This event shall be generated when entering a period of blocked content as configured in the
|
|
1504
1586
|
* BlockContentTimeWindow attribute.
|
|
1505
1587
|
*
|
|
1506
|
-
* @see {@link MatterSpecification.
|
|
1588
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.9.2
|
|
1507
1589
|
*/
|
|
1508
1590
|
readonly enteringBlockContentTimeWindow: Event<void, any>;
|
|
1509
1591
|
};
|
|
@@ -1530,20 +1612,20 @@ export declare namespace ContentControl {
|
|
|
1530
1612
|
* performing configuration of the Content Control settings exposed by this cluster. The ResetPIN command
|
|
1531
1613
|
* can also be used to obtain the default PIN.
|
|
1532
1614
|
*
|
|
1533
|
-
* @see {@link MatterSpecification.
|
|
1615
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.1
|
|
1534
1616
|
*/
|
|
1535
1617
|
readonly updatePin: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1536
1618
|
/**
|
|
1537
1619
|
* This field shall specify the original PIN. Once the UpdatePIN command is performed successfully, it shall be
|
|
1538
1620
|
* invalid.
|
|
1539
1621
|
*
|
|
1540
|
-
* @see {@link MatterSpecification.
|
|
1622
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.1.1
|
|
1541
1623
|
*/
|
|
1542
1624
|
oldPin: import("../tlv/TlvObject.js").FieldType<string>;
|
|
1543
1625
|
/**
|
|
1544
1626
|
* This field shall indicate a new PIN for the Content Control feature.
|
|
1545
1627
|
*
|
|
1546
|
-
* @see {@link MatterSpecification.
|
|
1628
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.1.2
|
|
1547
1629
|
*/
|
|
1548
1630
|
newPin: import("../tlv/TlvObject.js").FieldType<string>;
|
|
1549
1631
|
}>, void, any>;
|
|
@@ -1552,13 +1634,13 @@ export declare namespace ContentControl {
|
|
|
1552
1634
|
*
|
|
1553
1635
|
* If this command is executed successfully, a ResetPINResponse command with a new PIN shall be returned.
|
|
1554
1636
|
*
|
|
1555
|
-
* @see {@link MatterSpecification.
|
|
1637
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.2
|
|
1556
1638
|
*/
|
|
1557
1639
|
readonly resetPin: Command<void, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1558
1640
|
/**
|
|
1559
1641
|
* This field shall indicate a new PIN of the Content Control feature.
|
|
1560
1642
|
*
|
|
1561
|
-
* @see {@link MatterSpecification.
|
|
1643
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.3.1
|
|
1562
1644
|
*/
|
|
1563
1645
|
pinCode: import("../tlv/TlvObject.js").FieldType<string>;
|
|
1564
1646
|
}>, any>;
|
|
@@ -1611,7 +1693,7 @@ export declare namespace ContentControl {
|
|
|
1611
1693
|
* Indicates whether the Content Control feature implemented on a media device is turned off (FALSE) or
|
|
1612
1694
|
* turned on (TRUE).
|
|
1613
1695
|
*
|
|
1614
|
-
* @see {@link MatterSpecification.
|
|
1696
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.7.1
|
|
1615
1697
|
*/
|
|
1616
1698
|
readonly enabled: Attribute<boolean, any>;
|
|
1617
1699
|
};
|
|
@@ -1621,7 +1703,7 @@ export declare namespace ContentControl {
|
|
|
1621
1703
|
*
|
|
1622
1704
|
* Upon receipt of the Enable command, the media device shall set the Enabled attribute to TRUE.
|
|
1623
1705
|
*
|
|
1624
|
-
* @see {@link MatterSpecification.
|
|
1706
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.4
|
|
1625
1707
|
*/
|
|
1626
1708
|
readonly enable: Command<void, void, any>;
|
|
1627
1709
|
/**
|
|
@@ -1629,7 +1711,7 @@ export declare namespace ContentControl {
|
|
|
1629
1711
|
*
|
|
1630
1712
|
* On receipt of the Disable command, the media device shall set the Enabled attribute to FALSE.
|
|
1631
1713
|
*
|
|
1632
|
-
* @see {@link MatterSpecification.
|
|
1714
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.5
|
|
1633
1715
|
*/
|
|
1634
1716
|
readonly disable: Command<void, void, any>;
|
|
1635
1717
|
};
|
|
@@ -1656,7 +1738,7 @@ export declare namespace ContentControl {
|
|
|
1656
1738
|
* The ratings in this collection shall be in order from a rating for the youngest viewers to the one for
|
|
1657
1739
|
* the oldest viewers. Each rating in the list shall be unique.
|
|
1658
1740
|
*
|
|
1659
|
-
* @see {@link MatterSpecification.
|
|
1741
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.7.2
|
|
1660
1742
|
*/
|
|
1661
1743
|
readonly onDemandRatings: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1662
1744
|
/**
|
|
@@ -1664,13 +1746,13 @@ export declare namespace ContentControl {
|
|
|
1664
1746
|
* system is dependent upon the region or country where the Node has been provisioned, and may vary from one
|
|
1665
1747
|
* country to another.
|
|
1666
1748
|
*
|
|
1667
|
-
* @see {@link MatterSpecification.
|
|
1749
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.2.1
|
|
1668
1750
|
*/
|
|
1669
1751
|
ratingName: import("../tlv/TlvObject.js").FieldType<string>;
|
|
1670
1752
|
/**
|
|
1671
1753
|
* This field shall specify a human readable (displayable) description for RatingName.
|
|
1672
1754
|
*
|
|
1673
|
-
* @see {@link MatterSpecification.
|
|
1755
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.2.2
|
|
1674
1756
|
*/
|
|
1675
1757
|
ratingNameDesc: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
1676
1758
|
}>[], any>;
|
|
@@ -1686,7 +1768,7 @@ export declare namespace ContentControl {
|
|
|
1686
1768
|
* example, if the feature does not control content within apps, then the device should make this clear to
|
|
1687
1769
|
* the user when the attribute changes.
|
|
1688
1770
|
*
|
|
1689
|
-
* @see {@link MatterSpecification.
|
|
1771
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.7.3
|
|
1690
1772
|
*/
|
|
1691
1773
|
readonly onDemandRatingThreshold: Attribute<string, any>;
|
|
1692
1774
|
};
|
|
@@ -1698,14 +1780,14 @@ export declare namespace ContentControl {
|
|
|
1698
1780
|
* is one of values present in the OnDemandRatings attribute. If not, then a response with InvalidRating
|
|
1699
1781
|
* error status shall be returned.
|
|
1700
1782
|
*
|
|
1701
|
-
* @see {@link MatterSpecification.
|
|
1783
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.10
|
|
1702
1784
|
*/
|
|
1703
1785
|
readonly setOnDemandRatingThreshold: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1704
1786
|
/**
|
|
1705
1787
|
* This field indicates a threshold rating for filtering on-demand content. This field shall be set to one of
|
|
1706
1788
|
* the values present in the OnDemandRatings attribute
|
|
1707
1789
|
*
|
|
1708
|
-
* @see {@link MatterSpecification.
|
|
1790
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.10.1
|
|
1709
1791
|
*/
|
|
1710
1792
|
rating: import("../tlv/TlvObject.js").FieldType<string>;
|
|
1711
1793
|
}>, void, any>;
|
|
@@ -1729,7 +1811,7 @@ export declare namespace ContentControl {
|
|
|
1729
1811
|
* The ratings in this collection shall be in order from a rating for the youngest viewers to the one for
|
|
1730
1812
|
* the oldest viewers. Each rating in the list shall be unique.
|
|
1731
1813
|
*
|
|
1732
|
-
* @see {@link MatterSpecification.
|
|
1814
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.7.4
|
|
1733
1815
|
*/
|
|
1734
1816
|
readonly scheduledContentRatings: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1735
1817
|
/**
|
|
@@ -1737,13 +1819,13 @@ export declare namespace ContentControl {
|
|
|
1737
1819
|
* system is dependent upon the region or country where the Node has been provisioned, and may vary from one
|
|
1738
1820
|
* country to another.
|
|
1739
1821
|
*
|
|
1740
|
-
* @see {@link MatterSpecification.
|
|
1822
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.2.1
|
|
1741
1823
|
*/
|
|
1742
1824
|
ratingName: import("../tlv/TlvObject.js").FieldType<string>;
|
|
1743
1825
|
/**
|
|
1744
1826
|
* This field shall specify a human readable (displayable) description for RatingName.
|
|
1745
1827
|
*
|
|
1746
|
-
* @see {@link MatterSpecification.
|
|
1828
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.2.2
|
|
1747
1829
|
*/
|
|
1748
1830
|
ratingNameDesc: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
1749
1831
|
}>[], any>;
|
|
@@ -1759,7 +1841,7 @@ export declare namespace ContentControl {
|
|
|
1759
1841
|
* example, if the feature does not control content within apps, then the device should make this clear to
|
|
1760
1842
|
* the user when the attribute changes.
|
|
1761
1843
|
*
|
|
1762
|
-
* @see {@link MatterSpecification.
|
|
1844
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.7.5
|
|
1763
1845
|
*/
|
|
1764
1846
|
readonly scheduledContentRatingThreshold: Attribute<string, any>;
|
|
1765
1847
|
};
|
|
@@ -1771,14 +1853,14 @@ export declare namespace ContentControl {
|
|
|
1771
1853
|
* Rating field is one of values present in the ScheduledContentRatings attribute. If not, then a response
|
|
1772
1854
|
* with InvalidRating error status shall be returned.
|
|
1773
1855
|
*
|
|
1774
|
-
* @see {@link MatterSpecification.
|
|
1856
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.11
|
|
1775
1857
|
*/
|
|
1776
1858
|
readonly setScheduledContentRatingThreshold: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1777
1859
|
/**
|
|
1778
1860
|
* This field indicates a threshold rating for filtering scheduled content. This field shall be set to one of
|
|
1779
1861
|
* the values present in the ScheduledContentRatings attribute.
|
|
1780
1862
|
*
|
|
1781
|
-
* @see {@link MatterSpecification.
|
|
1863
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.11.1
|
|
1782
1864
|
*/
|
|
1783
1865
|
rating: import("../tlv/TlvObject.js").FieldType<string>;
|
|
1784
1866
|
}>, void, any>;
|
|
@@ -1794,7 +1876,7 @@ export declare namespace ContentControl {
|
|
|
1794
1876
|
* Indicates the amount of time (in seconds) which the User is allowed to spend watching TV within one day
|
|
1795
1877
|
* when the Content Control feature is activated.
|
|
1796
1878
|
*
|
|
1797
|
-
* @see {@link MatterSpecification.
|
|
1879
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.7.6
|
|
1798
1880
|
*/
|
|
1799
1881
|
readonly screenDailyTime: Attribute<number, any>;
|
|
1800
1882
|
/**
|
|
@@ -1805,7 +1887,7 @@ export declare namespace ContentControl {
|
|
|
1805
1887
|
* This attribute shall be updated when the AddBonusTime command is received and processed successfully
|
|
1806
1888
|
* (with the correct PIN).
|
|
1807
1889
|
*
|
|
1808
|
-
* @see {@link MatterSpecification.
|
|
1890
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.7.7
|
|
1809
1891
|
*/
|
|
1810
1892
|
readonly remainingScreenTime: Attribute<number, any>;
|
|
1811
1893
|
};
|
|
@@ -1830,7 +1912,7 @@ export declare namespace ContentControl {
|
|
|
1830
1912
|
*
|
|
1831
1913
|
* • The client has provided a PINCode that matches the expected PIN value.
|
|
1832
1914
|
*
|
|
1833
|
-
* @see {@link MatterSpecification.
|
|
1915
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.6
|
|
1834
1916
|
*/
|
|
1835
1917
|
readonly addBonusTime: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1836
1918
|
/**
|
|
@@ -1841,14 +1923,14 @@ export declare namespace ContentControl {
|
|
|
1841
1923
|
* permission is allowed to invoke this command only if the PIN passed in this command is equal to the current
|
|
1842
1924
|
* PIN value.
|
|
1843
1925
|
*
|
|
1844
|
-
* @see {@link MatterSpecification.
|
|
1926
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.6.1
|
|
1845
1927
|
*/
|
|
1846
1928
|
pinCode: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
1847
1929
|
/**
|
|
1848
1930
|
* This field shall indicate the amount of extra time (in seconds) to increase RemainingScreenTime. This field
|
|
1849
1931
|
* shall NOT exceed the remaining time of this day.
|
|
1850
1932
|
*
|
|
1851
|
-
* @see {@link MatterSpecification.
|
|
1933
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.6.2
|
|
1852
1934
|
*/
|
|
1853
1935
|
bonusTime: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1854
1936
|
}>, void, any>;
|
|
@@ -1858,14 +1940,14 @@ export declare namespace ContentControl {
|
|
|
1858
1940
|
* Upon receipt of the SetScreenDailyTime command, the media device shall set the ScreenDailyTime attribute
|
|
1859
1941
|
* to the ScreenTime value.
|
|
1860
1942
|
*
|
|
1861
|
-
* @see {@link MatterSpecification.
|
|
1943
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.7
|
|
1862
1944
|
*/
|
|
1863
1945
|
readonly setScreenDailyTime: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1864
1946
|
/**
|
|
1865
1947
|
* This field shall indicate the time (in seconds) which the User is allowed to spend watching TV on this media
|
|
1866
1948
|
* device within one day.
|
|
1867
1949
|
*
|
|
1868
|
-
* @see {@link MatterSpecification.
|
|
1950
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.7.1
|
|
1869
1951
|
*/
|
|
1870
1952
|
screenTime: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1871
1953
|
}>, void, any>;
|
|
@@ -1874,7 +1956,7 @@ export declare namespace ContentControl {
|
|
|
1874
1956
|
/**
|
|
1875
1957
|
* This event shall be generated when the RemainingScreenTime equals 0.
|
|
1876
1958
|
*
|
|
1877
|
-
* @see {@link MatterSpecification.
|
|
1959
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.9.1
|
|
1878
1960
|
*/
|
|
1879
1961
|
readonly remainingScreenTimeExpired: Event<void, any>;
|
|
1880
1962
|
};
|
|
@@ -1895,7 +1977,7 @@ export declare namespace ContentControl {
|
|
|
1895
1977
|
* For example, if the feature does not control content within apps, then the device should make this clear
|
|
1896
1978
|
* to the user when the attribute changes.
|
|
1897
1979
|
*
|
|
1898
|
-
* @see {@link MatterSpecification.
|
|
1980
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.7.8
|
|
1899
1981
|
*/
|
|
1900
1982
|
readonly blockUnrated: Attribute<boolean, any>;
|
|
1901
1983
|
};
|
|
@@ -1907,7 +1989,7 @@ export declare namespace ContentControl {
|
|
|
1907
1989
|
* Upon receipt of the BlockUnratedContent command, the media device shall set the BlockUnrated attribute to
|
|
1908
1990
|
* TRUE.
|
|
1909
1991
|
*
|
|
1910
|
-
* @see {@link MatterSpecification.
|
|
1992
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.8
|
|
1911
1993
|
*/
|
|
1912
1994
|
readonly blockUnratedContent: Command<void, void, any>;
|
|
1913
1995
|
/**
|
|
@@ -1917,7 +1999,7 @@ export declare namespace ContentControl {
|
|
|
1917
1999
|
* Upon receipt of the UnblockUnratedContent command, the media device shall set the BlockUnrated attribute
|
|
1918
2000
|
* to FALSE.
|
|
1919
2001
|
*
|
|
1920
|
-
* @see {@link MatterSpecification.
|
|
2002
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.9
|
|
1921
2003
|
*/
|
|
1922
2004
|
readonly unblockUnratedContent: Command<void, void, any>;
|
|
1923
2005
|
};
|
|
@@ -1931,14 +2013,14 @@ export declare namespace ContentControl {
|
|
|
1931
2013
|
/**
|
|
1932
2014
|
* Indicates a set of channels that shall be blocked when the Content Control feature is activated.
|
|
1933
2015
|
*
|
|
1934
|
-
* @see {@link MatterSpecification.
|
|
2016
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.7.9
|
|
1935
2017
|
*/
|
|
1936
2018
|
readonly blockChannelList: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1937
2019
|
/**
|
|
1938
2020
|
* This field shall indicate a unique index value for a blocked channel. This value may be used to indicate one
|
|
1939
2021
|
* selected channel which will be removed from BlockChannelList attribute.
|
|
1940
2022
|
*
|
|
1941
|
-
* @see {@link MatterSpecification.
|
|
2023
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.3.1
|
|
1942
2024
|
*/
|
|
1943
2025
|
blockChannelIndex: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
1944
2026
|
/**
|
|
@@ -1947,7 +2029,7 @@ export declare namespace ContentControl {
|
|
|
1947
2029
|
* This field is required but shall be set to 0 for channels such as over-the-top channels that are not
|
|
1948
2030
|
* represented by a major or minor number.
|
|
1949
2031
|
*
|
|
1950
|
-
* @see {@link MatterSpecification.
|
|
2032
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.3.2
|
|
1951
2033
|
*/
|
|
1952
2034
|
majorNumber: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1953
2035
|
/**
|
|
@@ -1956,14 +2038,14 @@ export declare namespace ContentControl {
|
|
|
1956
2038
|
* This field is required but shall be set to 0 for channels such as over-the-top channels that are not
|
|
1957
2039
|
* represented by a major or minor number.
|
|
1958
2040
|
*
|
|
1959
|
-
* @see {@link MatterSpecification.
|
|
2041
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.3.3
|
|
1960
2042
|
*/
|
|
1961
2043
|
minorNumber: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1962
2044
|
/**
|
|
1963
2045
|
* This field shall indicate the unique identifier for a specific channel. This field is optional, but SHOULD be
|
|
1964
2046
|
* provided when MajorNumber and MinorNumber are not available.
|
|
1965
2047
|
*
|
|
1966
|
-
* @see {@link MatterSpecification.
|
|
2048
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.3.4
|
|
1967
2049
|
*/
|
|
1968
2050
|
identifier: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
1969
2051
|
}>[], any>;
|
|
@@ -1984,7 +2066,7 @@ export declare namespace ContentControl {
|
|
|
1984
2066
|
* If all channels in Channel field already exist in the BlockChannelList attribute, then a response with
|
|
1985
2067
|
* ChannelAlreadyExist error Status shall be returned.
|
|
1986
2068
|
*
|
|
1987
|
-
* @see {@link MatterSpecification.
|
|
2069
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.12
|
|
1988
2070
|
*/
|
|
1989
2071
|
readonly addBlockChannels: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1990
2072
|
/**
|
|
@@ -1992,14 +2074,14 @@ export declare namespace ContentControl {
|
|
|
1992
2074
|
* This field shall be set to values present in ChannelList attribute in the Channel cluster. The
|
|
1993
2075
|
* BlockChannelIndex field passed in this command shall be NULL.
|
|
1994
2076
|
*
|
|
1995
|
-
* @see {@link MatterSpecification.
|
|
2077
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.12.1
|
|
1996
2078
|
*/
|
|
1997
2079
|
channels: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1998
2080
|
/**
|
|
1999
2081
|
* This field shall indicate a unique index value for a blocked channel. This value may be used to indicate one
|
|
2000
2082
|
* selected channel which will be removed from BlockChannelList attribute.
|
|
2001
2083
|
*
|
|
2002
|
-
* @see {@link MatterSpecification.
|
|
2084
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.3.1
|
|
2003
2085
|
*/
|
|
2004
2086
|
blockChannelIndex: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
2005
2087
|
/**
|
|
@@ -2008,7 +2090,7 @@ export declare namespace ContentControl {
|
|
|
2008
2090
|
* This field is required but shall be set to 0 for channels such as over-the-top channels that are not
|
|
2009
2091
|
* represented by a major or minor number.
|
|
2010
2092
|
*
|
|
2011
|
-
* @see {@link MatterSpecification.
|
|
2093
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.3.2
|
|
2012
2094
|
*/
|
|
2013
2095
|
majorNumber: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2014
2096
|
/**
|
|
@@ -2017,14 +2099,14 @@ export declare namespace ContentControl {
|
|
|
2017
2099
|
* This field is required but shall be set to 0 for channels such as over-the-top channels that are not
|
|
2018
2100
|
* represented by a major or minor number.
|
|
2019
2101
|
*
|
|
2020
|
-
* @see {@link MatterSpecification.
|
|
2102
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.3.3
|
|
2021
2103
|
*/
|
|
2022
2104
|
minorNumber: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2023
2105
|
/**
|
|
2024
2106
|
* This field shall indicate the unique identifier for a specific channel. This field is optional, but SHOULD be
|
|
2025
2107
|
* provided when MajorNumber and MinorNumber are not available.
|
|
2026
2108
|
*
|
|
2027
|
-
* @see {@link MatterSpecification.
|
|
2109
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.3.4
|
|
2028
2110
|
*/
|
|
2029
2111
|
identifier: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
2030
2112
|
}>[]>;
|
|
@@ -2037,14 +2119,14 @@ export declare namespace ContentControl {
|
|
|
2037
2119
|
* channels indicated by ChannelIndexes passed in this command field are not present in the BlockChannelList
|
|
2038
2120
|
* attribute, then a response with ChannelNotExist error Status shall be returned.
|
|
2039
2121
|
*
|
|
2040
|
-
* @see {@link MatterSpecification.
|
|
2122
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.13
|
|
2041
2123
|
*/
|
|
2042
2124
|
readonly removeBlockChannels: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2043
2125
|
/**
|
|
2044
2126
|
* This field shall specify a set of indexes indicating Which channels shall be removed from the
|
|
2045
2127
|
* BlockChannelList attribute.
|
|
2046
2128
|
*
|
|
2047
|
-
* @see {@link MatterSpecification.
|
|
2129
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.13.1
|
|
2048
2130
|
*/
|
|
2049
2131
|
channelIndexes: import("../tlv/TlvObject.js").FieldType<number[]>;
|
|
2050
2132
|
}>, void, any>;
|
|
@@ -2059,7 +2141,7 @@ export declare namespace ContentControl {
|
|
|
2059
2141
|
/**
|
|
2060
2142
|
* Indicates a set of applications that shall be blocked when the Content Control feature is activated.
|
|
2061
2143
|
*
|
|
2062
|
-
* @see {@link MatterSpecification.
|
|
2144
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.7.10
|
|
2063
2145
|
*/
|
|
2064
2146
|
readonly blockApplicationList: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2065
2147
|
/**
|
|
@@ -2068,14 +2150,14 @@ export declare namespace ContentControl {
|
|
|
2068
2150
|
* Content App Platform providers will have their own catalog vendor ID (set to their own Vendor ID) and will
|
|
2069
2151
|
* assign an ApplicationID to each Content App.
|
|
2070
2152
|
*
|
|
2071
|
-
* @see {@link MatterSpecification.
|
|
2153
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.4.1
|
|
2072
2154
|
*/
|
|
2073
2155
|
catalogVendorId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2074
2156
|
/**
|
|
2075
2157
|
* This field shall indicate the application identifier, expressed as a string, such as "PruneVideo" or "Company
|
|
2076
2158
|
* X". This field shall be unique within a catalog.
|
|
2077
2159
|
*
|
|
2078
|
-
* @see {@link MatterSpecification.
|
|
2160
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.4.2
|
|
2079
2161
|
*/
|
|
2080
2162
|
applicationId: import("../tlv/TlvObject.js").FieldType<string>;
|
|
2081
2163
|
}>[], any>;
|
|
@@ -2095,14 +2177,14 @@ export declare namespace ContentControl {
|
|
|
2095
2177
|
* If all applications in Applications field are already present in BlockApplicationList attribute, then a
|
|
2096
2178
|
* response with ApplicationAlreadyExist error Status shall be returned.
|
|
2097
2179
|
*
|
|
2098
|
-
* @see {@link MatterSpecification.
|
|
2180
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.14
|
|
2099
2181
|
*/
|
|
2100
2182
|
readonly addBlockApplications: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2101
2183
|
/**
|
|
2102
2184
|
* This field indicates a set of applications that shall be blocked when the Content Control feature is
|
|
2103
2185
|
* activated.
|
|
2104
2186
|
*
|
|
2105
|
-
* @see {@link MatterSpecification.
|
|
2187
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.14.1
|
|
2106
2188
|
*/
|
|
2107
2189
|
applications: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2108
2190
|
/**
|
|
@@ -2111,14 +2193,14 @@ export declare namespace ContentControl {
|
|
|
2111
2193
|
* Content App Platform providers will have their own catalog vendor ID (set to their own Vendor ID) and will
|
|
2112
2194
|
* assign an ApplicationID to each Content App.
|
|
2113
2195
|
*
|
|
2114
|
-
* @see {@link MatterSpecification.
|
|
2196
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.4.1
|
|
2115
2197
|
*/
|
|
2116
2198
|
catalogVendorId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2117
2199
|
/**
|
|
2118
2200
|
* This field shall indicate the application identifier, expressed as a string, such as "PruneVideo" or "Company
|
|
2119
2201
|
* X". This field shall be unique within a catalog.
|
|
2120
2202
|
*
|
|
2121
|
-
* @see {@link MatterSpecification.
|
|
2203
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.4.2
|
|
2122
2204
|
*/
|
|
2123
2205
|
applicationId: import("../tlv/TlvObject.js").FieldType<string>;
|
|
2124
2206
|
}>[]>;
|
|
@@ -2131,13 +2213,13 @@ export declare namespace ContentControl {
|
|
|
2131
2213
|
* Applications field which are not present in the BlockApplicationList attribute, then a response with
|
|
2132
2214
|
* ApplicationNotExist error Status shall be returned.
|
|
2133
2215
|
*
|
|
2134
|
-
* @see {@link MatterSpecification.
|
|
2216
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.15
|
|
2135
2217
|
*/
|
|
2136
2218
|
readonly removeBlockApplications: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2137
2219
|
/**
|
|
2138
2220
|
* This field indicates a set of applications which shall be removed from BlockApplicationList attribute.
|
|
2139
2221
|
*
|
|
2140
|
-
* @see {@link MatterSpecification.
|
|
2222
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.15.1
|
|
2141
2223
|
*/
|
|
2142
2224
|
applications: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2143
2225
|
/**
|
|
@@ -2146,14 +2228,14 @@ export declare namespace ContentControl {
|
|
|
2146
2228
|
* Content App Platform providers will have their own catalog vendor ID (set to their own Vendor ID) and will
|
|
2147
2229
|
* assign an ApplicationID to each Content App.
|
|
2148
2230
|
*
|
|
2149
|
-
* @see {@link MatterSpecification.
|
|
2231
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.4.1
|
|
2150
2232
|
*/
|
|
2151
2233
|
catalogVendorId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2152
2234
|
/**
|
|
2153
2235
|
* This field shall indicate the application identifier, expressed as a string, such as "PruneVideo" or "Company
|
|
2154
2236
|
* X". This field shall be unique within a catalog.
|
|
2155
2237
|
*
|
|
2156
|
-
* @see {@link MatterSpecification.
|
|
2238
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.4.2
|
|
2157
2239
|
*/
|
|
2158
2240
|
applicationId: import("../tlv/TlvObject.js").FieldType<string>;
|
|
2159
2241
|
}>[]>;
|
|
@@ -2173,20 +2255,20 @@ export declare namespace ContentControl {
|
|
|
2173
2255
|
* block content which is playing and generate an event EnteringBlockContentTimeWindow. There shall NOT be
|
|
2174
2256
|
* multiple entries in this attribute list for the same day of week.
|
|
2175
2257
|
*
|
|
2176
|
-
* @see {@link MatterSpecification.
|
|
2258
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.7.11
|
|
2177
2259
|
*/
|
|
2178
2260
|
readonly blockContentTimeWindow: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2179
2261
|
/**
|
|
2180
2262
|
* This field shall indicate a unique index of a specific time window. This value may be used to indicate a
|
|
2181
2263
|
* selected time window which will be removed from the BlockContentTimeWindow attribute.
|
|
2182
2264
|
*
|
|
2183
|
-
* @see {@link MatterSpecification.
|
|
2265
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.5.1
|
|
2184
2266
|
*/
|
|
2185
2267
|
timeWindowIndex: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
2186
2268
|
/**
|
|
2187
2269
|
* This field shall indicate a day of week.
|
|
2188
2270
|
*
|
|
2189
|
-
* @see {@link MatterSpecification.
|
|
2271
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.5.2
|
|
2190
2272
|
*/
|
|
2191
2273
|
dayOfWeek: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
2192
2274
|
/**
|
|
@@ -2221,25 +2303,25 @@ export declare namespace ContentControl {
|
|
|
2221
2303
|
/**
|
|
2222
2304
|
* This field shall indicate one or more discrete time periods.
|
|
2223
2305
|
*
|
|
2224
|
-
* @see {@link MatterSpecification.
|
|
2306
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.5.3
|
|
2225
2307
|
*/
|
|
2226
2308
|
timePeriod: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2227
2309
|
/**
|
|
2228
2310
|
* This field shall indicate the starting hour.
|
|
2229
2311
|
*
|
|
2230
|
-
* @see {@link MatterSpecification.
|
|
2312
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.6.1
|
|
2231
2313
|
*/
|
|
2232
2314
|
startHour: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2233
2315
|
/**
|
|
2234
2316
|
* This field shall indicate the starting minute.
|
|
2235
2317
|
*
|
|
2236
|
-
* @see {@link MatterSpecification.
|
|
2318
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.6.2
|
|
2237
2319
|
*/
|
|
2238
2320
|
startMinute: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2239
2321
|
/**
|
|
2240
2322
|
* This field shall indicate the ending hour. EndHour shall be equal to or greater than StartHour
|
|
2241
2323
|
*
|
|
2242
|
-
* @see {@link MatterSpecification.
|
|
2324
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.6.3
|
|
2243
2325
|
*/
|
|
2244
2326
|
endHour: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2245
2327
|
/**
|
|
@@ -2247,7 +2329,7 @@ export declare namespace ContentControl {
|
|
|
2247
2329
|
* than StartMinute. If the EndHour is equal to 23 and the EndMinute is equal to 59, all contents shall be
|
|
2248
2330
|
* blocked until 23:59:59.
|
|
2249
2331
|
*
|
|
2250
|
-
* @see {@link MatterSpecification.
|
|
2332
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.6.4
|
|
2251
2333
|
*/
|
|
2252
2334
|
endMinute: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2253
2335
|
}>[]>;
|
|
@@ -2267,26 +2349,26 @@ export declare namespace ContentControl {
|
|
|
2267
2349
|
* If the TimeWindowIndex field is not NULL and presents in the BlockContentTimeWindow attribute, the media
|
|
2268
2350
|
* device shall replace the original time window with the new time window passed in this command.
|
|
2269
2351
|
*
|
|
2270
|
-
* @see {@link MatterSpecification.
|
|
2352
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.16
|
|
2271
2353
|
*/
|
|
2272
2354
|
readonly setBlockContentTimeWindow: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2273
2355
|
/**
|
|
2274
2356
|
* This field shall indicate a time window requested to set to the BlockContentTimeWindow attribute.
|
|
2275
2357
|
*
|
|
2276
|
-
* @see {@link MatterSpecification.
|
|
2358
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.16.1
|
|
2277
2359
|
*/
|
|
2278
2360
|
timeWindow: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2279
2361
|
/**
|
|
2280
2362
|
* This field shall indicate a unique index of a specific time window. This value may be used to indicate a
|
|
2281
2363
|
* selected time window which will be removed from the BlockContentTimeWindow attribute.
|
|
2282
2364
|
*
|
|
2283
|
-
* @see {@link MatterSpecification.
|
|
2365
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.5.1
|
|
2284
2366
|
*/
|
|
2285
2367
|
timeWindowIndex: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
2286
2368
|
/**
|
|
2287
2369
|
* This field shall indicate a day of week.
|
|
2288
2370
|
*
|
|
2289
|
-
* @see {@link MatterSpecification.
|
|
2371
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.5.2
|
|
2290
2372
|
*/
|
|
2291
2373
|
dayOfWeek: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
2292
2374
|
/**
|
|
@@ -2321,25 +2403,25 @@ export declare namespace ContentControl {
|
|
|
2321
2403
|
/**
|
|
2322
2404
|
* This field shall indicate one or more discrete time periods.
|
|
2323
2405
|
*
|
|
2324
|
-
* @see {@link MatterSpecification.
|
|
2406
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.5.3
|
|
2325
2407
|
*/
|
|
2326
2408
|
timePeriod: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2327
2409
|
/**
|
|
2328
2410
|
* This field shall indicate the starting hour.
|
|
2329
2411
|
*
|
|
2330
|
-
* @see {@link MatterSpecification.
|
|
2412
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.6.1
|
|
2331
2413
|
*/
|
|
2332
2414
|
startHour: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2333
2415
|
/**
|
|
2334
2416
|
* This field shall indicate the starting minute.
|
|
2335
2417
|
*
|
|
2336
|
-
* @see {@link MatterSpecification.
|
|
2418
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.6.2
|
|
2337
2419
|
*/
|
|
2338
2420
|
startMinute: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2339
2421
|
/**
|
|
2340
2422
|
* This field shall indicate the ending hour. EndHour shall be equal to or greater than StartHour
|
|
2341
2423
|
*
|
|
2342
|
-
* @see {@link MatterSpecification.
|
|
2424
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.6.3
|
|
2343
2425
|
*/
|
|
2344
2426
|
endHour: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2345
2427
|
/**
|
|
@@ -2347,7 +2429,7 @@ export declare namespace ContentControl {
|
|
|
2347
2429
|
* than StartMinute. If the EndHour is equal to 23 and the EndMinute is equal to 59, all contents shall be
|
|
2348
2430
|
* blocked until 23:59:59.
|
|
2349
2431
|
*
|
|
2350
|
-
* @see {@link MatterSpecification.
|
|
2432
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.6.4
|
|
2351
2433
|
*/
|
|
2352
2434
|
endMinute: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2353
2435
|
}>[]>;
|
|
@@ -2363,14 +2445,14 @@ export declare namespace ContentControl {
|
|
|
2363
2445
|
* If one or more time window indexes passed in this command are not present in BlockContentTimeWindow
|
|
2364
2446
|
* attribute, then a response with TimeWindowNotExist error status shall be returned.
|
|
2365
2447
|
*
|
|
2366
|
-
* @see {@link MatterSpecification.
|
|
2448
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.17
|
|
2367
2449
|
*/
|
|
2368
2450
|
readonly removeBlockContentTimeWindow: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2369
2451
|
/**
|
|
2370
2452
|
* This field shall specify a set of time window indexes indicating which time windows will be removed from the
|
|
2371
2453
|
* BlockContentTimeWindow attribute.
|
|
2372
2454
|
*
|
|
2373
|
-
* @see {@link MatterSpecification.
|
|
2455
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.17.1
|
|
2374
2456
|
*/
|
|
2375
2457
|
timeWindowIndexes: import("../tlv/TlvObject.js").FieldType<number[]>;
|
|
2376
2458
|
}>, void, any>;
|
|
@@ -2380,7 +2462,7 @@ export declare namespace ContentControl {
|
|
|
2380
2462
|
* This event shall be generated when entering a period of blocked content as configured in the
|
|
2381
2463
|
* BlockContentTimeWindow attribute.
|
|
2382
2464
|
*
|
|
2383
|
-
* @see {@link MatterSpecification.
|
|
2465
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.9.2
|
|
2384
2466
|
*/
|
|
2385
2467
|
readonly enteringBlockContentTimeWindow: Event<void, any>;
|
|
2386
2468
|
};
|
|
@@ -2408,20 +2490,20 @@ export declare namespace ContentControl {
|
|
|
2408
2490
|
* performing configuration of the Content Control settings exposed by this cluster. The ResetPIN command
|
|
2409
2491
|
* can also be used to obtain the default PIN.
|
|
2410
2492
|
*
|
|
2411
|
-
* @see {@link MatterSpecification.
|
|
2493
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.1
|
|
2412
2494
|
*/
|
|
2413
2495
|
readonly updatePin: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2414
2496
|
/**
|
|
2415
2497
|
* This field shall specify the original PIN. Once the UpdatePIN command is performed successfully, it shall be
|
|
2416
2498
|
* invalid.
|
|
2417
2499
|
*
|
|
2418
|
-
* @see {@link MatterSpecification.
|
|
2500
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.1.1
|
|
2419
2501
|
*/
|
|
2420
2502
|
oldPin: import("../tlv/TlvObject.js").FieldType<string>;
|
|
2421
2503
|
/**
|
|
2422
2504
|
* This field shall indicate a new PIN for the Content Control feature.
|
|
2423
2505
|
*
|
|
2424
|
-
* @see {@link MatterSpecification.
|
|
2506
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.1.2
|
|
2425
2507
|
*/
|
|
2426
2508
|
newPin: import("../tlv/TlvObject.js").FieldType<string>;
|
|
2427
2509
|
}>, void, any>;
|
|
@@ -2430,13 +2512,13 @@ export declare namespace ContentControl {
|
|
|
2430
2512
|
*
|
|
2431
2513
|
* If this command is executed successfully, a ResetPINResponse command with a new PIN shall be returned.
|
|
2432
2514
|
*
|
|
2433
|
-
* @see {@link MatterSpecification.
|
|
2515
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.2
|
|
2434
2516
|
*/
|
|
2435
2517
|
readonly resetPin: Command<void, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2436
2518
|
/**
|
|
2437
2519
|
* This field shall indicate a new PIN of the Content Control feature.
|
|
2438
2520
|
*
|
|
2439
|
-
* @see {@link MatterSpecification.
|
|
2521
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.3.1
|
|
2440
2522
|
*/
|
|
2441
2523
|
pinCode: import("../tlv/TlvObject.js").FieldType<string>;
|
|
2442
2524
|
}>, any>;
|
|
@@ -2491,7 +2573,7 @@ export declare namespace ContentControl {
|
|
|
2491
2573
|
* Indicates whether the Content Control feature implemented on a media device is turned off (FALSE) or
|
|
2492
2574
|
* turned on (TRUE).
|
|
2493
2575
|
*
|
|
2494
|
-
* @see {@link MatterSpecification.
|
|
2576
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.7.1
|
|
2495
2577
|
*/
|
|
2496
2578
|
readonly enabled: Attribute<boolean, any>;
|
|
2497
2579
|
};
|
|
@@ -2501,7 +2583,7 @@ export declare namespace ContentControl {
|
|
|
2501
2583
|
*
|
|
2502
2584
|
* Upon receipt of the Enable command, the media device shall set the Enabled attribute to TRUE.
|
|
2503
2585
|
*
|
|
2504
|
-
* @see {@link MatterSpecification.
|
|
2586
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.4
|
|
2505
2587
|
*/
|
|
2506
2588
|
readonly enable: Command<void, void, any>;
|
|
2507
2589
|
/**
|
|
@@ -2509,7 +2591,7 @@ export declare namespace ContentControl {
|
|
|
2509
2591
|
*
|
|
2510
2592
|
* On receipt of the Disable command, the media device shall set the Enabled attribute to FALSE.
|
|
2511
2593
|
*
|
|
2512
|
-
* @see {@link MatterSpecification.
|
|
2594
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.5
|
|
2513
2595
|
*/
|
|
2514
2596
|
readonly disable: Command<void, void, any>;
|
|
2515
2597
|
};
|
|
@@ -2536,7 +2618,7 @@ export declare namespace ContentControl {
|
|
|
2536
2618
|
* The ratings in this collection shall be in order from a rating for the youngest viewers to the one for
|
|
2537
2619
|
* the oldest viewers. Each rating in the list shall be unique.
|
|
2538
2620
|
*
|
|
2539
|
-
* @see {@link MatterSpecification.
|
|
2621
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.7.2
|
|
2540
2622
|
*/
|
|
2541
2623
|
readonly onDemandRatings: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2542
2624
|
/**
|
|
@@ -2544,13 +2626,13 @@ export declare namespace ContentControl {
|
|
|
2544
2626
|
* system is dependent upon the region or country where the Node has been provisioned, and may vary from one
|
|
2545
2627
|
* country to another.
|
|
2546
2628
|
*
|
|
2547
|
-
* @see {@link MatterSpecification.
|
|
2629
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.2.1
|
|
2548
2630
|
*/
|
|
2549
2631
|
ratingName: import("../tlv/TlvObject.js").FieldType<string>;
|
|
2550
2632
|
/**
|
|
2551
2633
|
* This field shall specify a human readable (displayable) description for RatingName.
|
|
2552
2634
|
*
|
|
2553
|
-
* @see {@link MatterSpecification.
|
|
2635
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.2.2
|
|
2554
2636
|
*/
|
|
2555
2637
|
ratingNameDesc: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
2556
2638
|
}>[], any>;
|
|
@@ -2566,7 +2648,7 @@ export declare namespace ContentControl {
|
|
|
2566
2648
|
* example, if the feature does not control content within apps, then the device should make this clear to
|
|
2567
2649
|
* the user when the attribute changes.
|
|
2568
2650
|
*
|
|
2569
|
-
* @see {@link MatterSpecification.
|
|
2651
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.7.3
|
|
2570
2652
|
*/
|
|
2571
2653
|
readonly onDemandRatingThreshold: Attribute<string, any>;
|
|
2572
2654
|
};
|
|
@@ -2578,14 +2660,14 @@ export declare namespace ContentControl {
|
|
|
2578
2660
|
* is one of values present in the OnDemandRatings attribute. If not, then a response with InvalidRating
|
|
2579
2661
|
* error status shall be returned.
|
|
2580
2662
|
*
|
|
2581
|
-
* @see {@link MatterSpecification.
|
|
2663
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.10
|
|
2582
2664
|
*/
|
|
2583
2665
|
readonly setOnDemandRatingThreshold: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2584
2666
|
/**
|
|
2585
2667
|
* This field indicates a threshold rating for filtering on-demand content. This field shall be set to one of
|
|
2586
2668
|
* the values present in the OnDemandRatings attribute
|
|
2587
2669
|
*
|
|
2588
|
-
* @see {@link MatterSpecification.
|
|
2670
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.10.1
|
|
2589
2671
|
*/
|
|
2590
2672
|
rating: import("../tlv/TlvObject.js").FieldType<string>;
|
|
2591
2673
|
}>, void, any>;
|
|
@@ -2609,7 +2691,7 @@ export declare namespace ContentControl {
|
|
|
2609
2691
|
* The ratings in this collection shall be in order from a rating for the youngest viewers to the one for
|
|
2610
2692
|
* the oldest viewers. Each rating in the list shall be unique.
|
|
2611
2693
|
*
|
|
2612
|
-
* @see {@link MatterSpecification.
|
|
2694
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.7.4
|
|
2613
2695
|
*/
|
|
2614
2696
|
readonly scheduledContentRatings: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2615
2697
|
/**
|
|
@@ -2617,13 +2699,13 @@ export declare namespace ContentControl {
|
|
|
2617
2699
|
* system is dependent upon the region or country where the Node has been provisioned, and may vary from one
|
|
2618
2700
|
* country to another.
|
|
2619
2701
|
*
|
|
2620
|
-
* @see {@link MatterSpecification.
|
|
2702
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.2.1
|
|
2621
2703
|
*/
|
|
2622
2704
|
ratingName: import("../tlv/TlvObject.js").FieldType<string>;
|
|
2623
2705
|
/**
|
|
2624
2706
|
* This field shall specify a human readable (displayable) description for RatingName.
|
|
2625
2707
|
*
|
|
2626
|
-
* @see {@link MatterSpecification.
|
|
2708
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.2.2
|
|
2627
2709
|
*/
|
|
2628
2710
|
ratingNameDesc: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
2629
2711
|
}>[], any>;
|
|
@@ -2639,7 +2721,7 @@ export declare namespace ContentControl {
|
|
|
2639
2721
|
* example, if the feature does not control content within apps, then the device should make this clear to
|
|
2640
2722
|
* the user when the attribute changes.
|
|
2641
2723
|
*
|
|
2642
|
-
* @see {@link MatterSpecification.
|
|
2724
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.7.5
|
|
2643
2725
|
*/
|
|
2644
2726
|
readonly scheduledContentRatingThreshold: Attribute<string, any>;
|
|
2645
2727
|
};
|
|
@@ -2651,14 +2733,14 @@ export declare namespace ContentControl {
|
|
|
2651
2733
|
* Rating field is one of values present in the ScheduledContentRatings attribute. If not, then a response
|
|
2652
2734
|
* with InvalidRating error status shall be returned.
|
|
2653
2735
|
*
|
|
2654
|
-
* @see {@link MatterSpecification.
|
|
2736
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.11
|
|
2655
2737
|
*/
|
|
2656
2738
|
readonly setScheduledContentRatingThreshold: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2657
2739
|
/**
|
|
2658
2740
|
* This field indicates a threshold rating for filtering scheduled content. This field shall be set to one of
|
|
2659
2741
|
* the values present in the ScheduledContentRatings attribute.
|
|
2660
2742
|
*
|
|
2661
|
-
* @see {@link MatterSpecification.
|
|
2743
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.11.1
|
|
2662
2744
|
*/
|
|
2663
2745
|
rating: import("../tlv/TlvObject.js").FieldType<string>;
|
|
2664
2746
|
}>, void, any>;
|
|
@@ -2674,7 +2756,7 @@ export declare namespace ContentControl {
|
|
|
2674
2756
|
* Indicates the amount of time (in seconds) which the User is allowed to spend watching TV within one day
|
|
2675
2757
|
* when the Content Control feature is activated.
|
|
2676
2758
|
*
|
|
2677
|
-
* @see {@link MatterSpecification.
|
|
2759
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.7.6
|
|
2678
2760
|
*/
|
|
2679
2761
|
readonly screenDailyTime: Attribute<number, any>;
|
|
2680
2762
|
/**
|
|
@@ -2685,7 +2767,7 @@ export declare namespace ContentControl {
|
|
|
2685
2767
|
* This attribute shall be updated when the AddBonusTime command is received and processed successfully
|
|
2686
2768
|
* (with the correct PIN).
|
|
2687
2769
|
*
|
|
2688
|
-
* @see {@link MatterSpecification.
|
|
2770
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.7.7
|
|
2689
2771
|
*/
|
|
2690
2772
|
readonly remainingScreenTime: Attribute<number, any>;
|
|
2691
2773
|
};
|
|
@@ -2710,7 +2792,7 @@ export declare namespace ContentControl {
|
|
|
2710
2792
|
*
|
|
2711
2793
|
* • The client has provided a PINCode that matches the expected PIN value.
|
|
2712
2794
|
*
|
|
2713
|
-
* @see {@link MatterSpecification.
|
|
2795
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.6
|
|
2714
2796
|
*/
|
|
2715
2797
|
readonly addBonusTime: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2716
2798
|
/**
|
|
@@ -2721,14 +2803,14 @@ export declare namespace ContentControl {
|
|
|
2721
2803
|
* permission is allowed to invoke this command only if the PIN passed in this command is equal to the current
|
|
2722
2804
|
* PIN value.
|
|
2723
2805
|
*
|
|
2724
|
-
* @see {@link MatterSpecification.
|
|
2806
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.6.1
|
|
2725
2807
|
*/
|
|
2726
2808
|
pinCode: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
2727
2809
|
/**
|
|
2728
2810
|
* This field shall indicate the amount of extra time (in seconds) to increase RemainingScreenTime. This field
|
|
2729
2811
|
* shall NOT exceed the remaining time of this day.
|
|
2730
2812
|
*
|
|
2731
|
-
* @see {@link MatterSpecification.
|
|
2813
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.6.2
|
|
2732
2814
|
*/
|
|
2733
2815
|
bonusTime: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2734
2816
|
}>, void, any>;
|
|
@@ -2738,14 +2820,14 @@ export declare namespace ContentControl {
|
|
|
2738
2820
|
* Upon receipt of the SetScreenDailyTime command, the media device shall set the ScreenDailyTime attribute
|
|
2739
2821
|
* to the ScreenTime value.
|
|
2740
2822
|
*
|
|
2741
|
-
* @see {@link MatterSpecification.
|
|
2823
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.7
|
|
2742
2824
|
*/
|
|
2743
2825
|
readonly setScreenDailyTime: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2744
2826
|
/**
|
|
2745
2827
|
* This field shall indicate the time (in seconds) which the User is allowed to spend watching TV on this media
|
|
2746
2828
|
* device within one day.
|
|
2747
2829
|
*
|
|
2748
|
-
* @see {@link MatterSpecification.
|
|
2830
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.7.1
|
|
2749
2831
|
*/
|
|
2750
2832
|
screenTime: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2751
2833
|
}>, void, any>;
|
|
@@ -2754,7 +2836,7 @@ export declare namespace ContentControl {
|
|
|
2754
2836
|
/**
|
|
2755
2837
|
* This event shall be generated when the RemainingScreenTime equals 0.
|
|
2756
2838
|
*
|
|
2757
|
-
* @see {@link MatterSpecification.
|
|
2839
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.9.1
|
|
2758
2840
|
*/
|
|
2759
2841
|
readonly remainingScreenTimeExpired: Event<void, any>;
|
|
2760
2842
|
};
|
|
@@ -2775,7 +2857,7 @@ export declare namespace ContentControl {
|
|
|
2775
2857
|
* For example, if the feature does not control content within apps, then the device should make this clear
|
|
2776
2858
|
* to the user when the attribute changes.
|
|
2777
2859
|
*
|
|
2778
|
-
* @see {@link MatterSpecification.
|
|
2860
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.7.8
|
|
2779
2861
|
*/
|
|
2780
2862
|
readonly blockUnrated: Attribute<boolean, any>;
|
|
2781
2863
|
};
|
|
@@ -2787,7 +2869,7 @@ export declare namespace ContentControl {
|
|
|
2787
2869
|
* Upon receipt of the BlockUnratedContent command, the media device shall set the BlockUnrated attribute to
|
|
2788
2870
|
* TRUE.
|
|
2789
2871
|
*
|
|
2790
|
-
* @see {@link MatterSpecification.
|
|
2872
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.8
|
|
2791
2873
|
*/
|
|
2792
2874
|
readonly blockUnratedContent: Command<void, void, any>;
|
|
2793
2875
|
/**
|
|
@@ -2797,7 +2879,7 @@ export declare namespace ContentControl {
|
|
|
2797
2879
|
* Upon receipt of the UnblockUnratedContent command, the media device shall set the BlockUnrated attribute
|
|
2798
2880
|
* to FALSE.
|
|
2799
2881
|
*
|
|
2800
|
-
* @see {@link MatterSpecification.
|
|
2882
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.9
|
|
2801
2883
|
*/
|
|
2802
2884
|
readonly unblockUnratedContent: Command<void, void, any>;
|
|
2803
2885
|
};
|
|
@@ -2811,14 +2893,14 @@ export declare namespace ContentControl {
|
|
|
2811
2893
|
/**
|
|
2812
2894
|
* Indicates a set of channels that shall be blocked when the Content Control feature is activated.
|
|
2813
2895
|
*
|
|
2814
|
-
* @see {@link MatterSpecification.
|
|
2896
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.7.9
|
|
2815
2897
|
*/
|
|
2816
2898
|
readonly blockChannelList: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2817
2899
|
/**
|
|
2818
2900
|
* This field shall indicate a unique index value for a blocked channel. This value may be used to indicate one
|
|
2819
2901
|
* selected channel which will be removed from BlockChannelList attribute.
|
|
2820
2902
|
*
|
|
2821
|
-
* @see {@link MatterSpecification.
|
|
2903
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.3.1
|
|
2822
2904
|
*/
|
|
2823
2905
|
blockChannelIndex: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
2824
2906
|
/**
|
|
@@ -2827,7 +2909,7 @@ export declare namespace ContentControl {
|
|
|
2827
2909
|
* This field is required but shall be set to 0 for channels such as over-the-top channels that are not
|
|
2828
2910
|
* represented by a major or minor number.
|
|
2829
2911
|
*
|
|
2830
|
-
* @see {@link MatterSpecification.
|
|
2912
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.3.2
|
|
2831
2913
|
*/
|
|
2832
2914
|
majorNumber: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2833
2915
|
/**
|
|
@@ -2836,14 +2918,14 @@ export declare namespace ContentControl {
|
|
|
2836
2918
|
* This field is required but shall be set to 0 for channels such as over-the-top channels that are not
|
|
2837
2919
|
* represented by a major or minor number.
|
|
2838
2920
|
*
|
|
2839
|
-
* @see {@link MatterSpecification.
|
|
2921
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.3.3
|
|
2840
2922
|
*/
|
|
2841
2923
|
minorNumber: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2842
2924
|
/**
|
|
2843
2925
|
* This field shall indicate the unique identifier for a specific channel. This field is optional, but SHOULD be
|
|
2844
2926
|
* provided when MajorNumber and MinorNumber are not available.
|
|
2845
2927
|
*
|
|
2846
|
-
* @see {@link MatterSpecification.
|
|
2928
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.3.4
|
|
2847
2929
|
*/
|
|
2848
2930
|
identifier: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
2849
2931
|
}>[], any>;
|
|
@@ -2864,7 +2946,7 @@ export declare namespace ContentControl {
|
|
|
2864
2946
|
* If all channels in Channel field already exist in the BlockChannelList attribute, then a response with
|
|
2865
2947
|
* ChannelAlreadyExist error Status shall be returned.
|
|
2866
2948
|
*
|
|
2867
|
-
* @see {@link MatterSpecification.
|
|
2949
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.12
|
|
2868
2950
|
*/
|
|
2869
2951
|
readonly addBlockChannels: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2870
2952
|
/**
|
|
@@ -2872,14 +2954,14 @@ export declare namespace ContentControl {
|
|
|
2872
2954
|
* This field shall be set to values present in ChannelList attribute in the Channel cluster. The
|
|
2873
2955
|
* BlockChannelIndex field passed in this command shall be NULL.
|
|
2874
2956
|
*
|
|
2875
|
-
* @see {@link MatterSpecification.
|
|
2957
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.12.1
|
|
2876
2958
|
*/
|
|
2877
2959
|
channels: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2878
2960
|
/**
|
|
2879
2961
|
* This field shall indicate a unique index value for a blocked channel. This value may be used to indicate one
|
|
2880
2962
|
* selected channel which will be removed from BlockChannelList attribute.
|
|
2881
2963
|
*
|
|
2882
|
-
* @see {@link MatterSpecification.
|
|
2964
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.3.1
|
|
2883
2965
|
*/
|
|
2884
2966
|
blockChannelIndex: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
2885
2967
|
/**
|
|
@@ -2888,7 +2970,7 @@ export declare namespace ContentControl {
|
|
|
2888
2970
|
* This field is required but shall be set to 0 for channels such as over-the-top channels that are not
|
|
2889
2971
|
* represented by a major or minor number.
|
|
2890
2972
|
*
|
|
2891
|
-
* @see {@link MatterSpecification.
|
|
2973
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.3.2
|
|
2892
2974
|
*/
|
|
2893
2975
|
majorNumber: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2894
2976
|
/**
|
|
@@ -2897,14 +2979,14 @@ export declare namespace ContentControl {
|
|
|
2897
2979
|
* This field is required but shall be set to 0 for channels such as over-the-top channels that are not
|
|
2898
2980
|
* represented by a major or minor number.
|
|
2899
2981
|
*
|
|
2900
|
-
* @see {@link MatterSpecification.
|
|
2982
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.3.3
|
|
2901
2983
|
*/
|
|
2902
2984
|
minorNumber: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2903
2985
|
/**
|
|
2904
2986
|
* This field shall indicate the unique identifier for a specific channel. This field is optional, but SHOULD be
|
|
2905
2987
|
* provided when MajorNumber and MinorNumber are not available.
|
|
2906
2988
|
*
|
|
2907
|
-
* @see {@link MatterSpecification.
|
|
2989
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.3.4
|
|
2908
2990
|
*/
|
|
2909
2991
|
identifier: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
2910
2992
|
}>[]>;
|
|
@@ -2917,14 +2999,14 @@ export declare namespace ContentControl {
|
|
|
2917
2999
|
* channels indicated by ChannelIndexes passed in this command field are not present in the BlockChannelList
|
|
2918
3000
|
* attribute, then a response with ChannelNotExist error Status shall be returned.
|
|
2919
3001
|
*
|
|
2920
|
-
* @see {@link MatterSpecification.
|
|
3002
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.13
|
|
2921
3003
|
*/
|
|
2922
3004
|
readonly removeBlockChannels: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2923
3005
|
/**
|
|
2924
3006
|
* This field shall specify a set of indexes indicating Which channels shall be removed from the
|
|
2925
3007
|
* BlockChannelList attribute.
|
|
2926
3008
|
*
|
|
2927
|
-
* @see {@link MatterSpecification.
|
|
3009
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.13.1
|
|
2928
3010
|
*/
|
|
2929
3011
|
channelIndexes: import("../tlv/TlvObject.js").FieldType<number[]>;
|
|
2930
3012
|
}>, void, any>;
|
|
@@ -2939,7 +3021,7 @@ export declare namespace ContentControl {
|
|
|
2939
3021
|
/**
|
|
2940
3022
|
* Indicates a set of applications that shall be blocked when the Content Control feature is activated.
|
|
2941
3023
|
*
|
|
2942
|
-
* @see {@link MatterSpecification.
|
|
3024
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.7.10
|
|
2943
3025
|
*/
|
|
2944
3026
|
readonly blockApplicationList: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2945
3027
|
/**
|
|
@@ -2948,14 +3030,14 @@ export declare namespace ContentControl {
|
|
|
2948
3030
|
* Content App Platform providers will have their own catalog vendor ID (set to their own Vendor ID) and will
|
|
2949
3031
|
* assign an ApplicationID to each Content App.
|
|
2950
3032
|
*
|
|
2951
|
-
* @see {@link MatterSpecification.
|
|
3033
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.4.1
|
|
2952
3034
|
*/
|
|
2953
3035
|
catalogVendorId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2954
3036
|
/**
|
|
2955
3037
|
* This field shall indicate the application identifier, expressed as a string, such as "PruneVideo" or "Company
|
|
2956
3038
|
* X". This field shall be unique within a catalog.
|
|
2957
3039
|
*
|
|
2958
|
-
* @see {@link MatterSpecification.
|
|
3040
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.4.2
|
|
2959
3041
|
*/
|
|
2960
3042
|
applicationId: import("../tlv/TlvObject.js").FieldType<string>;
|
|
2961
3043
|
}>[], any>;
|
|
@@ -2975,14 +3057,14 @@ export declare namespace ContentControl {
|
|
|
2975
3057
|
* If all applications in Applications field are already present in BlockApplicationList attribute, then a
|
|
2976
3058
|
* response with ApplicationAlreadyExist error Status shall be returned.
|
|
2977
3059
|
*
|
|
2978
|
-
* @see {@link MatterSpecification.
|
|
3060
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.14
|
|
2979
3061
|
*/
|
|
2980
3062
|
readonly addBlockApplications: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2981
3063
|
/**
|
|
2982
3064
|
* This field indicates a set of applications that shall be blocked when the Content Control feature is
|
|
2983
3065
|
* activated.
|
|
2984
3066
|
*
|
|
2985
|
-
* @see {@link MatterSpecification.
|
|
3067
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.14.1
|
|
2986
3068
|
*/
|
|
2987
3069
|
applications: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2988
3070
|
/**
|
|
@@ -2991,14 +3073,14 @@ export declare namespace ContentControl {
|
|
|
2991
3073
|
* Content App Platform providers will have their own catalog vendor ID (set to their own Vendor ID) and will
|
|
2992
3074
|
* assign an ApplicationID to each Content App.
|
|
2993
3075
|
*
|
|
2994
|
-
* @see {@link MatterSpecification.
|
|
3076
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.4.1
|
|
2995
3077
|
*/
|
|
2996
3078
|
catalogVendorId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2997
3079
|
/**
|
|
2998
3080
|
* This field shall indicate the application identifier, expressed as a string, such as "PruneVideo" or "Company
|
|
2999
3081
|
* X". This field shall be unique within a catalog.
|
|
3000
3082
|
*
|
|
3001
|
-
* @see {@link MatterSpecification.
|
|
3083
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.4.2
|
|
3002
3084
|
*/
|
|
3003
3085
|
applicationId: import("../tlv/TlvObject.js").FieldType<string>;
|
|
3004
3086
|
}>[]>;
|
|
@@ -3011,13 +3093,13 @@ export declare namespace ContentControl {
|
|
|
3011
3093
|
* Applications field which are not present in the BlockApplicationList attribute, then a response with
|
|
3012
3094
|
* ApplicationNotExist error Status shall be returned.
|
|
3013
3095
|
*
|
|
3014
|
-
* @see {@link MatterSpecification.
|
|
3096
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.15
|
|
3015
3097
|
*/
|
|
3016
3098
|
readonly removeBlockApplications: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3017
3099
|
/**
|
|
3018
3100
|
* This field indicates a set of applications which shall be removed from BlockApplicationList attribute.
|
|
3019
3101
|
*
|
|
3020
|
-
* @see {@link MatterSpecification.
|
|
3102
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.15.1
|
|
3021
3103
|
*/
|
|
3022
3104
|
applications: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3023
3105
|
/**
|
|
@@ -3026,14 +3108,14 @@ export declare namespace ContentControl {
|
|
|
3026
3108
|
* Content App Platform providers will have their own catalog vendor ID (set to their own Vendor ID) and will
|
|
3027
3109
|
* assign an ApplicationID to each Content App.
|
|
3028
3110
|
*
|
|
3029
|
-
* @see {@link MatterSpecification.
|
|
3111
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.4.1
|
|
3030
3112
|
*/
|
|
3031
3113
|
catalogVendorId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3032
3114
|
/**
|
|
3033
3115
|
* This field shall indicate the application identifier, expressed as a string, such as "PruneVideo" or "Company
|
|
3034
3116
|
* X". This field shall be unique within a catalog.
|
|
3035
3117
|
*
|
|
3036
|
-
* @see {@link MatterSpecification.
|
|
3118
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.4.2
|
|
3037
3119
|
*/
|
|
3038
3120
|
applicationId: import("../tlv/TlvObject.js").FieldType<string>;
|
|
3039
3121
|
}>[]>;
|
|
@@ -3053,20 +3135,20 @@ export declare namespace ContentControl {
|
|
|
3053
3135
|
* block content which is playing and generate an event EnteringBlockContentTimeWindow. There shall NOT be
|
|
3054
3136
|
* multiple entries in this attribute list for the same day of week.
|
|
3055
3137
|
*
|
|
3056
|
-
* @see {@link MatterSpecification.
|
|
3138
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.7.11
|
|
3057
3139
|
*/
|
|
3058
3140
|
readonly blockContentTimeWindow: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3059
3141
|
/**
|
|
3060
3142
|
* This field shall indicate a unique index of a specific time window. This value may be used to indicate a
|
|
3061
3143
|
* selected time window which will be removed from the BlockContentTimeWindow attribute.
|
|
3062
3144
|
*
|
|
3063
|
-
* @see {@link MatterSpecification.
|
|
3145
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.5.1
|
|
3064
3146
|
*/
|
|
3065
3147
|
timeWindowIndex: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
3066
3148
|
/**
|
|
3067
3149
|
* This field shall indicate a day of week.
|
|
3068
3150
|
*
|
|
3069
|
-
* @see {@link MatterSpecification.
|
|
3151
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.5.2
|
|
3070
3152
|
*/
|
|
3071
3153
|
dayOfWeek: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
3072
3154
|
/**
|
|
@@ -3101,25 +3183,25 @@ export declare namespace ContentControl {
|
|
|
3101
3183
|
/**
|
|
3102
3184
|
* This field shall indicate one or more discrete time periods.
|
|
3103
3185
|
*
|
|
3104
|
-
* @see {@link MatterSpecification.
|
|
3186
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.5.3
|
|
3105
3187
|
*/
|
|
3106
3188
|
timePeriod: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3107
3189
|
/**
|
|
3108
3190
|
* This field shall indicate the starting hour.
|
|
3109
3191
|
*
|
|
3110
|
-
* @see {@link MatterSpecification.
|
|
3192
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.6.1
|
|
3111
3193
|
*/
|
|
3112
3194
|
startHour: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3113
3195
|
/**
|
|
3114
3196
|
* This field shall indicate the starting minute.
|
|
3115
3197
|
*
|
|
3116
|
-
* @see {@link MatterSpecification.
|
|
3198
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.6.2
|
|
3117
3199
|
*/
|
|
3118
3200
|
startMinute: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3119
3201
|
/**
|
|
3120
3202
|
* This field shall indicate the ending hour. EndHour shall be equal to or greater than StartHour
|
|
3121
3203
|
*
|
|
3122
|
-
* @see {@link MatterSpecification.
|
|
3204
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.6.3
|
|
3123
3205
|
*/
|
|
3124
3206
|
endHour: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3125
3207
|
/**
|
|
@@ -3127,7 +3209,7 @@ export declare namespace ContentControl {
|
|
|
3127
3209
|
* than StartMinute. If the EndHour is equal to 23 and the EndMinute is equal to 59, all contents shall be
|
|
3128
3210
|
* blocked until 23:59:59.
|
|
3129
3211
|
*
|
|
3130
|
-
* @see {@link MatterSpecification.
|
|
3212
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.6.4
|
|
3131
3213
|
*/
|
|
3132
3214
|
endMinute: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3133
3215
|
}>[]>;
|
|
@@ -3147,26 +3229,26 @@ export declare namespace ContentControl {
|
|
|
3147
3229
|
* If the TimeWindowIndex field is not NULL and presents in the BlockContentTimeWindow attribute, the media
|
|
3148
3230
|
* device shall replace the original time window with the new time window passed in this command.
|
|
3149
3231
|
*
|
|
3150
|
-
* @see {@link MatterSpecification.
|
|
3232
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.16
|
|
3151
3233
|
*/
|
|
3152
3234
|
readonly setBlockContentTimeWindow: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3153
3235
|
/**
|
|
3154
3236
|
* This field shall indicate a time window requested to set to the BlockContentTimeWindow attribute.
|
|
3155
3237
|
*
|
|
3156
|
-
* @see {@link MatterSpecification.
|
|
3238
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.16.1
|
|
3157
3239
|
*/
|
|
3158
3240
|
timeWindow: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3159
3241
|
/**
|
|
3160
3242
|
* This field shall indicate a unique index of a specific time window. This value may be used to indicate a
|
|
3161
3243
|
* selected time window which will be removed from the BlockContentTimeWindow attribute.
|
|
3162
3244
|
*
|
|
3163
|
-
* @see {@link MatterSpecification.
|
|
3245
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.5.1
|
|
3164
3246
|
*/
|
|
3165
3247
|
timeWindowIndex: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
3166
3248
|
/**
|
|
3167
3249
|
* This field shall indicate a day of week.
|
|
3168
3250
|
*
|
|
3169
|
-
* @see {@link MatterSpecification.
|
|
3251
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.5.2
|
|
3170
3252
|
*/
|
|
3171
3253
|
dayOfWeek: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
3172
3254
|
/**
|
|
@@ -3201,25 +3283,25 @@ export declare namespace ContentControl {
|
|
|
3201
3283
|
/**
|
|
3202
3284
|
* This field shall indicate one or more discrete time periods.
|
|
3203
3285
|
*
|
|
3204
|
-
* @see {@link MatterSpecification.
|
|
3286
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.5.3
|
|
3205
3287
|
*/
|
|
3206
3288
|
timePeriod: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3207
3289
|
/**
|
|
3208
3290
|
* This field shall indicate the starting hour.
|
|
3209
3291
|
*
|
|
3210
|
-
* @see {@link MatterSpecification.
|
|
3292
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.6.1
|
|
3211
3293
|
*/
|
|
3212
3294
|
startHour: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3213
3295
|
/**
|
|
3214
3296
|
* This field shall indicate the starting minute.
|
|
3215
3297
|
*
|
|
3216
|
-
* @see {@link MatterSpecification.
|
|
3298
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.6.2
|
|
3217
3299
|
*/
|
|
3218
3300
|
startMinute: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3219
3301
|
/**
|
|
3220
3302
|
* This field shall indicate the ending hour. EndHour shall be equal to or greater than StartHour
|
|
3221
3303
|
*
|
|
3222
|
-
* @see {@link MatterSpecification.
|
|
3304
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.6.3
|
|
3223
3305
|
*/
|
|
3224
3306
|
endHour: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3225
3307
|
/**
|
|
@@ -3227,7 +3309,7 @@ export declare namespace ContentControl {
|
|
|
3227
3309
|
* than StartMinute. If the EndHour is equal to 23 and the EndMinute is equal to 59, all contents shall be
|
|
3228
3310
|
* blocked until 23:59:59.
|
|
3229
3311
|
*
|
|
3230
|
-
* @see {@link MatterSpecification.
|
|
3312
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.6.4
|
|
3231
3313
|
*/
|
|
3232
3314
|
endMinute: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3233
3315
|
}>[]>;
|
|
@@ -3243,14 +3325,14 @@ export declare namespace ContentControl {
|
|
|
3243
3325
|
* If one or more time window indexes passed in this command are not present in BlockContentTimeWindow
|
|
3244
3326
|
* attribute, then a response with TimeWindowNotExist error status shall be returned.
|
|
3245
3327
|
*
|
|
3246
|
-
* @see {@link MatterSpecification.
|
|
3328
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.17
|
|
3247
3329
|
*/
|
|
3248
3330
|
readonly removeBlockContentTimeWindow: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3249
3331
|
/**
|
|
3250
3332
|
* This field shall specify a set of time window indexes indicating which time windows will be removed from the
|
|
3251
3333
|
* BlockContentTimeWindow attribute.
|
|
3252
3334
|
*
|
|
3253
|
-
* @see {@link MatterSpecification.
|
|
3335
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.17.1
|
|
3254
3336
|
*/
|
|
3255
3337
|
timeWindowIndexes: import("../tlv/TlvObject.js").FieldType<number[]>;
|
|
3256
3338
|
}>, void, any>;
|
|
@@ -3260,7 +3342,7 @@ export declare namespace ContentControl {
|
|
|
3260
3342
|
* This event shall be generated when entering a period of blocked content as configured in the
|
|
3261
3343
|
* BlockContentTimeWindow attribute.
|
|
3262
3344
|
*
|
|
3263
|
-
* @see {@link MatterSpecification.
|
|
3345
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.9.2
|
|
3264
3346
|
*/
|
|
3265
3347
|
readonly enteringBlockContentTimeWindow: Event<void, any>;
|
|
3266
3348
|
};
|
|
@@ -3288,20 +3370,20 @@ export declare namespace ContentControl {
|
|
|
3288
3370
|
* performing configuration of the Content Control settings exposed by this cluster. The ResetPIN command
|
|
3289
3371
|
* can also be used to obtain the default PIN.
|
|
3290
3372
|
*
|
|
3291
|
-
* @see {@link MatterSpecification.
|
|
3373
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.1
|
|
3292
3374
|
*/
|
|
3293
3375
|
readonly updatePin: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3294
3376
|
/**
|
|
3295
3377
|
* This field shall specify the original PIN. Once the UpdatePIN command is performed successfully, it shall be
|
|
3296
3378
|
* invalid.
|
|
3297
3379
|
*
|
|
3298
|
-
* @see {@link MatterSpecification.
|
|
3380
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.1.1
|
|
3299
3381
|
*/
|
|
3300
3382
|
oldPin: import("../tlv/TlvObject.js").FieldType<string>;
|
|
3301
3383
|
/**
|
|
3302
3384
|
* This field shall indicate a new PIN for the Content Control feature.
|
|
3303
3385
|
*
|
|
3304
|
-
* @see {@link MatterSpecification.
|
|
3386
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.1.2
|
|
3305
3387
|
*/
|
|
3306
3388
|
newPin: import("../tlv/TlvObject.js").FieldType<string>;
|
|
3307
3389
|
}>, void, any>;
|
|
@@ -3310,13 +3392,13 @@ export declare namespace ContentControl {
|
|
|
3310
3392
|
*
|
|
3311
3393
|
* If this command is executed successfully, a ResetPINResponse command with a new PIN shall be returned.
|
|
3312
3394
|
*
|
|
3313
|
-
* @see {@link MatterSpecification.
|
|
3395
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.2
|
|
3314
3396
|
*/
|
|
3315
3397
|
readonly resetPin: Command<void, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3316
3398
|
/**
|
|
3317
3399
|
* This field shall indicate a new PIN of the Content Control feature.
|
|
3318
3400
|
*
|
|
3319
|
-
* @see {@link MatterSpecification.
|
|
3401
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.3.1
|
|
3320
3402
|
*/
|
|
3321
3403
|
pinCode: import("../tlv/TlvObject.js").FieldType<string>;
|
|
3322
3404
|
}>, any>;
|
|
@@ -3335,7 +3417,7 @@ export declare namespace ContentControl {
|
|
|
3335
3417
|
* ContentControlCluster supports optional features that you can enable with the ContentControlCluster.with()
|
|
3336
3418
|
* factory method.
|
|
3337
3419
|
*
|
|
3338
|
-
* @see {@link MatterSpecification.
|
|
3420
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13
|
|
3339
3421
|
*/
|
|
3340
3422
|
interface Cluster extends Identity<typeof ClusterInstance> {
|
|
3341
3423
|
}
|
|
@@ -3389,13 +3471,13 @@ export declare namespace ContentControl {
|
|
|
3389
3471
|
* system is dependent upon the region or country where the Node has been provisioned, and may vary from one
|
|
3390
3472
|
* country to another.
|
|
3391
3473
|
*
|
|
3392
|
-
* @see {@link MatterSpecification.
|
|
3474
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.2.1
|
|
3393
3475
|
*/
|
|
3394
3476
|
ratingName: import("../tlv/TlvObject.js").FieldType<string>;
|
|
3395
3477
|
/**
|
|
3396
3478
|
* This field shall specify a human readable (displayable) description for RatingName.
|
|
3397
3479
|
*
|
|
3398
|
-
* @see {@link MatterSpecification.
|
|
3480
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.2.2
|
|
3399
3481
|
*/
|
|
3400
3482
|
ratingNameDesc: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
3401
3483
|
}>[], any> & {
|
|
@@ -3420,13 +3502,13 @@ export declare namespace ContentControl {
|
|
|
3420
3502
|
* system is dependent upon the region or country where the Node has been provisioned, and may vary from one
|
|
3421
3503
|
* country to another.
|
|
3422
3504
|
*
|
|
3423
|
-
* @see {@link MatterSpecification.
|
|
3505
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.2.1
|
|
3424
3506
|
*/
|
|
3425
3507
|
ratingName: import("../tlv/TlvObject.js").FieldType<string>;
|
|
3426
3508
|
/**
|
|
3427
3509
|
* This field shall specify a human readable (displayable) description for RatingName.
|
|
3428
3510
|
*
|
|
3429
|
-
* @see {@link MatterSpecification.
|
|
3511
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.2.2
|
|
3430
3512
|
*/
|
|
3431
3513
|
ratingNameDesc: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
3432
3514
|
}>[], any> & {
|
|
@@ -3474,7 +3556,7 @@ export declare namespace ContentControl {
|
|
|
3474
3556
|
* This field shall indicate a unique index value for a blocked channel. This value may be used to indicate one
|
|
3475
3557
|
* selected channel which will be removed from BlockChannelList attribute.
|
|
3476
3558
|
*
|
|
3477
|
-
* @see {@link MatterSpecification.
|
|
3559
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.3.1
|
|
3478
3560
|
*/
|
|
3479
3561
|
blockChannelIndex: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
3480
3562
|
/**
|
|
@@ -3483,7 +3565,7 @@ export declare namespace ContentControl {
|
|
|
3483
3565
|
* This field is required but shall be set to 0 for channels such as over-the-top channels that are not
|
|
3484
3566
|
* represented by a major or minor number.
|
|
3485
3567
|
*
|
|
3486
|
-
* @see {@link MatterSpecification.
|
|
3568
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.3.2
|
|
3487
3569
|
*/
|
|
3488
3570
|
majorNumber: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3489
3571
|
/**
|
|
@@ -3492,14 +3574,14 @@ export declare namespace ContentControl {
|
|
|
3492
3574
|
* This field is required but shall be set to 0 for channels such as over-the-top channels that are not
|
|
3493
3575
|
* represented by a major or minor number.
|
|
3494
3576
|
*
|
|
3495
|
-
* @see {@link MatterSpecification.
|
|
3577
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.3.3
|
|
3496
3578
|
*/
|
|
3497
3579
|
minorNumber: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3498
3580
|
/**
|
|
3499
3581
|
* This field shall indicate the unique identifier for a specific channel. This field is optional, but SHOULD be
|
|
3500
3582
|
* provided when MajorNumber and MinorNumber are not available.
|
|
3501
3583
|
*
|
|
3502
|
-
* @see {@link MatterSpecification.
|
|
3584
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.3.4
|
|
3503
3585
|
*/
|
|
3504
3586
|
identifier: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
3505
3587
|
}>[], any> & {
|
|
@@ -3517,14 +3599,14 @@ export declare namespace ContentControl {
|
|
|
3517
3599
|
* Content App Platform providers will have their own catalog vendor ID (set to their own Vendor ID) and will
|
|
3518
3600
|
* assign an ApplicationID to each Content App.
|
|
3519
3601
|
*
|
|
3520
|
-
* @see {@link MatterSpecification.
|
|
3602
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.4.1
|
|
3521
3603
|
*/
|
|
3522
3604
|
catalogVendorId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3523
3605
|
/**
|
|
3524
3606
|
* This field shall indicate the application identifier, expressed as a string, such as "PruneVideo" or "Company
|
|
3525
3607
|
* X". This field shall be unique within a catalog.
|
|
3526
3608
|
*
|
|
3527
|
-
* @see {@link MatterSpecification.
|
|
3609
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.4.2
|
|
3528
3610
|
*/
|
|
3529
3611
|
applicationId: import("../tlv/TlvObject.js").FieldType<string>;
|
|
3530
3612
|
}>[], any> & {
|
|
@@ -3540,13 +3622,13 @@ export declare namespace ContentControl {
|
|
|
3540
3622
|
* This field shall indicate a unique index of a specific time window. This value may be used to indicate a
|
|
3541
3623
|
* selected time window which will be removed from the BlockContentTimeWindow attribute.
|
|
3542
3624
|
*
|
|
3543
|
-
* @see {@link MatterSpecification.
|
|
3625
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.5.1
|
|
3544
3626
|
*/
|
|
3545
3627
|
timeWindowIndex: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
3546
3628
|
/**
|
|
3547
3629
|
* This field shall indicate a day of week.
|
|
3548
3630
|
*
|
|
3549
|
-
* @see {@link MatterSpecification.
|
|
3631
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.5.2
|
|
3550
3632
|
*/
|
|
3551
3633
|
dayOfWeek: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
3552
3634
|
/**
|
|
@@ -3581,25 +3663,25 @@ export declare namespace ContentControl {
|
|
|
3581
3663
|
/**
|
|
3582
3664
|
* This field shall indicate one or more discrete time periods.
|
|
3583
3665
|
*
|
|
3584
|
-
* @see {@link MatterSpecification.
|
|
3666
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.5.3
|
|
3585
3667
|
*/
|
|
3586
3668
|
timePeriod: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3587
3669
|
/**
|
|
3588
3670
|
* This field shall indicate the starting hour.
|
|
3589
3671
|
*
|
|
3590
|
-
* @see {@link MatterSpecification.
|
|
3672
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.6.1
|
|
3591
3673
|
*/
|
|
3592
3674
|
startHour: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3593
3675
|
/**
|
|
3594
3676
|
* This field shall indicate the starting minute.
|
|
3595
3677
|
*
|
|
3596
|
-
* @see {@link MatterSpecification.
|
|
3678
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.6.2
|
|
3597
3679
|
*/
|
|
3598
3680
|
startMinute: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3599
3681
|
/**
|
|
3600
3682
|
* This field shall indicate the ending hour. EndHour shall be equal to or greater than StartHour
|
|
3601
3683
|
*
|
|
3602
|
-
* @see {@link MatterSpecification.
|
|
3684
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.6.3
|
|
3603
3685
|
*/
|
|
3604
3686
|
endHour: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3605
3687
|
/**
|
|
@@ -3607,7 +3689,7 @@ export declare namespace ContentControl {
|
|
|
3607
3689
|
* than StartMinute. If the EndHour is equal to 23 and the EndMinute is equal to 59, all contents shall be
|
|
3608
3690
|
* blocked until 23:59:59.
|
|
3609
3691
|
*
|
|
3610
|
-
* @see {@link MatterSpecification.
|
|
3692
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.6.4
|
|
3611
3693
|
*/
|
|
3612
3694
|
endMinute: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3613
3695
|
}>[]>;
|
|
@@ -3666,13 +3748,13 @@ export declare namespace ContentControl {
|
|
|
3666
3748
|
* This field shall specify the original PIN. Once the UpdatePIN command is performed successfully, it shall be
|
|
3667
3749
|
* invalid.
|
|
3668
3750
|
*
|
|
3669
|
-
* @see {@link MatterSpecification.
|
|
3751
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.1.1
|
|
3670
3752
|
*/
|
|
3671
3753
|
oldPin: import("../tlv/TlvObject.js").FieldType<string>;
|
|
3672
3754
|
/**
|
|
3673
3755
|
* This field shall indicate a new PIN for the Content Control feature.
|
|
3674
3756
|
*
|
|
3675
|
-
* @see {@link MatterSpecification.
|
|
3757
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.1.2
|
|
3676
3758
|
*/
|
|
3677
3759
|
newPin: import("../tlv/TlvObject.js").FieldType<string>;
|
|
3678
3760
|
}>, void, any> & {
|
|
@@ -3687,7 +3769,7 @@ export declare namespace ContentControl {
|
|
|
3687
3769
|
/**
|
|
3688
3770
|
* This field shall indicate a new PIN of the Content Control feature.
|
|
3689
3771
|
*
|
|
3690
|
-
* @see {@link MatterSpecification.
|
|
3772
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.3.1
|
|
3691
3773
|
*/
|
|
3692
3774
|
pinCode: import("../tlv/TlvObject.js").FieldType<string>;
|
|
3693
3775
|
}>, any> & {
|
|
@@ -3707,14 +3789,14 @@ export declare namespace ContentControl {
|
|
|
3707
3789
|
* permission is allowed to invoke this command only if the PIN passed in this command is equal to the current
|
|
3708
3790
|
* PIN value.
|
|
3709
3791
|
*
|
|
3710
|
-
* @see {@link MatterSpecification.
|
|
3792
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.6.1
|
|
3711
3793
|
*/
|
|
3712
3794
|
pinCode: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
3713
3795
|
/**
|
|
3714
3796
|
* This field shall indicate the amount of extra time (in seconds) to increase RemainingScreenTime. This field
|
|
3715
3797
|
* shall NOT exceed the remaining time of this day.
|
|
3716
3798
|
*
|
|
3717
|
-
* @see {@link MatterSpecification.
|
|
3799
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.6.2
|
|
3718
3800
|
*/
|
|
3719
3801
|
bonusTime: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3720
3802
|
}>, void, any> & {
|
|
@@ -3730,7 +3812,7 @@ export declare namespace ContentControl {
|
|
|
3730
3812
|
* This field shall indicate the time (in seconds) which the User is allowed to spend watching TV on this media
|
|
3731
3813
|
* device within one day.
|
|
3732
3814
|
*
|
|
3733
|
-
* @see {@link MatterSpecification.
|
|
3815
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.7.1
|
|
3734
3816
|
*/
|
|
3735
3817
|
screenTime: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3736
3818
|
}>, void, any> & {
|
|
@@ -3762,7 +3844,7 @@ export declare namespace ContentControl {
|
|
|
3762
3844
|
* This field indicates a threshold rating for filtering on-demand content. This field shall be set to one of
|
|
3763
3845
|
* the values present in the OnDemandRatings attribute
|
|
3764
3846
|
*
|
|
3765
|
-
* @see {@link MatterSpecification.
|
|
3847
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.10.1
|
|
3766
3848
|
*/
|
|
3767
3849
|
rating: import("../tlv/TlvObject.js").FieldType<string>;
|
|
3768
3850
|
}>, void, any> & {
|
|
@@ -3778,7 +3860,7 @@ export declare namespace ContentControl {
|
|
|
3778
3860
|
* This field indicates a threshold rating for filtering scheduled content. This field shall be set to one of
|
|
3779
3861
|
* the values present in the ScheduledContentRatings attribute.
|
|
3780
3862
|
*
|
|
3781
|
-
* @see {@link MatterSpecification.
|
|
3863
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.11.1
|
|
3782
3864
|
*/
|
|
3783
3865
|
rating: import("../tlv/TlvObject.js").FieldType<string>;
|
|
3784
3866
|
}>, void, any> & {
|
|
@@ -3795,14 +3877,14 @@ export declare namespace ContentControl {
|
|
|
3795
3877
|
* This field shall be set to values present in ChannelList attribute in the Channel cluster. The
|
|
3796
3878
|
* BlockChannelIndex field passed in this command shall be NULL.
|
|
3797
3879
|
*
|
|
3798
|
-
* @see {@link MatterSpecification.
|
|
3880
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.12.1
|
|
3799
3881
|
*/
|
|
3800
3882
|
channels: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3801
3883
|
/**
|
|
3802
3884
|
* This field shall indicate a unique index value for a blocked channel. This value may be used to indicate one
|
|
3803
3885
|
* selected channel which will be removed from BlockChannelList attribute.
|
|
3804
3886
|
*
|
|
3805
|
-
* @see {@link MatterSpecification.
|
|
3887
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.3.1
|
|
3806
3888
|
*/
|
|
3807
3889
|
blockChannelIndex: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
3808
3890
|
/**
|
|
@@ -3811,7 +3893,7 @@ export declare namespace ContentControl {
|
|
|
3811
3893
|
* This field is required but shall be set to 0 for channels such as over-the-top channels that are not
|
|
3812
3894
|
* represented by a major or minor number.
|
|
3813
3895
|
*
|
|
3814
|
-
* @see {@link MatterSpecification.
|
|
3896
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.3.2
|
|
3815
3897
|
*/
|
|
3816
3898
|
majorNumber: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3817
3899
|
/**
|
|
@@ -3820,14 +3902,14 @@ export declare namespace ContentControl {
|
|
|
3820
3902
|
* This field is required but shall be set to 0 for channels such as over-the-top channels that are not
|
|
3821
3903
|
* represented by a major or minor number.
|
|
3822
3904
|
*
|
|
3823
|
-
* @see {@link MatterSpecification.
|
|
3905
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.3.3
|
|
3824
3906
|
*/
|
|
3825
3907
|
minorNumber: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3826
3908
|
/**
|
|
3827
3909
|
* This field shall indicate the unique identifier for a specific channel. This field is optional, but SHOULD be
|
|
3828
3910
|
* provided when MajorNumber and MinorNumber are not available.
|
|
3829
3911
|
*
|
|
3830
|
-
* @see {@link MatterSpecification.
|
|
3912
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.3.4
|
|
3831
3913
|
*/
|
|
3832
3914
|
identifier: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
3833
3915
|
}>[]>;
|
|
@@ -3844,7 +3926,7 @@ export declare namespace ContentControl {
|
|
|
3844
3926
|
* This field shall specify a set of indexes indicating Which channels shall be removed from the
|
|
3845
3927
|
* BlockChannelList attribute.
|
|
3846
3928
|
*
|
|
3847
|
-
* @see {@link MatterSpecification.
|
|
3929
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.13.1
|
|
3848
3930
|
*/
|
|
3849
3931
|
channelIndexes: import("../tlv/TlvObject.js").FieldType<number[]>;
|
|
3850
3932
|
}>, void, any> & {
|
|
@@ -3860,7 +3942,7 @@ export declare namespace ContentControl {
|
|
|
3860
3942
|
* This field indicates a set of applications that shall be blocked when the Content Control feature is
|
|
3861
3943
|
* activated.
|
|
3862
3944
|
*
|
|
3863
|
-
* @see {@link MatterSpecification.
|
|
3945
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.14.1
|
|
3864
3946
|
*/
|
|
3865
3947
|
applications: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3866
3948
|
/**
|
|
@@ -3869,14 +3951,14 @@ export declare namespace ContentControl {
|
|
|
3869
3951
|
* Content App Platform providers will have their own catalog vendor ID (set to their own Vendor ID) and will
|
|
3870
3952
|
* assign an ApplicationID to each Content App.
|
|
3871
3953
|
*
|
|
3872
|
-
* @see {@link MatterSpecification.
|
|
3954
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.4.1
|
|
3873
3955
|
*/
|
|
3874
3956
|
catalogVendorId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3875
3957
|
/**
|
|
3876
3958
|
* This field shall indicate the application identifier, expressed as a string, such as "PruneVideo" or "Company
|
|
3877
3959
|
* X". This field shall be unique within a catalog.
|
|
3878
3960
|
*
|
|
3879
|
-
* @see {@link MatterSpecification.
|
|
3961
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.4.2
|
|
3880
3962
|
*/
|
|
3881
3963
|
applicationId: import("../tlv/TlvObject.js").FieldType<string>;
|
|
3882
3964
|
}>[]>;
|
|
@@ -3892,7 +3974,7 @@ export declare namespace ContentControl {
|
|
|
3892
3974
|
/**
|
|
3893
3975
|
* This field indicates a set of applications which shall be removed from BlockApplicationList attribute.
|
|
3894
3976
|
*
|
|
3895
|
-
* @see {@link MatterSpecification.
|
|
3977
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.15.1
|
|
3896
3978
|
*/
|
|
3897
3979
|
applications: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3898
3980
|
/**
|
|
@@ -3901,14 +3983,14 @@ export declare namespace ContentControl {
|
|
|
3901
3983
|
* Content App Platform providers will have their own catalog vendor ID (set to their own Vendor ID) and will
|
|
3902
3984
|
* assign an ApplicationID to each Content App.
|
|
3903
3985
|
*
|
|
3904
|
-
* @see {@link MatterSpecification.
|
|
3986
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.4.1
|
|
3905
3987
|
*/
|
|
3906
3988
|
catalogVendorId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3907
3989
|
/**
|
|
3908
3990
|
* This field shall indicate the application identifier, expressed as a string, such as "PruneVideo" or "Company
|
|
3909
3991
|
* X". This field shall be unique within a catalog.
|
|
3910
3992
|
*
|
|
3911
|
-
* @see {@link MatterSpecification.
|
|
3993
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.4.2
|
|
3912
3994
|
*/
|
|
3913
3995
|
applicationId: import("../tlv/TlvObject.js").FieldType<string>;
|
|
3914
3996
|
}>[]>;
|
|
@@ -3924,20 +4006,20 @@ export declare namespace ContentControl {
|
|
|
3924
4006
|
/**
|
|
3925
4007
|
* This field shall indicate a time window requested to set to the BlockContentTimeWindow attribute.
|
|
3926
4008
|
*
|
|
3927
|
-
* @see {@link MatterSpecification.
|
|
4009
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.16.1
|
|
3928
4010
|
*/
|
|
3929
4011
|
timeWindow: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3930
4012
|
/**
|
|
3931
4013
|
* This field shall indicate a unique index of a specific time window. This value may be used to indicate a
|
|
3932
4014
|
* selected time window which will be removed from the BlockContentTimeWindow attribute.
|
|
3933
4015
|
*
|
|
3934
|
-
* @see {@link MatterSpecification.
|
|
4016
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.5.1
|
|
3935
4017
|
*/
|
|
3936
4018
|
timeWindowIndex: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
3937
4019
|
/**
|
|
3938
4020
|
* This field shall indicate a day of week.
|
|
3939
4021
|
*
|
|
3940
|
-
* @see {@link MatterSpecification.
|
|
4022
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.5.2
|
|
3941
4023
|
*/
|
|
3942
4024
|
dayOfWeek: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
3943
4025
|
/**
|
|
@@ -3972,25 +4054,25 @@ export declare namespace ContentControl {
|
|
|
3972
4054
|
/**
|
|
3973
4055
|
* This field shall indicate one or more discrete time periods.
|
|
3974
4056
|
*
|
|
3975
|
-
* @see {@link MatterSpecification.
|
|
4057
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.5.3
|
|
3976
4058
|
*/
|
|
3977
4059
|
timePeriod: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3978
4060
|
/**
|
|
3979
4061
|
* This field shall indicate the starting hour.
|
|
3980
4062
|
*
|
|
3981
|
-
* @see {@link MatterSpecification.
|
|
4063
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.6.1
|
|
3982
4064
|
*/
|
|
3983
4065
|
startHour: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3984
4066
|
/**
|
|
3985
4067
|
* This field shall indicate the starting minute.
|
|
3986
4068
|
*
|
|
3987
|
-
* @see {@link MatterSpecification.
|
|
4069
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.6.2
|
|
3988
4070
|
*/
|
|
3989
4071
|
startMinute: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3990
4072
|
/**
|
|
3991
4073
|
* This field shall indicate the ending hour. EndHour shall be equal to or greater than StartHour
|
|
3992
4074
|
*
|
|
3993
|
-
* @see {@link MatterSpecification.
|
|
4075
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.6.3
|
|
3994
4076
|
*/
|
|
3995
4077
|
endHour: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3996
4078
|
/**
|
|
@@ -3998,7 +4080,7 @@ export declare namespace ContentControl {
|
|
|
3998
4080
|
* than StartMinute. If the EndHour is equal to 23 and the EndMinute is equal to 59, all contents shall be
|
|
3999
4081
|
* blocked until 23:59:59.
|
|
4000
4082
|
*
|
|
4001
|
-
* @see {@link MatterSpecification.
|
|
4083
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.5.6.4
|
|
4002
4084
|
*/
|
|
4003
4085
|
endMinute: import("../tlv/TlvObject.js").FieldType<number>;
|
|
4004
4086
|
}>[]>;
|
|
@@ -4016,7 +4098,7 @@ export declare namespace ContentControl {
|
|
|
4016
4098
|
* This field shall specify a set of time window indexes indicating which time windows will be removed from the
|
|
4017
4099
|
* BlockContentTimeWindow attribute.
|
|
4018
4100
|
*
|
|
4019
|
-
* @see {@link MatterSpecification.
|
|
4101
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.17.1
|
|
4020
4102
|
*/
|
|
4021
4103
|
timeWindowIndexes: import("../tlv/TlvObject.js").FieldType<number[]>;
|
|
4022
4104
|
}>, void, any> & {
|
|
@@ -4032,7 +4114,7 @@ export declare namespace ContentControl {
|
|
|
4032
4114
|
*
|
|
4033
4115
|
* Upon receipt of the Enable command, the media device shall set the Enabled attribute to TRUE.
|
|
4034
4116
|
*
|
|
4035
|
-
* @see {@link MatterSpecification.
|
|
4117
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.4
|
|
4036
4118
|
*/
|
|
4037
4119
|
readonly enable: Command<void, void, any>;
|
|
4038
4120
|
/**
|
|
@@ -4040,7 +4122,7 @@ export declare namespace ContentControl {
|
|
|
4040
4122
|
*
|
|
4041
4123
|
* On receipt of the Disable command, the media device shall set the Enabled attribute to FALSE.
|
|
4042
4124
|
*
|
|
4043
|
-
* @see {@link MatterSpecification.
|
|
4125
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.13.8.5
|
|
4044
4126
|
*/
|
|
4045
4127
|
readonly disable: Command<void, void, any>;
|
|
4046
4128
|
};
|