@matter/types 0.13.0-alpha.0-20250329-cd36948da → 0.13.0-alpha.0-20250331-ae2df3e19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/clusters/access-control.d.ts +250 -250
- package/dist/cjs/clusters/access-control.js +39 -39
- package/dist/cjs/clusters/account-login.d.ts +29 -29
- package/dist/cjs/clusters/account-login.js +11 -11
- package/dist/cjs/clusters/actions.d.ts +108 -108
- package/dist/cjs/clusters/actions.js +39 -39
- package/dist/cjs/clusters/administrator-commissioning.d.ts +51 -51
- package/dist/cjs/clusters/administrator-commissioning.js +12 -12
- package/dist/cjs/clusters/air-quality.d.ts +5 -5
- package/dist/cjs/clusters/air-quality.js +1 -1
- package/dist/cjs/clusters/alarm-base.d.ts +43 -43
- package/dist/cjs/clusters/alarm-base.js +14 -14
- package/dist/cjs/clusters/application-basic.d.ts +16 -16
- package/dist/cjs/clusters/application-basic.js +10 -10
- package/dist/cjs/clusters/application-launcher.d.ts +99 -99
- package/dist/cjs/clusters/application-launcher.js +13 -13
- package/dist/cjs/clusters/audio-output.d.ts +37 -37
- package/dist/cjs/clusters/audio-output.js +8 -8
- package/dist/cjs/clusters/ballast-configuration.d.ts +23 -23
- package/dist/cjs/clusters/ballast-configuration.js +17 -17
- package/dist/cjs/clusters/basic-information.d.ts +54 -54
- package/dist/cjs/clusters/basic-information.js +34 -34
- package/dist/cjs/clusters/binding.d.ts +12 -12
- package/dist/cjs/clusters/binding.js +5 -5
- package/dist/cjs/clusters/boolean-state-configuration.d.ts +92 -92
- package/dist/cjs/clusters/boolean-state-configuration.js +18 -18
- package/dist/cjs/clusters/boolean-state.d.ts +7 -7
- package/dist/cjs/clusters/boolean-state.js +3 -3
- package/dist/cjs/clusters/bridged-device-basic-information.d.ts +102 -102
- package/dist/cjs/clusters/bridged-device-basic-information.js +28 -28
- package/dist/cjs/clusters/channel.d.ts +559 -559
- package/dist/cjs/clusters/channel.js +73 -73
- package/dist/cjs/clusters/color-control.d.ts +658 -658
- package/dist/cjs/clusters/color-control.js +116 -116
- package/dist/cjs/clusters/commissioner-control.d.ts +16 -16
- package/dist/cjs/clusters/commissioner-control.js +5 -5
- package/dist/cjs/clusters/concentration-measurement.d.ts +26 -26
- package/dist/cjs/clusters/concentration-measurement.js +11 -11
- package/dist/cjs/clusters/content-app-observer.d.ts +17 -17
- package/dist/cjs/clusters/content-app-observer.js +6 -6
- package/dist/cjs/clusters/content-control.d.ts +356 -356
- package/dist/cjs/clusters/content-control.js +58 -58
- package/dist/cjs/clusters/content-launcher.d.ts +475 -475
- package/dist/cjs/clusters/content-launcher.js +39 -39
- package/dist/cjs/clusters/descriptor.d.ts +28 -28
- package/dist/cjs/clusters/descriptor.js +8 -8
- package/dist/cjs/clusters/device-energy-management-mode.d.ts +43 -43
- package/dist/cjs/clusters/device-energy-management-mode.js +8 -8
- package/dist/cjs/clusters/device-energy-management.d.ts +544 -544
- package/dist/cjs/clusters/device-energy-management.js +87 -87
- package/dist/cjs/clusters/diagnostic-logs.d.ts +33 -33
- package/dist/cjs/clusters/diagnostic-logs.js +8 -8
- package/dist/cjs/clusters/dishwasher-alarm.d.ts +57 -57
- package/dist/cjs/clusters/dishwasher-alarm.js +14 -14
- package/dist/cjs/clusters/dishwasher-mode.d.ts +42 -42
- package/dist/cjs/clusters/dishwasher-mode.js +8 -8
- package/dist/cjs/clusters/door-lock.d.ts +1350 -1350
- package/dist/cjs/clusters/door-lock.js +228 -228
- package/dist/cjs/clusters/ecosystem-information.d.ts +27 -27
- package/dist/cjs/clusters/ecosystem-information.js +12 -12
- package/dist/cjs/clusters/electrical-energy-measurement.d.ts +275 -275
- package/dist/cjs/clusters/electrical-energy-measurement.js +25 -25
- package/dist/cjs/clusters/electrical-power-measurement.d.ts +199 -199
- package/dist/cjs/clusters/electrical-power-measurement.js +39 -39
- package/dist/cjs/clusters/energy-evse-mode.d.ts +43 -43
- package/dist/cjs/clusters/energy-evse-mode.js +8 -8
- package/dist/cjs/clusters/energy-evse.d.ts +323 -323
- package/dist/cjs/clusters/energy-evse.js +73 -73
- package/dist/cjs/clusters/energy-preference.d.ts +49 -49
- package/dist/cjs/clusters/energy-preference.js +9 -9
- package/dist/cjs/clusters/ethernet-network-diagnostics.d.ts +31 -31
- package/dist/cjs/clusters/ethernet-network-diagnostics.js +10 -10
- package/dist/cjs/clusters/fan-control.d.ts +67 -67
- package/dist/cjs/clusters/fan-control.js +17 -17
- package/dist/cjs/clusters/fixed-label.d.ts +2 -2
- package/dist/cjs/clusters/fixed-label.js +1 -1
- package/dist/cjs/clusters/flow-measurement.d.ts +5 -5
- package/dist/cjs/clusters/flow-measurement.js +4 -4
- package/dist/cjs/clusters/general-commissioning.d.ts +104 -104
- package/dist/cjs/clusters/general-commissioning.js +25 -25
- package/dist/cjs/clusters/general-diagnostics.d.ts +174 -174
- package/dist/cjs/clusters/general-diagnostics.js +40 -40
- package/dist/cjs/clusters/group-key-management.d.ts +119 -119
- package/dist/cjs/clusters/group-key-management.js +23 -23
- package/dist/cjs/clusters/groups.d.ts +78 -78
- package/dist/cjs/clusters/groups.js +21 -21
- package/dist/cjs/clusters/icd-management.d.ts +131 -131
- package/dist/cjs/clusters/icd-management.js +29 -29
- package/dist/cjs/clusters/identify.d.ts +16 -16
- package/dist/cjs/clusters/identify.js +6 -6
- package/dist/cjs/clusters/illuminance-measurement.d.ts +7 -7
- package/dist/cjs/clusters/illuminance-measurement.js +5 -5
- package/dist/cjs/clusters/joint-fabric-datastore-cluster.d.ts +175 -175
- package/dist/cjs/clusters/joint-fabric-datastore-cluster.js +62 -62
- package/dist/cjs/clusters/joint-fabric-pki.d.ts +14 -14
- package/dist/cjs/clusters/joint-fabric-pki.js +5 -5
- package/dist/cjs/clusters/keypad-input.d.ts +16 -16
- package/dist/cjs/clusters/keypad-input.js +3 -3
- package/dist/cjs/clusters/label.d.ts +10 -10
- package/dist/cjs/clusters/label.js +3 -3
- package/dist/cjs/clusters/laundry-dryer-controls.d.ts +4 -4
- package/dist/cjs/clusters/laundry-dryer-controls.js +2 -2
- package/dist/cjs/clusters/laundry-washer-controls.d.ts +23 -23
- package/dist/cjs/clusters/laundry-washer-controls.js +6 -6
- package/dist/cjs/clusters/laundry-washer-mode.d.ts +43 -43
- package/dist/cjs/clusters/laundry-washer-mode.js +8 -8
- package/dist/cjs/clusters/level-control.d.ts +307 -307
- package/dist/cjs/clusters/level-control.js +33 -33
- package/dist/cjs/clusters/localization-configuration.d.ts +3 -3
- package/dist/cjs/clusters/localization-configuration.js +2 -2
- package/dist/cjs/clusters/low-power.d.ts +2 -2
- package/dist/cjs/clusters/low-power.js +1 -1
- package/dist/cjs/clusters/media-input.d.ts +47 -47
- package/dist/cjs/clusters/media-input.js +11 -11
- package/dist/cjs/clusters/media-playback.d.ts +385 -385
- package/dist/cjs/clusters/media-playback.js +57 -57
- package/dist/cjs/clusters/messages.d.ts +154 -154
- package/dist/cjs/clusters/messages.js +38 -38
- package/dist/cjs/clusters/microwave-oven-control.d.ts +63 -63
- package/dist/cjs/clusters/microwave-oven-control.js +17 -17
- package/dist/cjs/clusters/microwave-oven-mode.d.ts +39 -39
- package/dist/cjs/clusters/microwave-oven-mode.js +7 -7
- package/dist/cjs/clusters/mode-base.d.ts +59 -59
- package/dist/cjs/clusters/mode-base.js +13 -13
- package/dist/cjs/clusters/mode-select.d.ts +51 -51
- package/dist/cjs/clusters/mode-select.js +13 -13
- package/dist/cjs/clusters/network-commissioning.d.ts +325 -325
- package/dist/cjs/clusters/network-commissioning.js +46 -46
- package/dist/cjs/clusters/occupancy-sensing.d.ts +78 -78
- package/dist/cjs/clusters/occupancy-sensing.js +20 -20
- package/dist/cjs/clusters/on-off.d.ts +103 -103
- package/dist/cjs/clusters/on-off.js +19 -19
- package/dist/cjs/clusters/operational-credentials.d.ts +94 -94
- package/dist/cjs/clusters/operational-credentials.js +34 -34
- package/dist/cjs/clusters/operational-state.d.ts +67 -67
- package/dist/cjs/clusters/operational-state.js +21 -21
- package/dist/cjs/clusters/ota-software-update-provider.d.ts +61 -61
- package/dist/cjs/clusters/ota-software-update-provider.js +25 -25
- package/dist/cjs/clusters/ota-software-update-requestor.d.ts +72 -72
- package/dist/cjs/clusters/ota-software-update-requestor.js +25 -25
- package/dist/cjs/clusters/oven-cavity-operational-state.d.ts +9 -9
- package/dist/cjs/clusters/oven-cavity-operational-state.js +8 -8
- package/dist/cjs/clusters/oven-mode.d.ts +49 -49
- package/dist/cjs/clusters/oven-mode.js +8 -8
- package/dist/cjs/clusters/power-source-configuration.d.ts +2 -2
- package/dist/cjs/clusters/power-source-configuration.js +1 -1
- package/dist/cjs/clusters/power-source.d.ts +155 -155
- package/dist/cjs/clusters/power-source.js +41 -41
- package/dist/cjs/clusters/power-topology.d.ts +8 -8
- package/dist/cjs/clusters/power-topology.js +2 -2
- package/dist/cjs/clusters/pressure-measurement.d.ts +25 -25
- package/dist/cjs/clusters/pressure-measurement.js +9 -9
- package/dist/cjs/clusters/proxy-configuration.d.ts +8 -8
- package/dist/cjs/clusters/proxy-configuration.js +3 -3
- package/dist/cjs/clusters/proxy-discovery.d.ts +10 -10
- package/dist/cjs/clusters/proxy-discovery.js +4 -4
- package/dist/cjs/clusters/pump-configuration-and-control.d.ts +189 -189
- package/dist/cjs/clusters/pump-configuration-and-control.js +57 -57
- package/dist/cjs/clusters/refrigerator-alarm.d.ts +43 -43
- package/dist/cjs/clusters/refrigerator-alarm.js +11 -11
- package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +41 -41
- package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +8 -8
- package/dist/cjs/clusters/relative-humidity-measurement.d.ts +5 -5
- package/dist/cjs/clusters/relative-humidity-measurement.js +4 -4
- package/dist/cjs/clusters/resource-monitoring.d.ts +20 -20
- package/dist/cjs/clusters/resource-monitoring.js +7 -7
- package/dist/cjs/clusters/rvc-clean-mode.d.ts +43 -43
- package/dist/cjs/clusters/rvc-clean-mode.js +8 -8
- package/dist/cjs/clusters/rvc-operational-state.d.ts +44 -44
- package/dist/cjs/clusters/rvc-operational-state.js +15 -15
- package/dist/cjs/clusters/rvc-run-mode.d.ts +50 -50
- package/dist/cjs/clusters/rvc-run-mode.js +8 -8
- package/dist/cjs/clusters/scenes-management.d.ts +252 -252
- package/dist/cjs/clusters/scenes-management.js +72 -72
- package/dist/cjs/clusters/scenes-management.js.map +1 -1
- package/dist/cjs/clusters/service-area.d.ts +128 -128
- package/dist/cjs/clusters/service-area.js +26 -26
- package/dist/cjs/clusters/smoke-co-alarm.d.ts +135 -135
- package/dist/cjs/clusters/smoke-co-alarm.js +30 -30
- package/dist/cjs/clusters/software-diagnostics.d.ts +53 -53
- package/dist/cjs/clusters/software-diagnostics.js +14 -14
- package/dist/cjs/clusters/switch.d.ts +105 -105
- package/dist/cjs/clusters/switch.js +23 -23
- package/dist/cjs/clusters/target-navigator.d.ts +30 -30
- package/dist/cjs/clusters/target-navigator.js +10 -10
- package/dist/cjs/clusters/temperature-control.d.ts +45 -45
- package/dist/cjs/clusters/temperature-control.js +12 -12
- package/dist/cjs/clusters/temperature-measurement.d.ts +5 -5
- package/dist/cjs/clusters/temperature-measurement.js +4 -4
- package/dist/cjs/clusters/thermostat-user-interface-configuration.d.ts +7 -7
- package/dist/cjs/clusters/thermostat-user-interface-configuration.js +3 -3
- package/dist/cjs/clusters/thermostat.d.ts +515 -515
- package/dist/cjs/clusters/thermostat.js +116 -116
- package/dist/cjs/clusters/thread-border-router-management.d.ts +58 -58
- package/dist/cjs/clusters/thread-border-router-management.js +14 -14
- package/dist/cjs/clusters/thread-network-diagnostics.d.ts +359 -359
- package/dist/cjs/clusters/thread-network-diagnostics.js +108 -108
- package/dist/cjs/clusters/thread-network-directory.d.ts +27 -27
- package/dist/cjs/clusters/thread-network-directory.js +11 -11
- package/dist/cjs/clusters/time-format-localization.d.ts +12 -12
- package/dist/cjs/clusters/time-format-localization.js +3 -3
- package/dist/cjs/clusters/time-synchronization.d.ts +245 -245
- package/dist/cjs/clusters/time-synchronization.js +47 -47
- package/dist/cjs/clusters/unit-localization.d.ts +6 -6
- package/dist/cjs/clusters/unit-localization.js +1 -1
- package/dist/cjs/clusters/user-label.d.ts +2 -2
- package/dist/cjs/clusters/user-label.js +1 -1
- package/dist/cjs/clusters/valid-proxies.d.ts +7 -7
- package/dist/cjs/clusters/valid-proxies.js +2 -2
- package/dist/cjs/clusters/valve-configuration-and-control.d.ts +80 -80
- package/dist/cjs/clusters/valve-configuration-and-control.js +22 -22
- package/dist/cjs/clusters/wake-on-lan.d.ts +3 -3
- package/dist/cjs/clusters/wake-on-lan.js +2 -2
- package/dist/cjs/clusters/water-heater-management.d.ts +91 -91
- package/dist/cjs/clusters/water-heater-management.js +16 -16
- package/dist/cjs/clusters/water-heater-mode.d.ts +42 -42
- package/dist/cjs/clusters/water-heater-mode.js +8 -8
- package/dist/cjs/clusters/wi-fi-network-diagnostics.d.ts +69 -69
- package/dist/cjs/clusters/wi-fi-network-diagnostics.js +20 -20
- package/dist/cjs/clusters/wi-fi-network-management.d.ts +6 -6
- package/dist/cjs/clusters/wi-fi-network-management.js +3 -3
- package/dist/cjs/clusters/window-covering.d.ts +183 -183
- package/dist/cjs/clusters/window-covering.js +49 -49
- package/dist/cjs/globals/AtomicAttributeStatus.d.ts +4 -4
- package/dist/cjs/globals/AtomicAttributeStatus.js +2 -2
- package/dist/cjs/globals/AtomicRequestType.d.ts +1 -1
- package/dist/cjs/globals/Locationdesc.d.ts +5 -5
- package/dist/cjs/globals/Locationdesc.js +3 -3
- package/dist/cjs/globals/MeasurementAccuracy.d.ts +5 -5
- package/dist/cjs/globals/MeasurementAccuracy.js +3 -3
- package/dist/cjs/globals/MeasurementAccuracyRange.d.ts +10 -10
- package/dist/cjs/globals/MeasurementAccuracyRange.js +8 -8
- package/dist/cjs/globals/MeasurementType.d.ts +1 -1
- package/dist/cjs/globals/Priority.d.ts +1 -1
- package/dist/cjs/globals/Semtag.d.ts +6 -6
- package/dist/cjs/globals/Semtag.js +4 -4
- package/dist/cjs/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
- package/dist/cjs/globals/Status.d.ts +33 -33
- package/dist/cjs/globals/Tod.d.ts +2 -2
- package/dist/cjs/globals/WildcardPathFlags.d.ts +1 -1
- package/dist/esm/clusters/access-control.d.ts +250 -250
- package/dist/esm/clusters/access-control.js +39 -39
- package/dist/esm/clusters/account-login.d.ts +29 -29
- package/dist/esm/clusters/account-login.js +11 -11
- package/dist/esm/clusters/actions.d.ts +108 -108
- package/dist/esm/clusters/actions.js +39 -39
- package/dist/esm/clusters/administrator-commissioning.d.ts +51 -51
- package/dist/esm/clusters/administrator-commissioning.js +12 -12
- package/dist/esm/clusters/air-quality.d.ts +5 -5
- package/dist/esm/clusters/air-quality.js +1 -1
- package/dist/esm/clusters/alarm-base.d.ts +43 -43
- package/dist/esm/clusters/alarm-base.js +14 -14
- package/dist/esm/clusters/application-basic.d.ts +16 -16
- package/dist/esm/clusters/application-basic.js +10 -10
- package/dist/esm/clusters/application-launcher.d.ts +99 -99
- package/dist/esm/clusters/application-launcher.js +13 -13
- package/dist/esm/clusters/audio-output.d.ts +37 -37
- package/dist/esm/clusters/audio-output.js +8 -8
- package/dist/esm/clusters/ballast-configuration.d.ts +23 -23
- package/dist/esm/clusters/ballast-configuration.js +17 -17
- package/dist/esm/clusters/basic-information.d.ts +54 -54
- package/dist/esm/clusters/basic-information.js +34 -34
- package/dist/esm/clusters/binding.d.ts +12 -12
- package/dist/esm/clusters/binding.js +5 -5
- package/dist/esm/clusters/boolean-state-configuration.d.ts +92 -92
- package/dist/esm/clusters/boolean-state-configuration.js +18 -18
- package/dist/esm/clusters/boolean-state.d.ts +7 -7
- package/dist/esm/clusters/boolean-state.js +3 -3
- package/dist/esm/clusters/bridged-device-basic-information.d.ts +102 -102
- package/dist/esm/clusters/bridged-device-basic-information.js +28 -28
- package/dist/esm/clusters/channel.d.ts +559 -559
- package/dist/esm/clusters/channel.js +73 -73
- package/dist/esm/clusters/color-control.d.ts +658 -658
- package/dist/esm/clusters/color-control.js +116 -116
- package/dist/esm/clusters/commissioner-control.d.ts +16 -16
- package/dist/esm/clusters/commissioner-control.js +5 -5
- package/dist/esm/clusters/concentration-measurement.d.ts +26 -26
- package/dist/esm/clusters/concentration-measurement.js +11 -11
- package/dist/esm/clusters/content-app-observer.d.ts +17 -17
- package/dist/esm/clusters/content-app-observer.js +6 -6
- package/dist/esm/clusters/content-control.d.ts +356 -356
- package/dist/esm/clusters/content-control.js +58 -58
- package/dist/esm/clusters/content-launcher.d.ts +475 -475
- package/dist/esm/clusters/content-launcher.js +39 -39
- package/dist/esm/clusters/descriptor.d.ts +28 -28
- package/dist/esm/clusters/descriptor.js +8 -8
- package/dist/esm/clusters/device-energy-management-mode.d.ts +43 -43
- package/dist/esm/clusters/device-energy-management-mode.js +8 -8
- package/dist/esm/clusters/device-energy-management.d.ts +544 -544
- package/dist/esm/clusters/device-energy-management.js +87 -87
- package/dist/esm/clusters/diagnostic-logs.d.ts +33 -33
- package/dist/esm/clusters/diagnostic-logs.js +8 -8
- package/dist/esm/clusters/dishwasher-alarm.d.ts +57 -57
- package/dist/esm/clusters/dishwasher-alarm.js +14 -14
- package/dist/esm/clusters/dishwasher-mode.d.ts +42 -42
- package/dist/esm/clusters/dishwasher-mode.js +8 -8
- package/dist/esm/clusters/door-lock.d.ts +1350 -1350
- package/dist/esm/clusters/door-lock.js +228 -228
- package/dist/esm/clusters/ecosystem-information.d.ts +27 -27
- package/dist/esm/clusters/ecosystem-information.js +12 -12
- package/dist/esm/clusters/electrical-energy-measurement.d.ts +275 -275
- package/dist/esm/clusters/electrical-energy-measurement.js +25 -25
- package/dist/esm/clusters/electrical-power-measurement.d.ts +199 -199
- package/dist/esm/clusters/electrical-power-measurement.js +39 -39
- package/dist/esm/clusters/energy-evse-mode.d.ts +43 -43
- package/dist/esm/clusters/energy-evse-mode.js +8 -8
- package/dist/esm/clusters/energy-evse.d.ts +323 -323
- package/dist/esm/clusters/energy-evse.js +73 -73
- package/dist/esm/clusters/energy-preference.d.ts +49 -49
- package/dist/esm/clusters/energy-preference.js +9 -9
- package/dist/esm/clusters/ethernet-network-diagnostics.d.ts +31 -31
- package/dist/esm/clusters/ethernet-network-diagnostics.js +10 -10
- package/dist/esm/clusters/fan-control.d.ts +67 -67
- package/dist/esm/clusters/fan-control.js +17 -17
- package/dist/esm/clusters/fixed-label.d.ts +2 -2
- package/dist/esm/clusters/fixed-label.js +1 -1
- package/dist/esm/clusters/flow-measurement.d.ts +5 -5
- package/dist/esm/clusters/flow-measurement.js +4 -4
- package/dist/esm/clusters/general-commissioning.d.ts +104 -104
- package/dist/esm/clusters/general-commissioning.js +25 -25
- package/dist/esm/clusters/general-diagnostics.d.ts +174 -174
- package/dist/esm/clusters/general-diagnostics.js +40 -40
- package/dist/esm/clusters/group-key-management.d.ts +119 -119
- package/dist/esm/clusters/group-key-management.js +23 -23
- package/dist/esm/clusters/groups.d.ts +78 -78
- package/dist/esm/clusters/groups.js +21 -21
- package/dist/esm/clusters/icd-management.d.ts +131 -131
- package/dist/esm/clusters/icd-management.js +29 -29
- package/dist/esm/clusters/identify.d.ts +16 -16
- package/dist/esm/clusters/identify.js +6 -6
- package/dist/esm/clusters/illuminance-measurement.d.ts +7 -7
- package/dist/esm/clusters/illuminance-measurement.js +5 -5
- package/dist/esm/clusters/joint-fabric-datastore-cluster.d.ts +175 -175
- package/dist/esm/clusters/joint-fabric-datastore-cluster.js +62 -62
- package/dist/esm/clusters/joint-fabric-pki.d.ts +14 -14
- package/dist/esm/clusters/joint-fabric-pki.js +5 -5
- package/dist/esm/clusters/keypad-input.d.ts +16 -16
- package/dist/esm/clusters/keypad-input.js +3 -3
- package/dist/esm/clusters/label.d.ts +10 -10
- package/dist/esm/clusters/label.js +3 -3
- package/dist/esm/clusters/laundry-dryer-controls.d.ts +4 -4
- package/dist/esm/clusters/laundry-dryer-controls.js +2 -2
- package/dist/esm/clusters/laundry-washer-controls.d.ts +23 -23
- package/dist/esm/clusters/laundry-washer-controls.js +6 -6
- package/dist/esm/clusters/laundry-washer-mode.d.ts +43 -43
- package/dist/esm/clusters/laundry-washer-mode.js +8 -8
- package/dist/esm/clusters/level-control.d.ts +307 -307
- package/dist/esm/clusters/level-control.js +33 -33
- package/dist/esm/clusters/localization-configuration.d.ts +3 -3
- package/dist/esm/clusters/localization-configuration.js +2 -2
- package/dist/esm/clusters/low-power.d.ts +2 -2
- package/dist/esm/clusters/low-power.js +1 -1
- package/dist/esm/clusters/media-input.d.ts +47 -47
- package/dist/esm/clusters/media-input.js +11 -11
- package/dist/esm/clusters/media-playback.d.ts +385 -385
- package/dist/esm/clusters/media-playback.js +57 -57
- package/dist/esm/clusters/messages.d.ts +154 -154
- package/dist/esm/clusters/messages.js +38 -38
- package/dist/esm/clusters/microwave-oven-control.d.ts +63 -63
- package/dist/esm/clusters/microwave-oven-control.js +17 -17
- package/dist/esm/clusters/microwave-oven-mode.d.ts +39 -39
- package/dist/esm/clusters/microwave-oven-mode.js +7 -7
- package/dist/esm/clusters/mode-base.d.ts +59 -59
- package/dist/esm/clusters/mode-base.js +13 -13
- package/dist/esm/clusters/mode-select.d.ts +51 -51
- package/dist/esm/clusters/mode-select.js +13 -13
- package/dist/esm/clusters/network-commissioning.d.ts +325 -325
- package/dist/esm/clusters/network-commissioning.js +46 -46
- package/dist/esm/clusters/occupancy-sensing.d.ts +78 -78
- package/dist/esm/clusters/occupancy-sensing.js +20 -20
- package/dist/esm/clusters/on-off.d.ts +103 -103
- package/dist/esm/clusters/on-off.js +19 -19
- package/dist/esm/clusters/operational-credentials.d.ts +94 -94
- package/dist/esm/clusters/operational-credentials.js +34 -34
- package/dist/esm/clusters/operational-state.d.ts +67 -67
- package/dist/esm/clusters/operational-state.js +21 -21
- package/dist/esm/clusters/ota-software-update-provider.d.ts +61 -61
- package/dist/esm/clusters/ota-software-update-provider.js +25 -25
- package/dist/esm/clusters/ota-software-update-requestor.d.ts +72 -72
- package/dist/esm/clusters/ota-software-update-requestor.js +25 -25
- package/dist/esm/clusters/oven-cavity-operational-state.d.ts +9 -9
- package/dist/esm/clusters/oven-cavity-operational-state.js +8 -8
- package/dist/esm/clusters/oven-mode.d.ts +49 -49
- package/dist/esm/clusters/oven-mode.js +8 -8
- package/dist/esm/clusters/power-source-configuration.d.ts +2 -2
- package/dist/esm/clusters/power-source-configuration.js +1 -1
- package/dist/esm/clusters/power-source.d.ts +155 -155
- package/dist/esm/clusters/power-source.js +41 -41
- package/dist/esm/clusters/power-topology.d.ts +8 -8
- package/dist/esm/clusters/power-topology.js +2 -2
- package/dist/esm/clusters/pressure-measurement.d.ts +25 -25
- package/dist/esm/clusters/pressure-measurement.js +9 -9
- package/dist/esm/clusters/proxy-configuration.d.ts +8 -8
- package/dist/esm/clusters/proxy-configuration.js +3 -3
- package/dist/esm/clusters/proxy-discovery.d.ts +10 -10
- package/dist/esm/clusters/proxy-discovery.js +4 -4
- package/dist/esm/clusters/pump-configuration-and-control.d.ts +189 -189
- package/dist/esm/clusters/pump-configuration-and-control.js +57 -57
- package/dist/esm/clusters/refrigerator-alarm.d.ts +43 -43
- package/dist/esm/clusters/refrigerator-alarm.js +11 -11
- package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +41 -41
- package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +8 -8
- package/dist/esm/clusters/relative-humidity-measurement.d.ts +5 -5
- package/dist/esm/clusters/relative-humidity-measurement.js +4 -4
- package/dist/esm/clusters/resource-monitoring.d.ts +20 -20
- package/dist/esm/clusters/resource-monitoring.js +7 -7
- package/dist/esm/clusters/rvc-clean-mode.d.ts +43 -43
- package/dist/esm/clusters/rvc-clean-mode.js +8 -8
- package/dist/esm/clusters/rvc-operational-state.d.ts +44 -44
- package/dist/esm/clusters/rvc-operational-state.js +15 -15
- package/dist/esm/clusters/rvc-run-mode.d.ts +50 -50
- package/dist/esm/clusters/rvc-run-mode.js +8 -8
- package/dist/esm/clusters/scenes-management.d.ts +252 -252
- package/dist/esm/clusters/scenes-management.js +72 -72
- package/dist/esm/clusters/scenes-management.js.map +1 -1
- package/dist/esm/clusters/service-area.d.ts +128 -128
- package/dist/esm/clusters/service-area.js +26 -26
- package/dist/esm/clusters/smoke-co-alarm.d.ts +135 -135
- package/dist/esm/clusters/smoke-co-alarm.js +30 -30
- package/dist/esm/clusters/software-diagnostics.d.ts +53 -53
- package/dist/esm/clusters/software-diagnostics.js +14 -14
- package/dist/esm/clusters/switch.d.ts +105 -105
- package/dist/esm/clusters/switch.js +23 -23
- package/dist/esm/clusters/target-navigator.d.ts +30 -30
- package/dist/esm/clusters/target-navigator.js +10 -10
- package/dist/esm/clusters/temperature-control.d.ts +45 -45
- package/dist/esm/clusters/temperature-control.js +12 -12
- package/dist/esm/clusters/temperature-measurement.d.ts +5 -5
- package/dist/esm/clusters/temperature-measurement.js +4 -4
- package/dist/esm/clusters/thermostat-user-interface-configuration.d.ts +7 -7
- package/dist/esm/clusters/thermostat-user-interface-configuration.js +3 -3
- package/dist/esm/clusters/thermostat.d.ts +515 -515
- package/dist/esm/clusters/thermostat.js +116 -116
- package/dist/esm/clusters/thread-border-router-management.d.ts +58 -58
- package/dist/esm/clusters/thread-border-router-management.js +14 -14
- package/dist/esm/clusters/thread-network-diagnostics.d.ts +359 -359
- package/dist/esm/clusters/thread-network-diagnostics.js +108 -108
- package/dist/esm/clusters/thread-network-directory.d.ts +27 -27
- package/dist/esm/clusters/thread-network-directory.js +11 -11
- package/dist/esm/clusters/time-format-localization.d.ts +12 -12
- package/dist/esm/clusters/time-format-localization.js +3 -3
- package/dist/esm/clusters/time-synchronization.d.ts +245 -245
- package/dist/esm/clusters/time-synchronization.js +47 -47
- package/dist/esm/clusters/unit-localization.d.ts +6 -6
- package/dist/esm/clusters/unit-localization.js +1 -1
- package/dist/esm/clusters/user-label.d.ts +2 -2
- package/dist/esm/clusters/user-label.js +1 -1
- package/dist/esm/clusters/valid-proxies.d.ts +7 -7
- package/dist/esm/clusters/valid-proxies.js +2 -2
- package/dist/esm/clusters/valve-configuration-and-control.d.ts +80 -80
- package/dist/esm/clusters/valve-configuration-and-control.js +22 -22
- package/dist/esm/clusters/wake-on-lan.d.ts +3 -3
- package/dist/esm/clusters/wake-on-lan.js +2 -2
- package/dist/esm/clusters/water-heater-management.d.ts +91 -91
- package/dist/esm/clusters/water-heater-management.js +16 -16
- package/dist/esm/clusters/water-heater-mode.d.ts +42 -42
- package/dist/esm/clusters/water-heater-mode.js +8 -8
- package/dist/esm/clusters/wi-fi-network-diagnostics.d.ts +69 -69
- package/dist/esm/clusters/wi-fi-network-diagnostics.js +20 -20
- package/dist/esm/clusters/wi-fi-network-management.d.ts +6 -6
- package/dist/esm/clusters/wi-fi-network-management.js +3 -3
- package/dist/esm/clusters/window-covering.d.ts +183 -183
- package/dist/esm/clusters/window-covering.js +49 -49
- package/dist/esm/globals/AtomicAttributeStatus.d.ts +4 -4
- package/dist/esm/globals/AtomicAttributeStatus.js +2 -2
- package/dist/esm/globals/AtomicRequestType.d.ts +1 -1
- package/dist/esm/globals/Locationdesc.d.ts +5 -5
- package/dist/esm/globals/Locationdesc.js +3 -3
- package/dist/esm/globals/MeasurementAccuracy.d.ts +5 -5
- package/dist/esm/globals/MeasurementAccuracy.js +3 -3
- package/dist/esm/globals/MeasurementAccuracyRange.d.ts +10 -10
- package/dist/esm/globals/MeasurementAccuracyRange.js +8 -8
- package/dist/esm/globals/MeasurementType.d.ts +1 -1
- package/dist/esm/globals/Priority.d.ts +1 -1
- package/dist/esm/globals/Semtag.d.ts +6 -6
- package/dist/esm/globals/Semtag.js +4 -4
- package/dist/esm/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
- package/dist/esm/globals/Status.d.ts +33 -33
- package/dist/esm/globals/Tod.d.ts +2 -2
- package/dist/esm/globals/WildcardPathFlags.d.ts +1 -1
- package/package.json +5 -5
- package/src/clusters/access-control.ts +72 -72
- package/src/clusters/account-login.ts +22 -22
- package/src/clusters/actions.ts +86 -86
- package/src/clusters/administrator-commissioning.ts +20 -20
- package/src/clusters/air-quality.ts +4 -4
- package/src/clusters/alarm-base.ts +22 -22
- package/src/clusters/application-basic.ts +14 -14
- package/src/clusters/application-launcher.ts +28 -28
- package/src/clusters/audio-output.ts +17 -17
- package/src/clusters/ballast-configuration.ts +20 -20
- package/src/clusters/basic-information.ts +47 -47
- package/src/clusters/binding.ts +8 -8
- package/src/clusters/boolean-state-configuration.ts +31 -31
- package/src/clusters/boolean-state.ts +6 -6
- package/src/clusters/bridged-device-basic-information.ts +38 -38
- package/src/clusters/channel.ts +111 -111
- package/src/clusters/color-control.ts +168 -168
- package/src/clusters/commissioner-control.ts +15 -15
- package/src/clusters/concentration-measurement.ts +15 -15
- package/src/clusters/content-app-observer.ts +12 -12
- package/src/clusters/content-control.ts +96 -96
- package/src/clusters/content-launcher.ts +69 -69
- package/src/clusters/descriptor.ts +13 -13
- package/src/clusters/device-energy-management-mode.ts +28 -28
- package/src/clusters/device-energy-management.ts +136 -136
- package/src/clusters/diagnostic-logs.ts +26 -26
- package/src/clusters/dishwasher-alarm.ts +24 -24
- package/src/clusters/dishwasher-mode.ts +27 -27
- package/src/clusters/door-lock.ts +377 -377
- package/src/clusters/ecosystem-information.ts +17 -17
- package/src/clusters/electrical-energy-measurement.ts +39 -39
- package/src/clusters/electrical-power-measurement.ts +53 -53
- package/src/clusters/energy-evse-mode.ts +28 -28
- package/src/clusters/energy-evse.ts +109 -109
- package/src/clusters/energy-preference.ts +19 -19
- package/src/clusters/ethernet-network-diagnostics.ts +13 -13
- package/src/clusters/fan-control.ts +30 -30
- package/src/clusters/fixed-label.ts +2 -2
- package/src/clusters/flow-measurement.ts +5 -5
- package/src/clusters/general-commissioning.ts +45 -45
- package/src/clusters/general-diagnostics.ts +66 -66
- package/src/clusters/group-key-management.ts +45 -45
- package/src/clusters/groups.ts +44 -44
- package/src/clusters/icd-management.ts +50 -50
- package/src/clusters/identify.ts +14 -14
- package/src/clusters/illuminance-measurement.ts +7 -7
- package/src/clusters/joint-fabric-datastore-cluster.ts +82 -82
- package/src/clusters/joint-fabric-pki.ts +12 -12
- package/src/clusters/keypad-input.ts +11 -11
- package/src/clusters/label.ts +5 -5
- package/src/clusters/laundry-dryer-controls.ts +4 -4
- package/src/clusters/laundry-washer-controls.ts +11 -11
- package/src/clusters/laundry-washer-mode.ts +28 -28
- package/src/clusters/level-control.ts +50 -50
- package/src/clusters/localization-configuration.ts +3 -3
- package/src/clusters/low-power.ts +2 -2
- package/src/clusters/media-input.ts +20 -20
- package/src/clusters/media-playback.ts +91 -91
- package/src/clusters/messages.ts +61 -61
- package/src/clusters/microwave-oven-control.ts +23 -23
- package/src/clusters/microwave-oven-mode.ts +25 -25
- package/src/clusters/mode-base.ts +37 -37
- package/src/clusters/mode-select.ts +22 -22
- package/src/clusters/network-commissioning.ts +76 -76
- package/src/clusters/occupancy-sensing.ts +29 -29
- package/src/clusters/on-off.ts +33 -33
- package/src/clusters/operational-credentials.ts +65 -65
- package/src/clusters/operational-state.ts +34 -34
- package/src/clusters/ota-software-update-provider.ts +39 -39
- package/src/clusters/ota-software-update-requestor.ts +55 -55
- package/src/clusters/oven-cavity-operational-state.ts +9 -9
- package/src/clusters/oven-mode.ts +34 -34
- package/src/clusters/power-source-configuration.ts +2 -2
- package/src/clusters/power-source.ts +59 -59
- package/src/clusters/power-topology.ts +4 -4
- package/src/clusters/pressure-measurement.ts +11 -11
- package/src/clusters/proxy-configuration.ts +6 -6
- package/src/clusters/proxy-discovery.ts +7 -7
- package/src/clusters/pump-configuration-and-control.ts +69 -69
- package/src/clusters/refrigerator-alarm.ts +18 -18
- package/src/clusters/refrigerator-and-temperature-controlled-cabinet-mode.ts +26 -26
- package/src/clusters/relative-humidity-measurement.ts +5 -5
- package/src/clusters/resource-monitoring.ts +13 -13
- package/src/clusters/rvc-clean-mode.ts +28 -28
- package/src/clusters/rvc-operational-state.ts +26 -26
- package/src/clusters/rvc-run-mode.ts +35 -35
- package/src/clusters/scenes-management.ts +114 -114
- package/src/clusters/service-area.ts +50 -50
- package/src/clusters/smoke-co-alarm.ts +66 -66
- package/src/clusters/software-diagnostics.ts +20 -20
- package/src/clusters/switch.ts +45 -45
- package/src/clusters/target-navigator.ts +20 -20
- package/src/clusters/temperature-control.ts +19 -19
- package/src/clusters/temperature-measurement.ts +5 -5
- package/src/clusters/thermostat-user-interface-configuration.ts +7 -7
- package/src/clusters/thermostat.ts +174 -174
- package/src/clusters/thread-border-router-management.ts +23 -23
- package/src/clusters/thread-network-diagnostics.ts +125 -125
- package/src/clusters/thread-network-directory.ts +22 -22
- package/src/clusters/time-format-localization.ts +7 -7
- package/src/clusters/time-synchronization.ts +81 -81
- package/src/clusters/unit-localization.ts +4 -4
- package/src/clusters/user-label.ts +2 -2
- package/src/clusters/valid-proxies.ts +7 -7
- package/src/clusters/valve-configuration-and-control.ts +35 -35
- package/src/clusters/wake-on-lan.ts +3 -3
- package/src/clusters/water-heater-management.ts +26 -26
- package/src/clusters/water-heater-mode.ts +27 -27
- package/src/clusters/wi-fi-network-diagnostics.ts +32 -32
- package/src/clusters/wi-fi-network-management.ts +6 -6
- package/src/clusters/window-covering.ts +68 -68
- package/src/globals/AtomicAttributeStatus.ts +4 -4
- package/src/globals/AtomicRequestType.ts +1 -1
- package/src/globals/Locationdesc.ts +5 -5
- package/src/globals/MeasurementAccuracy.ts +5 -5
- package/src/globals/MeasurementAccuracyRange.ts +10 -10
- package/src/globals/MeasurementType.ts +1 -1
- package/src/globals/Priority.ts +1 -1
- package/src/globals/Semtag.ts +6 -6
- package/src/globals/SoftwareVersionCertificationStatus.ts +1 -1
- package/src/globals/Status.ts +33 -33
- package/src/globals/Tod.ts +2 -2
- package/src/globals/WildcardPathFlags.ts +1 -1
|
@@ -13,7 +13,7 @@ export declare namespace ContentControl {
|
|
|
13
13
|
/**
|
|
14
14
|
* These are optional features supported by ContentControlCluster.
|
|
15
15
|
*
|
|
16
|
-
* @see {@link MatterSpecification.
|
|
16
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.4
|
|
17
17
|
*/
|
|
18
18
|
enum Feature {
|
|
19
19
|
/**
|
|
@@ -67,7 +67,7 @@ export declare namespace ContentControl {
|
|
|
67
67
|
BlockContentTimeWindow = "BlockContentTimeWindow"
|
|
68
68
|
}
|
|
69
69
|
/**
|
|
70
|
-
* @see {@link MatterSpecification.
|
|
70
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.2
|
|
71
71
|
*/
|
|
72
72
|
const TlvRatingName: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
73
73
|
/**
|
|
@@ -75,67 +75,67 @@ export declare namespace ContentControl {
|
|
|
75
75
|
* system is dependent upon the region or country where the Node has been provisioned, and may vary from one
|
|
76
76
|
* country to another.
|
|
77
77
|
*
|
|
78
|
-
* @see {@link MatterSpecification.
|
|
78
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.2.1
|
|
79
79
|
*/
|
|
80
80
|
ratingName: import("../tlv/TlvObject.js").FieldType<string>;
|
|
81
81
|
/**
|
|
82
82
|
* This field shall specify a human readable (displayable) description for RatingName.
|
|
83
83
|
*
|
|
84
|
-
* @see {@link MatterSpecification.
|
|
84
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.2.2
|
|
85
85
|
*/
|
|
86
86
|
ratingNameDesc: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
87
87
|
}>;
|
|
88
88
|
/**
|
|
89
|
-
* @see {@link MatterSpecification.
|
|
89
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.2
|
|
90
90
|
*/
|
|
91
91
|
interface RatingName extends TypeFromSchema<typeof TlvRatingName> {
|
|
92
92
|
}
|
|
93
93
|
/**
|
|
94
94
|
* Input to the ContentControl setOnDemandRatingThreshold command
|
|
95
95
|
*
|
|
96
|
-
* @see {@link MatterSpecification.
|
|
96
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.10
|
|
97
97
|
*/
|
|
98
98
|
const TlvSetOnDemandRatingThresholdRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
99
99
|
/**
|
|
100
100
|
* This field indicates a threshold rating for filtering on-demand content. This field shall be set to one of
|
|
101
101
|
* the values present in the OnDemandRatings attribute
|
|
102
102
|
*
|
|
103
|
-
* @see {@link MatterSpecification.
|
|
103
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.10.1
|
|
104
104
|
*/
|
|
105
105
|
rating: import("../tlv/TlvObject.js").FieldType<string>;
|
|
106
106
|
}>;
|
|
107
107
|
/**
|
|
108
108
|
* Input to the ContentControl setOnDemandRatingThreshold command
|
|
109
109
|
*
|
|
110
|
-
* @see {@link MatterSpecification.
|
|
110
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.10
|
|
111
111
|
*/
|
|
112
112
|
interface SetOnDemandRatingThresholdRequest extends TypeFromSchema<typeof TlvSetOnDemandRatingThresholdRequest> {
|
|
113
113
|
}
|
|
114
114
|
/**
|
|
115
115
|
* Input to the ContentControl setScheduledContentRatingThreshold command
|
|
116
116
|
*
|
|
117
|
-
* @see {@link MatterSpecification.
|
|
117
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.11
|
|
118
118
|
*/
|
|
119
119
|
const TlvSetScheduledContentRatingThresholdRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
120
120
|
/**
|
|
121
121
|
* This field indicates a threshold rating for filtering scheduled content. This field shall be set to one of
|
|
122
122
|
* the values present in the ScheduledContentRatings attribute.
|
|
123
123
|
*
|
|
124
|
-
* @see {@link MatterSpecification.
|
|
124
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.11.1
|
|
125
125
|
*/
|
|
126
126
|
rating: import("../tlv/TlvObject.js").FieldType<string>;
|
|
127
127
|
}>;
|
|
128
128
|
/**
|
|
129
129
|
* Input to the ContentControl setScheduledContentRatingThreshold command
|
|
130
130
|
*
|
|
131
|
-
* @see {@link MatterSpecification.
|
|
131
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.11
|
|
132
132
|
*/
|
|
133
133
|
interface SetScheduledContentRatingThresholdRequest extends TypeFromSchema<typeof TlvSetScheduledContentRatingThresholdRequest> {
|
|
134
134
|
}
|
|
135
135
|
/**
|
|
136
136
|
* Input to the ContentControl addBonusTime command
|
|
137
137
|
*
|
|
138
|
-
* @see {@link MatterSpecification.
|
|
138
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.6
|
|
139
139
|
*/
|
|
140
140
|
const TlvAddBonusTimeRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
141
141
|
/**
|
|
@@ -146,54 +146,54 @@ export declare namespace ContentControl {
|
|
|
146
146
|
* permission is allowed to invoke this command only if the PIN passed in this command is equal to the current
|
|
147
147
|
* PIN value.
|
|
148
148
|
*
|
|
149
|
-
* @see {@link MatterSpecification.
|
|
149
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.6.1
|
|
150
150
|
*/
|
|
151
151
|
pinCode: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
152
152
|
/**
|
|
153
153
|
* This field shall indicate the amount of extra time (in seconds) to increase RemainingScreenTime. This field
|
|
154
154
|
* shall NOT exceed the remaining time of this day.
|
|
155
155
|
*
|
|
156
|
-
* @see {@link MatterSpecification.
|
|
156
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.6.2
|
|
157
157
|
*/
|
|
158
158
|
bonusTime: import("../tlv/TlvObject.js").FieldType<number>;
|
|
159
159
|
}>;
|
|
160
160
|
/**
|
|
161
161
|
* Input to the ContentControl addBonusTime command
|
|
162
162
|
*
|
|
163
|
-
* @see {@link MatterSpecification.
|
|
163
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.6
|
|
164
164
|
*/
|
|
165
165
|
interface AddBonusTimeRequest extends TypeFromSchema<typeof TlvAddBonusTimeRequest> {
|
|
166
166
|
}
|
|
167
167
|
/**
|
|
168
168
|
* Input to the ContentControl setScreenDailyTime command
|
|
169
169
|
*
|
|
170
|
-
* @see {@link MatterSpecification.
|
|
170
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.7
|
|
171
171
|
*/
|
|
172
172
|
const TlvSetScreenDailyTimeRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
173
173
|
/**
|
|
174
174
|
* This field shall indicate the time (in seconds) which the User is allowed to spend watching TV on this media
|
|
175
175
|
* device within one day.
|
|
176
176
|
*
|
|
177
|
-
* @see {@link MatterSpecification.
|
|
177
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.7.1
|
|
178
178
|
*/
|
|
179
179
|
screenTime: import("../tlv/TlvObject.js").FieldType<number>;
|
|
180
180
|
}>;
|
|
181
181
|
/**
|
|
182
182
|
* Input to the ContentControl setScreenDailyTime command
|
|
183
183
|
*
|
|
184
|
-
* @see {@link MatterSpecification.
|
|
184
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.7
|
|
185
185
|
*/
|
|
186
186
|
interface SetScreenDailyTimeRequest extends TypeFromSchema<typeof TlvSetScreenDailyTimeRequest> {
|
|
187
187
|
}
|
|
188
188
|
/**
|
|
189
|
-
* @see {@link MatterSpecification.
|
|
189
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.3
|
|
190
190
|
*/
|
|
191
191
|
const TlvBlockChannel: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
192
192
|
/**
|
|
193
193
|
* This field shall indicate a unique index value for a blocked channel. This value may be used to indicate one
|
|
194
194
|
* selected channel which will be removed from BlockChannelList attribute.
|
|
195
195
|
*
|
|
196
|
-
* @see {@link MatterSpecification.
|
|
196
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.3.1
|
|
197
197
|
*/
|
|
198
198
|
blockChannelIndex: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
199
199
|
/**
|
|
@@ -202,7 +202,7 @@ export declare namespace ContentControl {
|
|
|
202
202
|
* This field is required but shall be set to 0 for channels such as over-the-top channels that are not
|
|
203
203
|
* represented by a major or minor number.
|
|
204
204
|
*
|
|
205
|
-
* @see {@link MatterSpecification.
|
|
205
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.3.2
|
|
206
206
|
*/
|
|
207
207
|
majorNumber: import("../tlv/TlvObject.js").FieldType<number>;
|
|
208
208
|
/**
|
|
@@ -211,26 +211,26 @@ export declare namespace ContentControl {
|
|
|
211
211
|
* This field is required but shall be set to 0 for channels such as over-the-top channels that are not
|
|
212
212
|
* represented by a major or minor number.
|
|
213
213
|
*
|
|
214
|
-
* @see {@link MatterSpecification.
|
|
214
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.3.3
|
|
215
215
|
*/
|
|
216
216
|
minorNumber: import("../tlv/TlvObject.js").FieldType<number>;
|
|
217
217
|
/**
|
|
218
218
|
* This field shall indicate the unique identifier for a specific channel. This field is optional, but SHOULD be
|
|
219
219
|
* provided when MajorNumber and MinorNumber are not available.
|
|
220
220
|
*
|
|
221
|
-
* @see {@link MatterSpecification.
|
|
221
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.3.4
|
|
222
222
|
*/
|
|
223
223
|
identifier: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
224
224
|
}>;
|
|
225
225
|
/**
|
|
226
|
-
* @see {@link MatterSpecification.
|
|
226
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.3
|
|
227
227
|
*/
|
|
228
228
|
interface BlockChannel extends TypeFromSchema<typeof TlvBlockChannel> {
|
|
229
229
|
}
|
|
230
230
|
/**
|
|
231
231
|
* Input to the ContentControl addBlockChannels command
|
|
232
232
|
*
|
|
233
|
-
* @see {@link MatterSpecification.
|
|
233
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.12
|
|
234
234
|
*/
|
|
235
235
|
const TlvAddBlockChannelsRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
236
236
|
/**
|
|
@@ -238,14 +238,14 @@ export declare namespace ContentControl {
|
|
|
238
238
|
* This field shall be set to values present in ChannelList attribute in the Channel cluster. The
|
|
239
239
|
* BlockChannelIndex field passed in this command shall be NULL.
|
|
240
240
|
*
|
|
241
|
-
* @see {@link MatterSpecification.
|
|
241
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.12.1
|
|
242
242
|
*/
|
|
243
243
|
channels: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
244
244
|
/**
|
|
245
245
|
* This field shall indicate a unique index value for a blocked channel. This value may be used to indicate one
|
|
246
246
|
* selected channel which will be removed from BlockChannelList attribute.
|
|
247
247
|
*
|
|
248
|
-
* @see {@link MatterSpecification.
|
|
248
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.3.1
|
|
249
249
|
*/
|
|
250
250
|
blockChannelIndex: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
251
251
|
/**
|
|
@@ -254,7 +254,7 @@ export declare namespace ContentControl {
|
|
|
254
254
|
* This field is required but shall be set to 0 for channels such as over-the-top channels that are not
|
|
255
255
|
* represented by a major or minor number.
|
|
256
256
|
*
|
|
257
|
-
* @see {@link MatterSpecification.
|
|
257
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.3.2
|
|
258
258
|
*/
|
|
259
259
|
majorNumber: import("../tlv/TlvObject.js").FieldType<number>;
|
|
260
260
|
/**
|
|
@@ -263,14 +263,14 @@ export declare namespace ContentControl {
|
|
|
263
263
|
* This field is required but shall be set to 0 for channels such as over-the-top channels that are not
|
|
264
264
|
* represented by a major or minor number.
|
|
265
265
|
*
|
|
266
|
-
* @see {@link MatterSpecification.
|
|
266
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.3.3
|
|
267
267
|
*/
|
|
268
268
|
minorNumber: import("../tlv/TlvObject.js").FieldType<number>;
|
|
269
269
|
/**
|
|
270
270
|
* This field shall indicate the unique identifier for a specific channel. This field is optional, but SHOULD be
|
|
271
271
|
* provided when MajorNumber and MinorNumber are not available.
|
|
272
272
|
*
|
|
273
|
-
* @see {@link MatterSpecification.
|
|
273
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.3.4
|
|
274
274
|
*/
|
|
275
275
|
identifier: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
276
276
|
}>[]>;
|
|
@@ -278,33 +278,33 @@ export declare namespace ContentControl {
|
|
|
278
278
|
/**
|
|
279
279
|
* Input to the ContentControl addBlockChannels command
|
|
280
280
|
*
|
|
281
|
-
* @see {@link MatterSpecification.
|
|
281
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.12
|
|
282
282
|
*/
|
|
283
283
|
interface AddBlockChannelsRequest extends TypeFromSchema<typeof TlvAddBlockChannelsRequest> {
|
|
284
284
|
}
|
|
285
285
|
/**
|
|
286
286
|
* Input to the ContentControl removeBlockChannels command
|
|
287
287
|
*
|
|
288
|
-
* @see {@link MatterSpecification.
|
|
288
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.13
|
|
289
289
|
*/
|
|
290
290
|
const TlvRemoveBlockChannelsRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
291
291
|
/**
|
|
292
292
|
* This field shall specify a set of indexes indicating Which channels shall be removed from the
|
|
293
293
|
* BlockChannelList attribute.
|
|
294
294
|
*
|
|
295
|
-
* @see {@link MatterSpecification.
|
|
295
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.13.1
|
|
296
296
|
*/
|
|
297
297
|
channelIndexes: import("../tlv/TlvObject.js").FieldType<number[]>;
|
|
298
298
|
}>;
|
|
299
299
|
/**
|
|
300
300
|
* Input to the ContentControl removeBlockChannels command
|
|
301
301
|
*
|
|
302
|
-
* @see {@link MatterSpecification.
|
|
302
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.13
|
|
303
303
|
*/
|
|
304
304
|
interface RemoveBlockChannelsRequest extends TypeFromSchema<typeof TlvRemoveBlockChannelsRequest> {
|
|
305
305
|
}
|
|
306
306
|
/**
|
|
307
|
-
* @see {@link MatterSpecification.
|
|
307
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.4
|
|
308
308
|
*/
|
|
309
309
|
const TlvAppInfo: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
310
310
|
/**
|
|
@@ -313,33 +313,33 @@ export declare namespace ContentControl {
|
|
|
313
313
|
* Content App Platform providers will have their own catalog vendor ID (set to their own Vendor ID) and will
|
|
314
314
|
* assign an ApplicationID to each Content App.
|
|
315
315
|
*
|
|
316
|
-
* @see {@link MatterSpecification.
|
|
316
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.4.1
|
|
317
317
|
*/
|
|
318
318
|
catalogVendorId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
319
319
|
/**
|
|
320
320
|
* This field shall indicate the application identifier, expressed as a string, such as "PruneVideo" or "Company
|
|
321
321
|
* X". This field shall be unique within a catalog.
|
|
322
322
|
*
|
|
323
|
-
* @see {@link MatterSpecification.
|
|
323
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.4.2
|
|
324
324
|
*/
|
|
325
325
|
applicationId: import("../tlv/TlvObject.js").FieldType<string>;
|
|
326
326
|
}>;
|
|
327
327
|
/**
|
|
328
|
-
* @see {@link MatterSpecification.
|
|
328
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.4
|
|
329
329
|
*/
|
|
330
330
|
interface AppInfo extends TypeFromSchema<typeof TlvAppInfo> {
|
|
331
331
|
}
|
|
332
332
|
/**
|
|
333
333
|
* Input to the ContentControl addBlockApplications command
|
|
334
334
|
*
|
|
335
|
-
* @see {@link MatterSpecification.
|
|
335
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.14
|
|
336
336
|
*/
|
|
337
337
|
const TlvAddBlockApplicationsRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
338
338
|
/**
|
|
339
339
|
* This field indicates a set of applications that shall be blocked when the Content Control feature is
|
|
340
340
|
* activated.
|
|
341
341
|
*
|
|
342
|
-
* @see {@link MatterSpecification.
|
|
342
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.14.1
|
|
343
343
|
*/
|
|
344
344
|
applications: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
345
345
|
/**
|
|
@@ -348,14 +348,14 @@ export declare namespace ContentControl {
|
|
|
348
348
|
* Content App Platform providers will have their own catalog vendor ID (set to their own Vendor ID) and will
|
|
349
349
|
* assign an ApplicationID to each Content App.
|
|
350
350
|
*
|
|
351
|
-
* @see {@link MatterSpecification.
|
|
351
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.4.1
|
|
352
352
|
*/
|
|
353
353
|
catalogVendorId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
354
354
|
/**
|
|
355
355
|
* This field shall indicate the application identifier, expressed as a string, such as "PruneVideo" or "Company
|
|
356
356
|
* X". This field shall be unique within a catalog.
|
|
357
357
|
*
|
|
358
|
-
* @see {@link MatterSpecification.
|
|
358
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.4.2
|
|
359
359
|
*/
|
|
360
360
|
applicationId: import("../tlv/TlvObject.js").FieldType<string>;
|
|
361
361
|
}>[]>;
|
|
@@ -363,20 +363,20 @@ export declare namespace ContentControl {
|
|
|
363
363
|
/**
|
|
364
364
|
* Input to the ContentControl addBlockApplications command
|
|
365
365
|
*
|
|
366
|
-
* @see {@link MatterSpecification.
|
|
366
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.14
|
|
367
367
|
*/
|
|
368
368
|
interface AddBlockApplicationsRequest extends TypeFromSchema<typeof TlvAddBlockApplicationsRequest> {
|
|
369
369
|
}
|
|
370
370
|
/**
|
|
371
371
|
* Input to the ContentControl removeBlockApplications command
|
|
372
372
|
*
|
|
373
|
-
* @see {@link MatterSpecification.
|
|
373
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.15
|
|
374
374
|
*/
|
|
375
375
|
const TlvRemoveBlockApplicationsRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
376
376
|
/**
|
|
377
377
|
* This field indicates a set of applications which shall be removed from BlockApplicationList attribute.
|
|
378
378
|
*
|
|
379
|
-
* @see {@link MatterSpecification.
|
|
379
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.15.1
|
|
380
380
|
*/
|
|
381
381
|
applications: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
382
382
|
/**
|
|
@@ -385,14 +385,14 @@ export declare namespace ContentControl {
|
|
|
385
385
|
* Content App Platform providers will have their own catalog vendor ID (set to their own Vendor ID) and will
|
|
386
386
|
* assign an ApplicationID to each Content App.
|
|
387
387
|
*
|
|
388
|
-
* @see {@link MatterSpecification.
|
|
388
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.4.1
|
|
389
389
|
*/
|
|
390
390
|
catalogVendorId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
391
391
|
/**
|
|
392
392
|
* This field shall indicate the application identifier, expressed as a string, such as "PruneVideo" or "Company
|
|
393
393
|
* X". This field shall be unique within a catalog.
|
|
394
394
|
*
|
|
395
|
-
* @see {@link MatterSpecification.
|
|
395
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.4.2
|
|
396
396
|
*/
|
|
397
397
|
applicationId: import("../tlv/TlvObject.js").FieldType<string>;
|
|
398
398
|
}>[]>;
|
|
@@ -400,12 +400,12 @@ export declare namespace ContentControl {
|
|
|
400
400
|
/**
|
|
401
401
|
* Input to the ContentControl removeBlockApplications command
|
|
402
402
|
*
|
|
403
|
-
* @see {@link MatterSpecification.
|
|
403
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.15
|
|
404
404
|
*/
|
|
405
405
|
interface RemoveBlockApplicationsRequest extends TypeFromSchema<typeof TlvRemoveBlockApplicationsRequest> {
|
|
406
406
|
}
|
|
407
407
|
/**
|
|
408
|
-
* @see {@link MatterSpecification.
|
|
408
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.1
|
|
409
409
|
*/
|
|
410
410
|
const DayOfWeek: {
|
|
411
411
|
/**
|
|
@@ -438,25 +438,25 @@ export declare namespace ContentControl {
|
|
|
438
438
|
saturday: BitFlag;
|
|
439
439
|
};
|
|
440
440
|
/**
|
|
441
|
-
* @see {@link MatterSpecification.
|
|
441
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.6
|
|
442
442
|
*/
|
|
443
443
|
const TlvTimePeriod: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
444
444
|
/**
|
|
445
445
|
* This field shall indicate the starting hour.
|
|
446
446
|
*
|
|
447
|
-
* @see {@link MatterSpecification.
|
|
447
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.6.1
|
|
448
448
|
*/
|
|
449
449
|
startHour: import("../tlv/TlvObject.js").FieldType<number>;
|
|
450
450
|
/**
|
|
451
451
|
* This field shall indicate the starting minute.
|
|
452
452
|
*
|
|
453
|
-
* @see {@link MatterSpecification.
|
|
453
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.6.2
|
|
454
454
|
*/
|
|
455
455
|
startMinute: import("../tlv/TlvObject.js").FieldType<number>;
|
|
456
456
|
/**
|
|
457
457
|
* This field shall indicate the ending hour. EndHour shall be equal to or greater than StartHour
|
|
458
458
|
*
|
|
459
|
-
* @see {@link MatterSpecification.
|
|
459
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.6.3
|
|
460
460
|
*/
|
|
461
461
|
endHour: import("../tlv/TlvObject.js").FieldType<number>;
|
|
462
462
|
/**
|
|
@@ -464,30 +464,30 @@ export declare namespace ContentControl {
|
|
|
464
464
|
* than StartMinute. If the EndHour is equal to 23 and the EndMinute is equal to 59, all contents shall be
|
|
465
465
|
* blocked until 23:59:59.
|
|
466
466
|
*
|
|
467
|
-
* @see {@link MatterSpecification.
|
|
467
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.6.4
|
|
468
468
|
*/
|
|
469
469
|
endMinute: import("../tlv/TlvObject.js").FieldType<number>;
|
|
470
470
|
}>;
|
|
471
471
|
/**
|
|
472
|
-
* @see {@link MatterSpecification.
|
|
472
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.6
|
|
473
473
|
*/
|
|
474
474
|
interface TimePeriod extends TypeFromSchema<typeof TlvTimePeriod> {
|
|
475
475
|
}
|
|
476
476
|
/**
|
|
477
|
-
* @see {@link MatterSpecification.
|
|
477
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.5
|
|
478
478
|
*/
|
|
479
479
|
const TlvTimeWindow: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
480
480
|
/**
|
|
481
481
|
* This field shall indicate a unique index of a specific time window. This value may be used to indicate a
|
|
482
482
|
* selected time window which will be removed from the BlockContentTimeWindow attribute.
|
|
483
483
|
*
|
|
484
|
-
* @see {@link MatterSpecification.
|
|
484
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.5.1
|
|
485
485
|
*/
|
|
486
486
|
timeWindowIndex: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
487
487
|
/**
|
|
488
488
|
* This field shall indicate a day of week.
|
|
489
489
|
*
|
|
490
|
-
* @see {@link MatterSpecification.
|
|
490
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.5.2
|
|
491
491
|
*/
|
|
492
492
|
dayOfWeek: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
493
493
|
/**
|
|
@@ -522,25 +522,25 @@ export declare namespace ContentControl {
|
|
|
522
522
|
/**
|
|
523
523
|
* This field shall indicate one or more discrete time periods.
|
|
524
524
|
*
|
|
525
|
-
* @see {@link MatterSpecification.
|
|
525
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.5.3
|
|
526
526
|
*/
|
|
527
527
|
timePeriod: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
528
528
|
/**
|
|
529
529
|
* This field shall indicate the starting hour.
|
|
530
530
|
*
|
|
531
|
-
* @see {@link MatterSpecification.
|
|
531
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.6.1
|
|
532
532
|
*/
|
|
533
533
|
startHour: import("../tlv/TlvObject.js").FieldType<number>;
|
|
534
534
|
/**
|
|
535
535
|
* This field shall indicate the starting minute.
|
|
536
536
|
*
|
|
537
|
-
* @see {@link MatterSpecification.
|
|
537
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.6.2
|
|
538
538
|
*/
|
|
539
539
|
startMinute: import("../tlv/TlvObject.js").FieldType<number>;
|
|
540
540
|
/**
|
|
541
541
|
* This field shall indicate the ending hour. EndHour shall be equal to or greater than StartHour
|
|
542
542
|
*
|
|
543
|
-
* @see {@link MatterSpecification.
|
|
543
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.6.3
|
|
544
544
|
*/
|
|
545
545
|
endHour: import("../tlv/TlvObject.js").FieldType<number>;
|
|
546
546
|
/**
|
|
@@ -548,39 +548,39 @@ export declare namespace ContentControl {
|
|
|
548
548
|
* than StartMinute. If the EndHour is equal to 23 and the EndMinute is equal to 59, all contents shall be
|
|
549
549
|
* blocked until 23:59:59.
|
|
550
550
|
*
|
|
551
|
-
* @see {@link MatterSpecification.
|
|
551
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.6.4
|
|
552
552
|
*/
|
|
553
553
|
endMinute: import("../tlv/TlvObject.js").FieldType<number>;
|
|
554
554
|
}>[]>;
|
|
555
555
|
}>;
|
|
556
556
|
/**
|
|
557
|
-
* @see {@link MatterSpecification.
|
|
557
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.5
|
|
558
558
|
*/
|
|
559
559
|
interface TimeWindow extends TypeFromSchema<typeof TlvTimeWindow> {
|
|
560
560
|
}
|
|
561
561
|
/**
|
|
562
562
|
* Input to the ContentControl setBlockContentTimeWindow command
|
|
563
563
|
*
|
|
564
|
-
* @see {@link MatterSpecification.
|
|
564
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.16
|
|
565
565
|
*/
|
|
566
566
|
const TlvSetBlockContentTimeWindowRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
567
567
|
/**
|
|
568
568
|
* This field shall indicate a time window requested to set to the BlockContentTimeWindow attribute.
|
|
569
569
|
*
|
|
570
|
-
* @see {@link MatterSpecification.
|
|
570
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.16.1
|
|
571
571
|
*/
|
|
572
572
|
timeWindow: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
573
573
|
/**
|
|
574
574
|
* This field shall indicate a unique index of a specific time window. This value may be used to indicate a
|
|
575
575
|
* selected time window which will be removed from the BlockContentTimeWindow attribute.
|
|
576
576
|
*
|
|
577
|
-
* @see {@link MatterSpecification.
|
|
577
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.5.1
|
|
578
578
|
*/
|
|
579
579
|
timeWindowIndex: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
580
580
|
/**
|
|
581
581
|
* This field shall indicate a day of week.
|
|
582
582
|
*
|
|
583
|
-
* @see {@link MatterSpecification.
|
|
583
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.5.2
|
|
584
584
|
*/
|
|
585
585
|
dayOfWeek: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
586
586
|
/**
|
|
@@ -615,25 +615,25 @@ export declare namespace ContentControl {
|
|
|
615
615
|
/**
|
|
616
616
|
* This field shall indicate one or more discrete time periods.
|
|
617
617
|
*
|
|
618
|
-
* @see {@link MatterSpecification.
|
|
618
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.5.3
|
|
619
619
|
*/
|
|
620
620
|
timePeriod: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
621
621
|
/**
|
|
622
622
|
* This field shall indicate the starting hour.
|
|
623
623
|
*
|
|
624
|
-
* @see {@link MatterSpecification.
|
|
624
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.6.1
|
|
625
625
|
*/
|
|
626
626
|
startHour: import("../tlv/TlvObject.js").FieldType<number>;
|
|
627
627
|
/**
|
|
628
628
|
* This field shall indicate the starting minute.
|
|
629
629
|
*
|
|
630
|
-
* @see {@link MatterSpecification.
|
|
630
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.6.2
|
|
631
631
|
*/
|
|
632
632
|
startMinute: import("../tlv/TlvObject.js").FieldType<number>;
|
|
633
633
|
/**
|
|
634
634
|
* This field shall indicate the ending hour. EndHour shall be equal to or greater than StartHour
|
|
635
635
|
*
|
|
636
|
-
* @see {@link MatterSpecification.
|
|
636
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.6.3
|
|
637
637
|
*/
|
|
638
638
|
endHour: import("../tlv/TlvObject.js").FieldType<number>;
|
|
639
639
|
/**
|
|
@@ -641,7 +641,7 @@ export declare namespace ContentControl {
|
|
|
641
641
|
* than StartMinute. If the EndHour is equal to 23 and the EndMinute is equal to 59, all contents shall be
|
|
642
642
|
* blocked until 23:59:59.
|
|
643
643
|
*
|
|
644
|
-
* @see {@link MatterSpecification.
|
|
644
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.6.4
|
|
645
645
|
*/
|
|
646
646
|
endMinute: import("../tlv/TlvObject.js").FieldType<number>;
|
|
647
647
|
}>[]>;
|
|
@@ -650,80 +650,80 @@ export declare namespace ContentControl {
|
|
|
650
650
|
/**
|
|
651
651
|
* Input to the ContentControl setBlockContentTimeWindow command
|
|
652
652
|
*
|
|
653
|
-
* @see {@link MatterSpecification.
|
|
653
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.16
|
|
654
654
|
*/
|
|
655
655
|
interface SetBlockContentTimeWindowRequest extends TypeFromSchema<typeof TlvSetBlockContentTimeWindowRequest> {
|
|
656
656
|
}
|
|
657
657
|
/**
|
|
658
658
|
* Input to the ContentControl removeBlockContentTimeWindow command
|
|
659
659
|
*
|
|
660
|
-
* @see {@link MatterSpecification.
|
|
660
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.17
|
|
661
661
|
*/
|
|
662
662
|
const TlvRemoveBlockContentTimeWindowRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
663
663
|
/**
|
|
664
664
|
* This field shall specify a set of time window indexes indicating which time windows will be removed from the
|
|
665
665
|
* BlockContentTimeWindow attribute.
|
|
666
666
|
*
|
|
667
|
-
* @see {@link MatterSpecification.
|
|
667
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.17.1
|
|
668
668
|
*/
|
|
669
669
|
timeWindowIndexes: import("../tlv/TlvObject.js").FieldType<number[]>;
|
|
670
670
|
}>;
|
|
671
671
|
/**
|
|
672
672
|
* Input to the ContentControl removeBlockContentTimeWindow command
|
|
673
673
|
*
|
|
674
|
-
* @see {@link MatterSpecification.
|
|
674
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.17
|
|
675
675
|
*/
|
|
676
676
|
interface RemoveBlockContentTimeWindowRequest extends TypeFromSchema<typeof TlvRemoveBlockContentTimeWindowRequest> {
|
|
677
677
|
}
|
|
678
678
|
/**
|
|
679
679
|
* Input to the ContentControl updatePin command
|
|
680
680
|
*
|
|
681
|
-
* @see {@link MatterSpecification.
|
|
681
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.1
|
|
682
682
|
*/
|
|
683
683
|
const TlvUpdatePinRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
684
684
|
/**
|
|
685
685
|
* This field shall specify the original PIN. Once the UpdatePIN command is performed successfully, it shall be
|
|
686
686
|
* invalid.
|
|
687
687
|
*
|
|
688
|
-
* @see {@link MatterSpecification.
|
|
688
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.1.1
|
|
689
689
|
*/
|
|
690
690
|
oldPin: import("../tlv/TlvObject.js").FieldType<string>;
|
|
691
691
|
/**
|
|
692
692
|
* This field shall indicate a new PIN for the Content Control feature.
|
|
693
693
|
*
|
|
694
|
-
* @see {@link MatterSpecification.
|
|
694
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.1.2
|
|
695
695
|
*/
|
|
696
696
|
newPin: import("../tlv/TlvObject.js").FieldType<string>;
|
|
697
697
|
}>;
|
|
698
698
|
/**
|
|
699
699
|
* Input to the ContentControl updatePin command
|
|
700
700
|
*
|
|
701
|
-
* @see {@link MatterSpecification.
|
|
701
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.1
|
|
702
702
|
*/
|
|
703
703
|
interface UpdatePinRequest extends TypeFromSchema<typeof TlvUpdatePinRequest> {
|
|
704
704
|
}
|
|
705
705
|
/**
|
|
706
706
|
* This command shall be generated in response to a ResetPIN command.
|
|
707
707
|
*
|
|
708
|
-
* @see {@link MatterSpecification.
|
|
708
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.3
|
|
709
709
|
*/
|
|
710
710
|
const TlvResetPinResponse: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
711
711
|
/**
|
|
712
712
|
* This field shall indicate a new PIN of the Content Control feature.
|
|
713
713
|
*
|
|
714
|
-
* @see {@link MatterSpecification.
|
|
714
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.3.1
|
|
715
715
|
*/
|
|
716
716
|
pinCode: import("../tlv/TlvObject.js").FieldType<string>;
|
|
717
717
|
}>;
|
|
718
718
|
/**
|
|
719
719
|
* This command shall be generated in response to a ResetPIN command.
|
|
720
720
|
*
|
|
721
|
-
* @see {@link MatterSpecification.
|
|
721
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.3
|
|
722
722
|
*/
|
|
723
723
|
interface ResetPinResponse extends TypeFromSchema<typeof TlvResetPinResponse> {
|
|
724
724
|
}
|
|
725
725
|
/**
|
|
726
|
-
* @see {@link MatterSpecification.
|
|
726
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.6.1
|
|
727
727
|
*/
|
|
728
728
|
enum StatusCode {
|
|
729
729
|
/**
|
|
@@ -785,7 +785,7 @@ export declare namespace ContentControl {
|
|
|
785
785
|
* The ratings in this collection shall be in order from a rating for the youngest viewers to the one for
|
|
786
786
|
* the oldest viewers. Each rating in the list shall be unique.
|
|
787
787
|
*
|
|
788
|
-
* @see {@link MatterSpecification.
|
|
788
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.7.2
|
|
789
789
|
*/
|
|
790
790
|
readonly onDemandRatings: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
791
791
|
/**
|
|
@@ -793,13 +793,13 @@ export declare namespace ContentControl {
|
|
|
793
793
|
* system is dependent upon the region or country where the Node has been provisioned, and may vary from one
|
|
794
794
|
* country to another.
|
|
795
795
|
*
|
|
796
|
-
* @see {@link MatterSpecification.
|
|
796
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.2.1
|
|
797
797
|
*/
|
|
798
798
|
ratingName: import("../tlv/TlvObject.js").FieldType<string>;
|
|
799
799
|
/**
|
|
800
800
|
* This field shall specify a human readable (displayable) description for RatingName.
|
|
801
801
|
*
|
|
802
|
-
* @see {@link MatterSpecification.
|
|
802
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.2.2
|
|
803
803
|
*/
|
|
804
804
|
ratingNameDesc: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
805
805
|
}>[], any>;
|
|
@@ -815,7 +815,7 @@ export declare namespace ContentControl {
|
|
|
815
815
|
* example, if the feature does not control content within apps, then the device should make this clear to
|
|
816
816
|
* the user when the attribute changes.
|
|
817
817
|
*
|
|
818
|
-
* @see {@link MatterSpecification.
|
|
818
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.7.3
|
|
819
819
|
*/
|
|
820
820
|
readonly onDemandRatingThreshold: Attribute<string, any>;
|
|
821
821
|
};
|
|
@@ -827,14 +827,14 @@ export declare namespace ContentControl {
|
|
|
827
827
|
* is one of values present in the OnDemandRatings attribute. If not, then a response with InvalidRating
|
|
828
828
|
* error status shall be returned.
|
|
829
829
|
*
|
|
830
|
-
* @see {@link MatterSpecification.
|
|
830
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.10
|
|
831
831
|
*/
|
|
832
832
|
readonly setOnDemandRatingThreshold: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
833
833
|
/**
|
|
834
834
|
* This field indicates a threshold rating for filtering on-demand content. This field shall be set to one of
|
|
835
835
|
* the values present in the OnDemandRatings attribute
|
|
836
836
|
*
|
|
837
|
-
* @see {@link MatterSpecification.
|
|
837
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.10.1
|
|
838
838
|
*/
|
|
839
839
|
rating: import("../tlv/TlvObject.js").FieldType<string>;
|
|
840
840
|
}>, void, any>;
|
|
@@ -857,7 +857,7 @@ export declare namespace ContentControl {
|
|
|
857
857
|
* The ratings in this collection shall be in order from a rating for the youngest viewers to the one for
|
|
858
858
|
* the oldest viewers. Each rating in the list shall be unique.
|
|
859
859
|
*
|
|
860
|
-
* @see {@link MatterSpecification.
|
|
860
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.7.4
|
|
861
861
|
*/
|
|
862
862
|
readonly scheduledContentRatings: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
863
863
|
/**
|
|
@@ -865,13 +865,13 @@ export declare namespace ContentControl {
|
|
|
865
865
|
* system is dependent upon the region or country where the Node has been provisioned, and may vary from one
|
|
866
866
|
* country to another.
|
|
867
867
|
*
|
|
868
|
-
* @see {@link MatterSpecification.
|
|
868
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.2.1
|
|
869
869
|
*/
|
|
870
870
|
ratingName: import("../tlv/TlvObject.js").FieldType<string>;
|
|
871
871
|
/**
|
|
872
872
|
* This field shall specify a human readable (displayable) description for RatingName.
|
|
873
873
|
*
|
|
874
|
-
* @see {@link MatterSpecification.
|
|
874
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.2.2
|
|
875
875
|
*/
|
|
876
876
|
ratingNameDesc: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
877
877
|
}>[], any>;
|
|
@@ -887,7 +887,7 @@ export declare namespace ContentControl {
|
|
|
887
887
|
* example, if the feature does not control content within apps, then the device should make this clear to
|
|
888
888
|
* the user when the attribute changes.
|
|
889
889
|
*
|
|
890
|
-
* @see {@link MatterSpecification.
|
|
890
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.7.5
|
|
891
891
|
*/
|
|
892
892
|
readonly scheduledContentRatingThreshold: Attribute<string, any>;
|
|
893
893
|
};
|
|
@@ -899,14 +899,14 @@ export declare namespace ContentControl {
|
|
|
899
899
|
* Rating field is one of values present in the ScheduledContentRatings attribute. If not, then a response
|
|
900
900
|
* with InvalidRating error status shall be returned.
|
|
901
901
|
*
|
|
902
|
-
* @see {@link MatterSpecification.
|
|
902
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.11
|
|
903
903
|
*/
|
|
904
904
|
readonly setScheduledContentRatingThreshold: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
905
905
|
/**
|
|
906
906
|
* This field indicates a threshold rating for filtering scheduled content. This field shall be set to one of
|
|
907
907
|
* the values present in the ScheduledContentRatings attribute.
|
|
908
908
|
*
|
|
909
|
-
* @see {@link MatterSpecification.
|
|
909
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.11.1
|
|
910
910
|
*/
|
|
911
911
|
rating: import("../tlv/TlvObject.js").FieldType<string>;
|
|
912
912
|
}>, void, any>;
|
|
@@ -921,7 +921,7 @@ export declare namespace ContentControl {
|
|
|
921
921
|
* Indicates the amount of time (in seconds) which the User is allowed to spend watching TV within one day
|
|
922
922
|
* when the Content Control feature is activated.
|
|
923
923
|
*
|
|
924
|
-
* @see {@link MatterSpecification.
|
|
924
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.7.6
|
|
925
925
|
*/
|
|
926
926
|
readonly screenDailyTime: Attribute<number, any>;
|
|
927
927
|
/**
|
|
@@ -932,7 +932,7 @@ export declare namespace ContentControl {
|
|
|
932
932
|
* This attribute shall be updated when the AddBonusTime command is received and processed successfully
|
|
933
933
|
* (with the correct PIN).
|
|
934
934
|
*
|
|
935
|
-
* @see {@link MatterSpecification.
|
|
935
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.7.7
|
|
936
936
|
*/
|
|
937
937
|
readonly remainingScreenTime: Attribute<number, any>;
|
|
938
938
|
};
|
|
@@ -957,7 +957,7 @@ export declare namespace ContentControl {
|
|
|
957
957
|
*
|
|
958
958
|
* • The client has provided a PINCode that matches the expected PIN value.
|
|
959
959
|
*
|
|
960
|
-
* @see {@link MatterSpecification.
|
|
960
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.6
|
|
961
961
|
*/
|
|
962
962
|
readonly addBonusTime: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
963
963
|
/**
|
|
@@ -968,14 +968,14 @@ export declare namespace ContentControl {
|
|
|
968
968
|
* permission is allowed to invoke this command only if the PIN passed in this command is equal to the current
|
|
969
969
|
* PIN value.
|
|
970
970
|
*
|
|
971
|
-
* @see {@link MatterSpecification.
|
|
971
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.6.1
|
|
972
972
|
*/
|
|
973
973
|
pinCode: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
974
974
|
/**
|
|
975
975
|
* This field shall indicate the amount of extra time (in seconds) to increase RemainingScreenTime. This field
|
|
976
976
|
* shall NOT exceed the remaining time of this day.
|
|
977
977
|
*
|
|
978
|
-
* @see {@link MatterSpecification.
|
|
978
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.6.2
|
|
979
979
|
*/
|
|
980
980
|
bonusTime: import("../tlv/TlvObject.js").FieldType<number>;
|
|
981
981
|
}>, void, any>;
|
|
@@ -985,14 +985,14 @@ export declare namespace ContentControl {
|
|
|
985
985
|
* Upon receipt of the SetScreenDailyTime command, the media device shall set the ScreenDailyTime attribute
|
|
986
986
|
* to the ScreenTime value.
|
|
987
987
|
*
|
|
988
|
-
* @see {@link MatterSpecification.
|
|
988
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.7
|
|
989
989
|
*/
|
|
990
990
|
readonly setScreenDailyTime: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
991
991
|
/**
|
|
992
992
|
* This field shall indicate the time (in seconds) which the User is allowed to spend watching TV on this media
|
|
993
993
|
* device within one day.
|
|
994
994
|
*
|
|
995
|
-
* @see {@link MatterSpecification.
|
|
995
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.7.1
|
|
996
996
|
*/
|
|
997
997
|
screenTime: import("../tlv/TlvObject.js").FieldType<number>;
|
|
998
998
|
}>, void, any>;
|
|
@@ -1001,7 +1001,7 @@ export declare namespace ContentControl {
|
|
|
1001
1001
|
/**
|
|
1002
1002
|
* This event shall be generated when the RemainingScreenTime equals 0.
|
|
1003
1003
|
*
|
|
1004
|
-
* @see {@link MatterSpecification.
|
|
1004
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.9.1
|
|
1005
1005
|
*/
|
|
1006
1006
|
readonly remainingScreenTimeExpired: Event<void, any>;
|
|
1007
1007
|
};
|
|
@@ -1020,7 +1020,7 @@ export declare namespace ContentControl {
|
|
|
1020
1020
|
* example, if the feature does not control content within apps, then the device should make this clear to
|
|
1021
1021
|
* the user when the attribute changes.
|
|
1022
1022
|
*
|
|
1023
|
-
* @see {@link MatterSpecification.
|
|
1023
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.7.8
|
|
1024
1024
|
*/
|
|
1025
1025
|
readonly blockUnrated: Attribute<boolean, any>;
|
|
1026
1026
|
};
|
|
@@ -1032,7 +1032,7 @@ export declare namespace ContentControl {
|
|
|
1032
1032
|
* Upon receipt of the BlockUnratedContent command, the media device shall set the BlockUnrated attribute to
|
|
1033
1033
|
* TRUE.
|
|
1034
1034
|
*
|
|
1035
|
-
* @see {@link MatterSpecification.
|
|
1035
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.8
|
|
1036
1036
|
*/
|
|
1037
1037
|
readonly blockUnratedContent: Command<void, void, any>;
|
|
1038
1038
|
/**
|
|
@@ -1042,7 +1042,7 @@ export declare namespace ContentControl {
|
|
|
1042
1042
|
* Upon receipt of the UnblockUnratedContent command, the media device shall set the BlockUnrated attribute
|
|
1043
1043
|
* to FALSE.
|
|
1044
1044
|
*
|
|
1045
|
-
* @see {@link MatterSpecification.
|
|
1045
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.9
|
|
1046
1046
|
*/
|
|
1047
1047
|
readonly unblockUnratedContent: Command<void, void, any>;
|
|
1048
1048
|
};
|
|
@@ -1055,14 +1055,14 @@ export declare namespace ContentControl {
|
|
|
1055
1055
|
/**
|
|
1056
1056
|
* Indicates a set of channels that shall be blocked when the Content Control feature is activated.
|
|
1057
1057
|
*
|
|
1058
|
-
* @see {@link MatterSpecification.
|
|
1058
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.7.9
|
|
1059
1059
|
*/
|
|
1060
1060
|
readonly blockChannelList: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1061
1061
|
/**
|
|
1062
1062
|
* This field shall indicate a unique index value for a blocked channel. This value may be used to indicate one
|
|
1063
1063
|
* selected channel which will be removed from BlockChannelList attribute.
|
|
1064
1064
|
*
|
|
1065
|
-
* @see {@link MatterSpecification.
|
|
1065
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.3.1
|
|
1066
1066
|
*/
|
|
1067
1067
|
blockChannelIndex: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
1068
1068
|
/**
|
|
@@ -1071,7 +1071,7 @@ export declare namespace ContentControl {
|
|
|
1071
1071
|
* This field is required but shall be set to 0 for channels such as over-the-top channels that are not
|
|
1072
1072
|
* represented by a major or minor number.
|
|
1073
1073
|
*
|
|
1074
|
-
* @see {@link MatterSpecification.
|
|
1074
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.3.2
|
|
1075
1075
|
*/
|
|
1076
1076
|
majorNumber: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1077
1077
|
/**
|
|
@@ -1080,14 +1080,14 @@ export declare namespace ContentControl {
|
|
|
1080
1080
|
* This field is required but shall be set to 0 for channels such as over-the-top channels that are not
|
|
1081
1081
|
* represented by a major or minor number.
|
|
1082
1082
|
*
|
|
1083
|
-
* @see {@link MatterSpecification.
|
|
1083
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.3.3
|
|
1084
1084
|
*/
|
|
1085
1085
|
minorNumber: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1086
1086
|
/**
|
|
1087
1087
|
* This field shall indicate the unique identifier for a specific channel. This field is optional, but SHOULD be
|
|
1088
1088
|
* provided when MajorNumber and MinorNumber are not available.
|
|
1089
1089
|
*
|
|
1090
|
-
* @see {@link MatterSpecification.
|
|
1090
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.3.4
|
|
1091
1091
|
*/
|
|
1092
1092
|
identifier: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
1093
1093
|
}>[], any>;
|
|
@@ -1109,7 +1109,7 @@ export declare namespace ContentControl {
|
|
|
1109
1109
|
* If all channels in Channel field already exist in the BlockChannelList attribute, then a response with
|
|
1110
1110
|
* ChannelAlreadyExist error Status shall be returned.
|
|
1111
1111
|
*
|
|
1112
|
-
* @see {@link MatterSpecification.
|
|
1112
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.12
|
|
1113
1113
|
*/
|
|
1114
1114
|
readonly addBlockChannels: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1115
1115
|
/**
|
|
@@ -1117,14 +1117,14 @@ export declare namespace ContentControl {
|
|
|
1117
1117
|
* This field shall be set to values present in ChannelList attribute in the Channel cluster. The
|
|
1118
1118
|
* BlockChannelIndex field passed in this command shall be NULL.
|
|
1119
1119
|
*
|
|
1120
|
-
* @see {@link MatterSpecification.
|
|
1120
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.12.1
|
|
1121
1121
|
*/
|
|
1122
1122
|
channels: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1123
1123
|
/**
|
|
1124
1124
|
* This field shall indicate a unique index value for a blocked channel. This value may be used to indicate one
|
|
1125
1125
|
* selected channel which will be removed from BlockChannelList attribute.
|
|
1126
1126
|
*
|
|
1127
|
-
* @see {@link MatterSpecification.
|
|
1127
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.3.1
|
|
1128
1128
|
*/
|
|
1129
1129
|
blockChannelIndex: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
1130
1130
|
/**
|
|
@@ -1133,7 +1133,7 @@ export declare namespace ContentControl {
|
|
|
1133
1133
|
* This field is required but shall be set to 0 for channels such as over-the-top channels that are not
|
|
1134
1134
|
* represented by a major or minor number.
|
|
1135
1135
|
*
|
|
1136
|
-
* @see {@link MatterSpecification.
|
|
1136
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.3.2
|
|
1137
1137
|
*/
|
|
1138
1138
|
majorNumber: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1139
1139
|
/**
|
|
@@ -1142,14 +1142,14 @@ export declare namespace ContentControl {
|
|
|
1142
1142
|
* This field is required but shall be set to 0 for channels such as over-the-top channels that are not
|
|
1143
1143
|
* represented by a major or minor number.
|
|
1144
1144
|
*
|
|
1145
|
-
* @see {@link MatterSpecification.
|
|
1145
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.3.3
|
|
1146
1146
|
*/
|
|
1147
1147
|
minorNumber: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1148
1148
|
/**
|
|
1149
1149
|
* This field shall indicate the unique identifier for a specific channel. This field is optional, but SHOULD be
|
|
1150
1150
|
* provided when MajorNumber and MinorNumber are not available.
|
|
1151
1151
|
*
|
|
1152
|
-
* @see {@link MatterSpecification.
|
|
1152
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.3.4
|
|
1153
1153
|
*/
|
|
1154
1154
|
identifier: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
1155
1155
|
}>[]>;
|
|
@@ -1162,14 +1162,14 @@ export declare namespace ContentControl {
|
|
|
1162
1162
|
* channels indicated by ChannelIndexes passed in this command field are not present in the BlockChannelList
|
|
1163
1163
|
* attribute, then a response with ChannelNotExist error Status shall be returned.
|
|
1164
1164
|
*
|
|
1165
|
-
* @see {@link MatterSpecification.
|
|
1165
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.13
|
|
1166
1166
|
*/
|
|
1167
1167
|
readonly removeBlockChannels: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1168
1168
|
/**
|
|
1169
1169
|
* This field shall specify a set of indexes indicating Which channels shall be removed from the
|
|
1170
1170
|
* BlockChannelList attribute.
|
|
1171
1171
|
*
|
|
1172
|
-
* @see {@link MatterSpecification.
|
|
1172
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.13.1
|
|
1173
1173
|
*/
|
|
1174
1174
|
channelIndexes: import("../tlv/TlvObject.js").FieldType<number[]>;
|
|
1175
1175
|
}>, void, any>;
|
|
@@ -1183,7 +1183,7 @@ export declare namespace ContentControl {
|
|
|
1183
1183
|
/**
|
|
1184
1184
|
* Indicates a set of applications that shall be blocked when the Content Control feature is activated.
|
|
1185
1185
|
*
|
|
1186
|
-
* @see {@link MatterSpecification.
|
|
1186
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.7.10
|
|
1187
1187
|
*/
|
|
1188
1188
|
readonly blockApplicationList: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1189
1189
|
/**
|
|
@@ -1192,14 +1192,14 @@ export declare namespace ContentControl {
|
|
|
1192
1192
|
* Content App Platform providers will have their own catalog vendor ID (set to their own Vendor ID) and will
|
|
1193
1193
|
* assign an ApplicationID to each Content App.
|
|
1194
1194
|
*
|
|
1195
|
-
* @see {@link MatterSpecification.
|
|
1195
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.4.1
|
|
1196
1196
|
*/
|
|
1197
1197
|
catalogVendorId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1198
1198
|
/**
|
|
1199
1199
|
* This field shall indicate the application identifier, expressed as a string, such as "PruneVideo" or "Company
|
|
1200
1200
|
* X". This field shall be unique within a catalog.
|
|
1201
1201
|
*
|
|
1202
|
-
* @see {@link MatterSpecification.
|
|
1202
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.4.2
|
|
1203
1203
|
*/
|
|
1204
1204
|
applicationId: import("../tlv/TlvObject.js").FieldType<string>;
|
|
1205
1205
|
}>[], any>;
|
|
@@ -1221,14 +1221,14 @@ export declare namespace ContentControl {
|
|
|
1221
1221
|
* If all applications in Applications field are already present in BlockApplicationList attribute, then a
|
|
1222
1222
|
* response with ApplicationAlreadyExist error Status shall be returned.
|
|
1223
1223
|
*
|
|
1224
|
-
* @see {@link MatterSpecification.
|
|
1224
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.14
|
|
1225
1225
|
*/
|
|
1226
1226
|
readonly addBlockApplications: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1227
1227
|
/**
|
|
1228
1228
|
* This field indicates a set of applications that shall be blocked when the Content Control feature is
|
|
1229
1229
|
* activated.
|
|
1230
1230
|
*
|
|
1231
|
-
* @see {@link MatterSpecification.
|
|
1231
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.14.1
|
|
1232
1232
|
*/
|
|
1233
1233
|
applications: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1234
1234
|
/**
|
|
@@ -1237,14 +1237,14 @@ export declare namespace ContentControl {
|
|
|
1237
1237
|
* Content App Platform providers will have their own catalog vendor ID (set to their own Vendor ID) and will
|
|
1238
1238
|
* assign an ApplicationID to each Content App.
|
|
1239
1239
|
*
|
|
1240
|
-
* @see {@link MatterSpecification.
|
|
1240
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.4.1
|
|
1241
1241
|
*/
|
|
1242
1242
|
catalogVendorId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1243
1243
|
/**
|
|
1244
1244
|
* This field shall indicate the application identifier, expressed as a string, such as "PruneVideo" or "Company
|
|
1245
1245
|
* X". This field shall be unique within a catalog.
|
|
1246
1246
|
*
|
|
1247
|
-
* @see {@link MatterSpecification.
|
|
1247
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.4.2
|
|
1248
1248
|
*/
|
|
1249
1249
|
applicationId: import("../tlv/TlvObject.js").FieldType<string>;
|
|
1250
1250
|
}>[]>;
|
|
@@ -1257,13 +1257,13 @@ export declare namespace ContentControl {
|
|
|
1257
1257
|
* Applications field which are not present in the BlockApplicationList attribute, then a response with
|
|
1258
1258
|
* ApplicationNotExist error Status shall be returned.
|
|
1259
1259
|
*
|
|
1260
|
-
* @see {@link MatterSpecification.
|
|
1260
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.15
|
|
1261
1261
|
*/
|
|
1262
1262
|
readonly removeBlockApplications: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1263
1263
|
/**
|
|
1264
1264
|
* This field indicates a set of applications which shall be removed from BlockApplicationList attribute.
|
|
1265
1265
|
*
|
|
1266
|
-
* @see {@link MatterSpecification.
|
|
1266
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.15.1
|
|
1267
1267
|
*/
|
|
1268
1268
|
applications: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1269
1269
|
/**
|
|
@@ -1272,14 +1272,14 @@ export declare namespace ContentControl {
|
|
|
1272
1272
|
* Content App Platform providers will have their own catalog vendor ID (set to their own Vendor ID) and will
|
|
1273
1273
|
* assign an ApplicationID to each Content App.
|
|
1274
1274
|
*
|
|
1275
|
-
* @see {@link MatterSpecification.
|
|
1275
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.4.1
|
|
1276
1276
|
*/
|
|
1277
1277
|
catalogVendorId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1278
1278
|
/**
|
|
1279
1279
|
* This field shall indicate the application identifier, expressed as a string, such as "PruneVideo" or "Company
|
|
1280
1280
|
* X". This field shall be unique within a catalog.
|
|
1281
1281
|
*
|
|
1282
|
-
* @see {@link MatterSpecification.
|
|
1282
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.4.2
|
|
1283
1283
|
*/
|
|
1284
1284
|
applicationId: import("../tlv/TlvObject.js").FieldType<string>;
|
|
1285
1285
|
}>[]>;
|
|
@@ -1298,20 +1298,20 @@ export declare namespace ContentControl {
|
|
|
1298
1298
|
* block content which is playing and generate an event EnteringBlockContentTimeWindow. There shall NOT be
|
|
1299
1299
|
* multiple entries in this attribute list for the same day of week.
|
|
1300
1300
|
*
|
|
1301
|
-
* @see {@link MatterSpecification.
|
|
1301
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.7.11
|
|
1302
1302
|
*/
|
|
1303
1303
|
readonly blockContentTimeWindow: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1304
1304
|
/**
|
|
1305
1305
|
* This field shall indicate a unique index of a specific time window. This value may be used to indicate a
|
|
1306
1306
|
* selected time window which will be removed from the BlockContentTimeWindow attribute.
|
|
1307
1307
|
*
|
|
1308
|
-
* @see {@link MatterSpecification.
|
|
1308
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.5.1
|
|
1309
1309
|
*/
|
|
1310
1310
|
timeWindowIndex: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
1311
1311
|
/**
|
|
1312
1312
|
* This field shall indicate a day of week.
|
|
1313
1313
|
*
|
|
1314
|
-
* @see {@link MatterSpecification.
|
|
1314
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.5.2
|
|
1315
1315
|
*/
|
|
1316
1316
|
dayOfWeek: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
1317
1317
|
/**
|
|
@@ -1346,25 +1346,25 @@ export declare namespace ContentControl {
|
|
|
1346
1346
|
/**
|
|
1347
1347
|
* This field shall indicate one or more discrete time periods.
|
|
1348
1348
|
*
|
|
1349
|
-
* @see {@link MatterSpecification.
|
|
1349
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.5.3
|
|
1350
1350
|
*/
|
|
1351
1351
|
timePeriod: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1352
1352
|
/**
|
|
1353
1353
|
* This field shall indicate the starting hour.
|
|
1354
1354
|
*
|
|
1355
|
-
* @see {@link MatterSpecification.
|
|
1355
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.6.1
|
|
1356
1356
|
*/
|
|
1357
1357
|
startHour: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1358
1358
|
/**
|
|
1359
1359
|
* This field shall indicate the starting minute.
|
|
1360
1360
|
*
|
|
1361
|
-
* @see {@link MatterSpecification.
|
|
1361
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.6.2
|
|
1362
1362
|
*/
|
|
1363
1363
|
startMinute: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1364
1364
|
/**
|
|
1365
1365
|
* This field shall indicate the ending hour. EndHour shall be equal to or greater than StartHour
|
|
1366
1366
|
*
|
|
1367
|
-
* @see {@link MatterSpecification.
|
|
1367
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.6.3
|
|
1368
1368
|
*/
|
|
1369
1369
|
endHour: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1370
1370
|
/**
|
|
@@ -1372,7 +1372,7 @@ export declare namespace ContentControl {
|
|
|
1372
1372
|
* than StartMinute. If the EndHour is equal to 23 and the EndMinute is equal to 59, all contents shall be
|
|
1373
1373
|
* blocked until 23:59:59.
|
|
1374
1374
|
*
|
|
1375
|
-
* @see {@link MatterSpecification.
|
|
1375
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.6.4
|
|
1376
1376
|
*/
|
|
1377
1377
|
endMinute: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1378
1378
|
}>[]>;
|
|
@@ -1392,26 +1392,26 @@ export declare namespace ContentControl {
|
|
|
1392
1392
|
* If the TimeWindowIndex field is not NULL and presents in the BlockContentTimeWindow attribute, the media
|
|
1393
1393
|
* device shall replace the original time window with the new time window passed in this command.
|
|
1394
1394
|
*
|
|
1395
|
-
* @see {@link MatterSpecification.
|
|
1395
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.16
|
|
1396
1396
|
*/
|
|
1397
1397
|
readonly setBlockContentTimeWindow: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1398
1398
|
/**
|
|
1399
1399
|
* This field shall indicate a time window requested to set to the BlockContentTimeWindow attribute.
|
|
1400
1400
|
*
|
|
1401
|
-
* @see {@link MatterSpecification.
|
|
1401
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.16.1
|
|
1402
1402
|
*/
|
|
1403
1403
|
timeWindow: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1404
1404
|
/**
|
|
1405
1405
|
* This field shall indicate a unique index of a specific time window. This value may be used to indicate a
|
|
1406
1406
|
* selected time window which will be removed from the BlockContentTimeWindow attribute.
|
|
1407
1407
|
*
|
|
1408
|
-
* @see {@link MatterSpecification.
|
|
1408
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.5.1
|
|
1409
1409
|
*/
|
|
1410
1410
|
timeWindowIndex: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
1411
1411
|
/**
|
|
1412
1412
|
* This field shall indicate a day of week.
|
|
1413
1413
|
*
|
|
1414
|
-
* @see {@link MatterSpecification.
|
|
1414
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.5.2
|
|
1415
1415
|
*/
|
|
1416
1416
|
dayOfWeek: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
1417
1417
|
/**
|
|
@@ -1446,25 +1446,25 @@ export declare namespace ContentControl {
|
|
|
1446
1446
|
/**
|
|
1447
1447
|
* This field shall indicate one or more discrete time periods.
|
|
1448
1448
|
*
|
|
1449
|
-
* @see {@link MatterSpecification.
|
|
1449
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.5.3
|
|
1450
1450
|
*/
|
|
1451
1451
|
timePeriod: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1452
1452
|
/**
|
|
1453
1453
|
* This field shall indicate the starting hour.
|
|
1454
1454
|
*
|
|
1455
|
-
* @see {@link MatterSpecification.
|
|
1455
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.6.1
|
|
1456
1456
|
*/
|
|
1457
1457
|
startHour: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1458
1458
|
/**
|
|
1459
1459
|
* This field shall indicate the starting minute.
|
|
1460
1460
|
*
|
|
1461
|
-
* @see {@link MatterSpecification.
|
|
1461
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.6.2
|
|
1462
1462
|
*/
|
|
1463
1463
|
startMinute: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1464
1464
|
/**
|
|
1465
1465
|
* This field shall indicate the ending hour. EndHour shall be equal to or greater than StartHour
|
|
1466
1466
|
*
|
|
1467
|
-
* @see {@link MatterSpecification.
|
|
1467
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.6.3
|
|
1468
1468
|
*/
|
|
1469
1469
|
endHour: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1470
1470
|
/**
|
|
@@ -1472,7 +1472,7 @@ export declare namespace ContentControl {
|
|
|
1472
1472
|
* than StartMinute. If the EndHour is equal to 23 and the EndMinute is equal to 59, all contents shall be
|
|
1473
1473
|
* blocked until 23:59:59.
|
|
1474
1474
|
*
|
|
1475
|
-
* @see {@link MatterSpecification.
|
|
1475
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.6.4
|
|
1476
1476
|
*/
|
|
1477
1477
|
endMinute: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1478
1478
|
}>[]>;
|
|
@@ -1488,14 +1488,14 @@ export declare namespace ContentControl {
|
|
|
1488
1488
|
* If one or more time window indexes passed in this command are not present in BlockContentTimeWindow
|
|
1489
1489
|
* attribute, then a response with TimeWindowNotExist error status shall be returned.
|
|
1490
1490
|
*
|
|
1491
|
-
* @see {@link MatterSpecification.
|
|
1491
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.17
|
|
1492
1492
|
*/
|
|
1493
1493
|
readonly removeBlockContentTimeWindow: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1494
1494
|
/**
|
|
1495
1495
|
* This field shall specify a set of time window indexes indicating which time windows will be removed from the
|
|
1496
1496
|
* BlockContentTimeWindow attribute.
|
|
1497
1497
|
*
|
|
1498
|
-
* @see {@link MatterSpecification.
|
|
1498
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.17.1
|
|
1499
1499
|
*/
|
|
1500
1500
|
timeWindowIndexes: import("../tlv/TlvObject.js").FieldType<number[]>;
|
|
1501
1501
|
}>, void, any>;
|
|
@@ -1505,7 +1505,7 @@ export declare namespace ContentControl {
|
|
|
1505
1505
|
* This event shall be generated when entering a period of blocked content as configured in the
|
|
1506
1506
|
* BlockContentTimeWindow attribute.
|
|
1507
1507
|
*
|
|
1508
|
-
* @see {@link MatterSpecification.
|
|
1508
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.9.2
|
|
1509
1509
|
*/
|
|
1510
1510
|
readonly enteringBlockContentTimeWindow: Event<void, any>;
|
|
1511
1511
|
};
|
|
@@ -1532,20 +1532,20 @@ export declare namespace ContentControl {
|
|
|
1532
1532
|
* performing configuration of the Content Control settings exposed by this cluster. The ResetPIN command
|
|
1533
1533
|
* can also be used to obtain the default PIN.
|
|
1534
1534
|
*
|
|
1535
|
-
* @see {@link MatterSpecification.
|
|
1535
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.1
|
|
1536
1536
|
*/
|
|
1537
1537
|
readonly updatePin: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1538
1538
|
/**
|
|
1539
1539
|
* This field shall specify the original PIN. Once the UpdatePIN command is performed successfully, it shall be
|
|
1540
1540
|
* invalid.
|
|
1541
1541
|
*
|
|
1542
|
-
* @see {@link MatterSpecification.
|
|
1542
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.1.1
|
|
1543
1543
|
*/
|
|
1544
1544
|
oldPin: import("../tlv/TlvObject.js").FieldType<string>;
|
|
1545
1545
|
/**
|
|
1546
1546
|
* This field shall indicate a new PIN for the Content Control feature.
|
|
1547
1547
|
*
|
|
1548
|
-
* @see {@link MatterSpecification.
|
|
1548
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.1.2
|
|
1549
1549
|
*/
|
|
1550
1550
|
newPin: import("../tlv/TlvObject.js").FieldType<string>;
|
|
1551
1551
|
}>, void, any>;
|
|
@@ -1554,13 +1554,13 @@ export declare namespace ContentControl {
|
|
|
1554
1554
|
*
|
|
1555
1555
|
* If this command is executed successfully, a ResetPINResponse command with a new PIN shall be returned.
|
|
1556
1556
|
*
|
|
1557
|
-
* @see {@link MatterSpecification.
|
|
1557
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.2
|
|
1558
1558
|
*/
|
|
1559
1559
|
readonly resetPin: Command<void, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1560
1560
|
/**
|
|
1561
1561
|
* This field shall indicate a new PIN of the Content Control feature.
|
|
1562
1562
|
*
|
|
1563
|
-
* @see {@link MatterSpecification.
|
|
1563
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.3.1
|
|
1564
1564
|
*/
|
|
1565
1565
|
pinCode: import("../tlv/TlvObject.js").FieldType<string>;
|
|
1566
1566
|
}>, any>;
|
|
@@ -1629,7 +1629,7 @@ export declare namespace ContentControl {
|
|
|
1629
1629
|
* Indicates whether the Content Control feature implemented on a media device is turned off (FALSE) or
|
|
1630
1630
|
* turned on (TRUE).
|
|
1631
1631
|
*
|
|
1632
|
-
* @see {@link MatterSpecification.
|
|
1632
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.7.1
|
|
1633
1633
|
*/
|
|
1634
1634
|
readonly enabled: Attribute<boolean, any>;
|
|
1635
1635
|
};
|
|
@@ -1639,7 +1639,7 @@ export declare namespace ContentControl {
|
|
|
1639
1639
|
*
|
|
1640
1640
|
* Upon receipt of the Enable command, the media device shall set the Enabled attribute to TRUE.
|
|
1641
1641
|
*
|
|
1642
|
-
* @see {@link MatterSpecification.
|
|
1642
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.4
|
|
1643
1643
|
*/
|
|
1644
1644
|
readonly enable: Command<void, void, any>;
|
|
1645
1645
|
/**
|
|
@@ -1647,7 +1647,7 @@ export declare namespace ContentControl {
|
|
|
1647
1647
|
*
|
|
1648
1648
|
* On receipt of the Disable command, the media device shall set the Enabled attribute to FALSE.
|
|
1649
1649
|
*
|
|
1650
|
-
* @see {@link MatterSpecification.
|
|
1650
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.5
|
|
1651
1651
|
*/
|
|
1652
1652
|
readonly disable: Command<void, void, any>;
|
|
1653
1653
|
};
|
|
@@ -1674,7 +1674,7 @@ export declare namespace ContentControl {
|
|
|
1674
1674
|
* The ratings in this collection shall be in order from a rating for the youngest viewers to the one for
|
|
1675
1675
|
* the oldest viewers. Each rating in the list shall be unique.
|
|
1676
1676
|
*
|
|
1677
|
-
* @see {@link MatterSpecification.
|
|
1677
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.7.2
|
|
1678
1678
|
*/
|
|
1679
1679
|
readonly onDemandRatings: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1680
1680
|
/**
|
|
@@ -1682,13 +1682,13 @@ export declare namespace ContentControl {
|
|
|
1682
1682
|
* system is dependent upon the region or country where the Node has been provisioned, and may vary from one
|
|
1683
1683
|
* country to another.
|
|
1684
1684
|
*
|
|
1685
|
-
* @see {@link MatterSpecification.
|
|
1685
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.2.1
|
|
1686
1686
|
*/
|
|
1687
1687
|
ratingName: import("../tlv/TlvObject.js").FieldType<string>;
|
|
1688
1688
|
/**
|
|
1689
1689
|
* This field shall specify a human readable (displayable) description for RatingName.
|
|
1690
1690
|
*
|
|
1691
|
-
* @see {@link MatterSpecification.
|
|
1691
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.2.2
|
|
1692
1692
|
*/
|
|
1693
1693
|
ratingNameDesc: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
1694
1694
|
}>[], any>;
|
|
@@ -1704,7 +1704,7 @@ export declare namespace ContentControl {
|
|
|
1704
1704
|
* example, if the feature does not control content within apps, then the device should make this clear to
|
|
1705
1705
|
* the user when the attribute changes.
|
|
1706
1706
|
*
|
|
1707
|
-
* @see {@link MatterSpecification.
|
|
1707
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.7.3
|
|
1708
1708
|
*/
|
|
1709
1709
|
readonly onDemandRatingThreshold: Attribute<string, any>;
|
|
1710
1710
|
};
|
|
@@ -1716,14 +1716,14 @@ export declare namespace ContentControl {
|
|
|
1716
1716
|
* is one of values present in the OnDemandRatings attribute. If not, then a response with InvalidRating
|
|
1717
1717
|
* error status shall be returned.
|
|
1718
1718
|
*
|
|
1719
|
-
* @see {@link MatterSpecification.
|
|
1719
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.10
|
|
1720
1720
|
*/
|
|
1721
1721
|
readonly setOnDemandRatingThreshold: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1722
1722
|
/**
|
|
1723
1723
|
* This field indicates a threshold rating for filtering on-demand content. This field shall be set to one of
|
|
1724
1724
|
* the values present in the OnDemandRatings attribute
|
|
1725
1725
|
*
|
|
1726
|
-
* @see {@link MatterSpecification.
|
|
1726
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.10.1
|
|
1727
1727
|
*/
|
|
1728
1728
|
rating: import("../tlv/TlvObject.js").FieldType<string>;
|
|
1729
1729
|
}>, void, any>;
|
|
@@ -1747,7 +1747,7 @@ export declare namespace ContentControl {
|
|
|
1747
1747
|
* The ratings in this collection shall be in order from a rating for the youngest viewers to the one for
|
|
1748
1748
|
* the oldest viewers. Each rating in the list shall be unique.
|
|
1749
1749
|
*
|
|
1750
|
-
* @see {@link MatterSpecification.
|
|
1750
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.7.4
|
|
1751
1751
|
*/
|
|
1752
1752
|
readonly scheduledContentRatings: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1753
1753
|
/**
|
|
@@ -1755,13 +1755,13 @@ export declare namespace ContentControl {
|
|
|
1755
1755
|
* system is dependent upon the region or country where the Node has been provisioned, and may vary from one
|
|
1756
1756
|
* country to another.
|
|
1757
1757
|
*
|
|
1758
|
-
* @see {@link MatterSpecification.
|
|
1758
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.2.1
|
|
1759
1759
|
*/
|
|
1760
1760
|
ratingName: import("../tlv/TlvObject.js").FieldType<string>;
|
|
1761
1761
|
/**
|
|
1762
1762
|
* This field shall specify a human readable (displayable) description for RatingName.
|
|
1763
1763
|
*
|
|
1764
|
-
* @see {@link MatterSpecification.
|
|
1764
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.2.2
|
|
1765
1765
|
*/
|
|
1766
1766
|
ratingNameDesc: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
1767
1767
|
}>[], any>;
|
|
@@ -1777,7 +1777,7 @@ export declare namespace ContentControl {
|
|
|
1777
1777
|
* example, if the feature does not control content within apps, then the device should make this clear to
|
|
1778
1778
|
* the user when the attribute changes.
|
|
1779
1779
|
*
|
|
1780
|
-
* @see {@link MatterSpecification.
|
|
1780
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.7.5
|
|
1781
1781
|
*/
|
|
1782
1782
|
readonly scheduledContentRatingThreshold: Attribute<string, any>;
|
|
1783
1783
|
};
|
|
@@ -1789,14 +1789,14 @@ export declare namespace ContentControl {
|
|
|
1789
1789
|
* Rating field is one of values present in the ScheduledContentRatings attribute. If not, then a response
|
|
1790
1790
|
* with InvalidRating error status shall be returned.
|
|
1791
1791
|
*
|
|
1792
|
-
* @see {@link MatterSpecification.
|
|
1792
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.11
|
|
1793
1793
|
*/
|
|
1794
1794
|
readonly setScheduledContentRatingThreshold: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1795
1795
|
/**
|
|
1796
1796
|
* This field indicates a threshold rating for filtering scheduled content. This field shall be set to one of
|
|
1797
1797
|
* the values present in the ScheduledContentRatings attribute.
|
|
1798
1798
|
*
|
|
1799
|
-
* @see {@link MatterSpecification.
|
|
1799
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.11.1
|
|
1800
1800
|
*/
|
|
1801
1801
|
rating: import("../tlv/TlvObject.js").FieldType<string>;
|
|
1802
1802
|
}>, void, any>;
|
|
@@ -1812,7 +1812,7 @@ export declare namespace ContentControl {
|
|
|
1812
1812
|
* Indicates the amount of time (in seconds) which the User is allowed to spend watching TV within one day
|
|
1813
1813
|
* when the Content Control feature is activated.
|
|
1814
1814
|
*
|
|
1815
|
-
* @see {@link MatterSpecification.
|
|
1815
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.7.6
|
|
1816
1816
|
*/
|
|
1817
1817
|
readonly screenDailyTime: Attribute<number, any>;
|
|
1818
1818
|
/**
|
|
@@ -1823,7 +1823,7 @@ export declare namespace ContentControl {
|
|
|
1823
1823
|
* This attribute shall be updated when the AddBonusTime command is received and processed successfully
|
|
1824
1824
|
* (with the correct PIN).
|
|
1825
1825
|
*
|
|
1826
|
-
* @see {@link MatterSpecification.
|
|
1826
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.7.7
|
|
1827
1827
|
*/
|
|
1828
1828
|
readonly remainingScreenTime: Attribute<number, any>;
|
|
1829
1829
|
};
|
|
@@ -1848,7 +1848,7 @@ export declare namespace ContentControl {
|
|
|
1848
1848
|
*
|
|
1849
1849
|
* • The client has provided a PINCode that matches the expected PIN value.
|
|
1850
1850
|
*
|
|
1851
|
-
* @see {@link MatterSpecification.
|
|
1851
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.6
|
|
1852
1852
|
*/
|
|
1853
1853
|
readonly addBonusTime: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1854
1854
|
/**
|
|
@@ -1859,14 +1859,14 @@ export declare namespace ContentControl {
|
|
|
1859
1859
|
* permission is allowed to invoke this command only if the PIN passed in this command is equal to the current
|
|
1860
1860
|
* PIN value.
|
|
1861
1861
|
*
|
|
1862
|
-
* @see {@link MatterSpecification.
|
|
1862
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.6.1
|
|
1863
1863
|
*/
|
|
1864
1864
|
pinCode: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
1865
1865
|
/**
|
|
1866
1866
|
* This field shall indicate the amount of extra time (in seconds) to increase RemainingScreenTime. This field
|
|
1867
1867
|
* shall NOT exceed the remaining time of this day.
|
|
1868
1868
|
*
|
|
1869
|
-
* @see {@link MatterSpecification.
|
|
1869
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.6.2
|
|
1870
1870
|
*/
|
|
1871
1871
|
bonusTime: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1872
1872
|
}>, void, any>;
|
|
@@ -1876,14 +1876,14 @@ export declare namespace ContentControl {
|
|
|
1876
1876
|
* Upon receipt of the SetScreenDailyTime command, the media device shall set the ScreenDailyTime attribute
|
|
1877
1877
|
* to the ScreenTime value.
|
|
1878
1878
|
*
|
|
1879
|
-
* @see {@link MatterSpecification.
|
|
1879
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.7
|
|
1880
1880
|
*/
|
|
1881
1881
|
readonly setScreenDailyTime: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1882
1882
|
/**
|
|
1883
1883
|
* This field shall indicate the time (in seconds) which the User is allowed to spend watching TV on this media
|
|
1884
1884
|
* device within one day.
|
|
1885
1885
|
*
|
|
1886
|
-
* @see {@link MatterSpecification.
|
|
1886
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.7.1
|
|
1887
1887
|
*/
|
|
1888
1888
|
screenTime: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1889
1889
|
}>, void, any>;
|
|
@@ -1892,7 +1892,7 @@ export declare namespace ContentControl {
|
|
|
1892
1892
|
/**
|
|
1893
1893
|
* This event shall be generated when the RemainingScreenTime equals 0.
|
|
1894
1894
|
*
|
|
1895
|
-
* @see {@link MatterSpecification.
|
|
1895
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.9.1
|
|
1896
1896
|
*/
|
|
1897
1897
|
readonly remainingScreenTimeExpired: Event<void, any>;
|
|
1898
1898
|
};
|
|
@@ -1912,7 +1912,7 @@ export declare namespace ContentControl {
|
|
|
1912
1912
|
* example, if the feature does not control content within apps, then the device should make this clear to
|
|
1913
1913
|
* the user when the attribute changes.
|
|
1914
1914
|
*
|
|
1915
|
-
* @see {@link MatterSpecification.
|
|
1915
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.7.8
|
|
1916
1916
|
*/
|
|
1917
1917
|
readonly blockUnrated: Attribute<boolean, any>;
|
|
1918
1918
|
};
|
|
@@ -1924,7 +1924,7 @@ export declare namespace ContentControl {
|
|
|
1924
1924
|
* Upon receipt of the BlockUnratedContent command, the media device shall set the BlockUnrated attribute to
|
|
1925
1925
|
* TRUE.
|
|
1926
1926
|
*
|
|
1927
|
-
* @see {@link MatterSpecification.
|
|
1927
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.8
|
|
1928
1928
|
*/
|
|
1929
1929
|
readonly blockUnratedContent: Command<void, void, any>;
|
|
1930
1930
|
/**
|
|
@@ -1934,7 +1934,7 @@ export declare namespace ContentControl {
|
|
|
1934
1934
|
* Upon receipt of the UnblockUnratedContent command, the media device shall set the BlockUnrated attribute
|
|
1935
1935
|
* to FALSE.
|
|
1936
1936
|
*
|
|
1937
|
-
* @see {@link MatterSpecification.
|
|
1937
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.9
|
|
1938
1938
|
*/
|
|
1939
1939
|
readonly unblockUnratedContent: Command<void, void, any>;
|
|
1940
1940
|
};
|
|
@@ -1948,14 +1948,14 @@ export declare namespace ContentControl {
|
|
|
1948
1948
|
/**
|
|
1949
1949
|
* Indicates a set of channels that shall be blocked when the Content Control feature is activated.
|
|
1950
1950
|
*
|
|
1951
|
-
* @see {@link MatterSpecification.
|
|
1951
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.7.9
|
|
1952
1952
|
*/
|
|
1953
1953
|
readonly blockChannelList: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1954
1954
|
/**
|
|
1955
1955
|
* This field shall indicate a unique index value for a blocked channel. This value may be used to indicate one
|
|
1956
1956
|
* selected channel which will be removed from BlockChannelList attribute.
|
|
1957
1957
|
*
|
|
1958
|
-
* @see {@link MatterSpecification.
|
|
1958
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.3.1
|
|
1959
1959
|
*/
|
|
1960
1960
|
blockChannelIndex: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
1961
1961
|
/**
|
|
@@ -1964,7 +1964,7 @@ export declare namespace ContentControl {
|
|
|
1964
1964
|
* This field is required but shall be set to 0 for channels such as over-the-top channels that are not
|
|
1965
1965
|
* represented by a major or minor number.
|
|
1966
1966
|
*
|
|
1967
|
-
* @see {@link MatterSpecification.
|
|
1967
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.3.2
|
|
1968
1968
|
*/
|
|
1969
1969
|
majorNumber: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1970
1970
|
/**
|
|
@@ -1973,14 +1973,14 @@ export declare namespace ContentControl {
|
|
|
1973
1973
|
* This field is required but shall be set to 0 for channels such as over-the-top channels that are not
|
|
1974
1974
|
* represented by a major or minor number.
|
|
1975
1975
|
*
|
|
1976
|
-
* @see {@link MatterSpecification.
|
|
1976
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.3.3
|
|
1977
1977
|
*/
|
|
1978
1978
|
minorNumber: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1979
1979
|
/**
|
|
1980
1980
|
* This field shall indicate the unique identifier for a specific channel. This field is optional, but SHOULD be
|
|
1981
1981
|
* provided when MajorNumber and MinorNumber are not available.
|
|
1982
1982
|
*
|
|
1983
|
-
* @see {@link MatterSpecification.
|
|
1983
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.3.4
|
|
1984
1984
|
*/
|
|
1985
1985
|
identifier: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
1986
1986
|
}>[], any>;
|
|
@@ -2002,7 +2002,7 @@ export declare namespace ContentControl {
|
|
|
2002
2002
|
* If all channels in Channel field already exist in the BlockChannelList attribute, then a response with
|
|
2003
2003
|
* ChannelAlreadyExist error Status shall be returned.
|
|
2004
2004
|
*
|
|
2005
|
-
* @see {@link MatterSpecification.
|
|
2005
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.12
|
|
2006
2006
|
*/
|
|
2007
2007
|
readonly addBlockChannels: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2008
2008
|
/**
|
|
@@ -2010,14 +2010,14 @@ export declare namespace ContentControl {
|
|
|
2010
2010
|
* This field shall be set to values present in ChannelList attribute in the Channel cluster. The
|
|
2011
2011
|
* BlockChannelIndex field passed in this command shall be NULL.
|
|
2012
2012
|
*
|
|
2013
|
-
* @see {@link MatterSpecification.
|
|
2013
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.12.1
|
|
2014
2014
|
*/
|
|
2015
2015
|
channels: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2016
2016
|
/**
|
|
2017
2017
|
* This field shall indicate a unique index value for a blocked channel. This value may be used to indicate one
|
|
2018
2018
|
* selected channel which will be removed from BlockChannelList attribute.
|
|
2019
2019
|
*
|
|
2020
|
-
* @see {@link MatterSpecification.
|
|
2020
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.3.1
|
|
2021
2021
|
*/
|
|
2022
2022
|
blockChannelIndex: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
2023
2023
|
/**
|
|
@@ -2026,7 +2026,7 @@ export declare namespace ContentControl {
|
|
|
2026
2026
|
* This field is required but shall be set to 0 for channels such as over-the-top channels that are not
|
|
2027
2027
|
* represented by a major or minor number.
|
|
2028
2028
|
*
|
|
2029
|
-
* @see {@link MatterSpecification.
|
|
2029
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.3.2
|
|
2030
2030
|
*/
|
|
2031
2031
|
majorNumber: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2032
2032
|
/**
|
|
@@ -2035,14 +2035,14 @@ export declare namespace ContentControl {
|
|
|
2035
2035
|
* This field is required but shall be set to 0 for channels such as over-the-top channels that are not
|
|
2036
2036
|
* represented by a major or minor number.
|
|
2037
2037
|
*
|
|
2038
|
-
* @see {@link MatterSpecification.
|
|
2038
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.3.3
|
|
2039
2039
|
*/
|
|
2040
2040
|
minorNumber: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2041
2041
|
/**
|
|
2042
2042
|
* This field shall indicate the unique identifier for a specific channel. This field is optional, but SHOULD be
|
|
2043
2043
|
* provided when MajorNumber and MinorNumber are not available.
|
|
2044
2044
|
*
|
|
2045
|
-
* @see {@link MatterSpecification.
|
|
2045
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.3.4
|
|
2046
2046
|
*/
|
|
2047
2047
|
identifier: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
2048
2048
|
}>[]>;
|
|
@@ -2055,14 +2055,14 @@ export declare namespace ContentControl {
|
|
|
2055
2055
|
* channels indicated by ChannelIndexes passed in this command field are not present in the BlockChannelList
|
|
2056
2056
|
* attribute, then a response with ChannelNotExist error Status shall be returned.
|
|
2057
2057
|
*
|
|
2058
|
-
* @see {@link MatterSpecification.
|
|
2058
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.13
|
|
2059
2059
|
*/
|
|
2060
2060
|
readonly removeBlockChannels: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2061
2061
|
/**
|
|
2062
2062
|
* This field shall specify a set of indexes indicating Which channels shall be removed from the
|
|
2063
2063
|
* BlockChannelList attribute.
|
|
2064
2064
|
*
|
|
2065
|
-
* @see {@link MatterSpecification.
|
|
2065
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.13.1
|
|
2066
2066
|
*/
|
|
2067
2067
|
channelIndexes: import("../tlv/TlvObject.js").FieldType<number[]>;
|
|
2068
2068
|
}>, void, any>;
|
|
@@ -2077,7 +2077,7 @@ export declare namespace ContentControl {
|
|
|
2077
2077
|
/**
|
|
2078
2078
|
* Indicates a set of applications that shall be blocked when the Content Control feature is activated.
|
|
2079
2079
|
*
|
|
2080
|
-
* @see {@link MatterSpecification.
|
|
2080
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.7.10
|
|
2081
2081
|
*/
|
|
2082
2082
|
readonly blockApplicationList: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2083
2083
|
/**
|
|
@@ -2086,14 +2086,14 @@ export declare namespace ContentControl {
|
|
|
2086
2086
|
* Content App Platform providers will have their own catalog vendor ID (set to their own Vendor ID) and will
|
|
2087
2087
|
* assign an ApplicationID to each Content App.
|
|
2088
2088
|
*
|
|
2089
|
-
* @see {@link MatterSpecification.
|
|
2089
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.4.1
|
|
2090
2090
|
*/
|
|
2091
2091
|
catalogVendorId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2092
2092
|
/**
|
|
2093
2093
|
* This field shall indicate the application identifier, expressed as a string, such as "PruneVideo" or "Company
|
|
2094
2094
|
* X". This field shall be unique within a catalog.
|
|
2095
2095
|
*
|
|
2096
|
-
* @see {@link MatterSpecification.
|
|
2096
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.4.2
|
|
2097
2097
|
*/
|
|
2098
2098
|
applicationId: import("../tlv/TlvObject.js").FieldType<string>;
|
|
2099
2099
|
}>[], any>;
|
|
@@ -2115,14 +2115,14 @@ export declare namespace ContentControl {
|
|
|
2115
2115
|
* If all applications in Applications field are already present in BlockApplicationList attribute, then a
|
|
2116
2116
|
* response with ApplicationAlreadyExist error Status shall be returned.
|
|
2117
2117
|
*
|
|
2118
|
-
* @see {@link MatterSpecification.
|
|
2118
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.14
|
|
2119
2119
|
*/
|
|
2120
2120
|
readonly addBlockApplications: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2121
2121
|
/**
|
|
2122
2122
|
* This field indicates a set of applications that shall be blocked when the Content Control feature is
|
|
2123
2123
|
* activated.
|
|
2124
2124
|
*
|
|
2125
|
-
* @see {@link MatterSpecification.
|
|
2125
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.14.1
|
|
2126
2126
|
*/
|
|
2127
2127
|
applications: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2128
2128
|
/**
|
|
@@ -2131,14 +2131,14 @@ export declare namespace ContentControl {
|
|
|
2131
2131
|
* Content App Platform providers will have their own catalog vendor ID (set to their own Vendor ID) and will
|
|
2132
2132
|
* assign an ApplicationID to each Content App.
|
|
2133
2133
|
*
|
|
2134
|
-
* @see {@link MatterSpecification.
|
|
2134
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.4.1
|
|
2135
2135
|
*/
|
|
2136
2136
|
catalogVendorId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2137
2137
|
/**
|
|
2138
2138
|
* This field shall indicate the application identifier, expressed as a string, such as "PruneVideo" or "Company
|
|
2139
2139
|
* X". This field shall be unique within a catalog.
|
|
2140
2140
|
*
|
|
2141
|
-
* @see {@link MatterSpecification.
|
|
2141
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.4.2
|
|
2142
2142
|
*/
|
|
2143
2143
|
applicationId: import("../tlv/TlvObject.js").FieldType<string>;
|
|
2144
2144
|
}>[]>;
|
|
@@ -2151,13 +2151,13 @@ export declare namespace ContentControl {
|
|
|
2151
2151
|
* Applications field which are not present in the BlockApplicationList attribute, then a response with
|
|
2152
2152
|
* ApplicationNotExist error Status shall be returned.
|
|
2153
2153
|
*
|
|
2154
|
-
* @see {@link MatterSpecification.
|
|
2154
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.15
|
|
2155
2155
|
*/
|
|
2156
2156
|
readonly removeBlockApplications: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2157
2157
|
/**
|
|
2158
2158
|
* This field indicates a set of applications which shall be removed from BlockApplicationList attribute.
|
|
2159
2159
|
*
|
|
2160
|
-
* @see {@link MatterSpecification.
|
|
2160
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.15.1
|
|
2161
2161
|
*/
|
|
2162
2162
|
applications: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2163
2163
|
/**
|
|
@@ -2166,14 +2166,14 @@ export declare namespace ContentControl {
|
|
|
2166
2166
|
* Content App Platform providers will have their own catalog vendor ID (set to their own Vendor ID) and will
|
|
2167
2167
|
* assign an ApplicationID to each Content App.
|
|
2168
2168
|
*
|
|
2169
|
-
* @see {@link MatterSpecification.
|
|
2169
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.4.1
|
|
2170
2170
|
*/
|
|
2171
2171
|
catalogVendorId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2172
2172
|
/**
|
|
2173
2173
|
* This field shall indicate the application identifier, expressed as a string, such as "PruneVideo" or "Company
|
|
2174
2174
|
* X". This field shall be unique within a catalog.
|
|
2175
2175
|
*
|
|
2176
|
-
* @see {@link MatterSpecification.
|
|
2176
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.4.2
|
|
2177
2177
|
*/
|
|
2178
2178
|
applicationId: import("../tlv/TlvObject.js").FieldType<string>;
|
|
2179
2179
|
}>[]>;
|
|
@@ -2193,20 +2193,20 @@ export declare namespace ContentControl {
|
|
|
2193
2193
|
* block content which is playing and generate an event EnteringBlockContentTimeWindow. There shall NOT be
|
|
2194
2194
|
* multiple entries in this attribute list for the same day of week.
|
|
2195
2195
|
*
|
|
2196
|
-
* @see {@link MatterSpecification.
|
|
2196
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.7.11
|
|
2197
2197
|
*/
|
|
2198
2198
|
readonly blockContentTimeWindow: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2199
2199
|
/**
|
|
2200
2200
|
* This field shall indicate a unique index of a specific time window. This value may be used to indicate a
|
|
2201
2201
|
* selected time window which will be removed from the BlockContentTimeWindow attribute.
|
|
2202
2202
|
*
|
|
2203
|
-
* @see {@link MatterSpecification.
|
|
2203
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.5.1
|
|
2204
2204
|
*/
|
|
2205
2205
|
timeWindowIndex: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
2206
2206
|
/**
|
|
2207
2207
|
* This field shall indicate a day of week.
|
|
2208
2208
|
*
|
|
2209
|
-
* @see {@link MatterSpecification.
|
|
2209
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.5.2
|
|
2210
2210
|
*/
|
|
2211
2211
|
dayOfWeek: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
2212
2212
|
/**
|
|
@@ -2241,25 +2241,25 @@ export declare namespace ContentControl {
|
|
|
2241
2241
|
/**
|
|
2242
2242
|
* This field shall indicate one or more discrete time periods.
|
|
2243
2243
|
*
|
|
2244
|
-
* @see {@link MatterSpecification.
|
|
2244
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.5.3
|
|
2245
2245
|
*/
|
|
2246
2246
|
timePeriod: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2247
2247
|
/**
|
|
2248
2248
|
* This field shall indicate the starting hour.
|
|
2249
2249
|
*
|
|
2250
|
-
* @see {@link MatterSpecification.
|
|
2250
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.6.1
|
|
2251
2251
|
*/
|
|
2252
2252
|
startHour: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2253
2253
|
/**
|
|
2254
2254
|
* This field shall indicate the starting minute.
|
|
2255
2255
|
*
|
|
2256
|
-
* @see {@link MatterSpecification.
|
|
2256
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.6.2
|
|
2257
2257
|
*/
|
|
2258
2258
|
startMinute: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2259
2259
|
/**
|
|
2260
2260
|
* This field shall indicate the ending hour. EndHour shall be equal to or greater than StartHour
|
|
2261
2261
|
*
|
|
2262
|
-
* @see {@link MatterSpecification.
|
|
2262
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.6.3
|
|
2263
2263
|
*/
|
|
2264
2264
|
endHour: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2265
2265
|
/**
|
|
@@ -2267,7 +2267,7 @@ export declare namespace ContentControl {
|
|
|
2267
2267
|
* than StartMinute. If the EndHour is equal to 23 and the EndMinute is equal to 59, all contents shall be
|
|
2268
2268
|
* blocked until 23:59:59.
|
|
2269
2269
|
*
|
|
2270
|
-
* @see {@link MatterSpecification.
|
|
2270
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.6.4
|
|
2271
2271
|
*/
|
|
2272
2272
|
endMinute: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2273
2273
|
}>[]>;
|
|
@@ -2287,26 +2287,26 @@ export declare namespace ContentControl {
|
|
|
2287
2287
|
* If the TimeWindowIndex field is not NULL and presents in the BlockContentTimeWindow attribute, the media
|
|
2288
2288
|
* device shall replace the original time window with the new time window passed in this command.
|
|
2289
2289
|
*
|
|
2290
|
-
* @see {@link MatterSpecification.
|
|
2290
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.16
|
|
2291
2291
|
*/
|
|
2292
2292
|
readonly setBlockContentTimeWindow: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2293
2293
|
/**
|
|
2294
2294
|
* This field shall indicate a time window requested to set to the BlockContentTimeWindow attribute.
|
|
2295
2295
|
*
|
|
2296
|
-
* @see {@link MatterSpecification.
|
|
2296
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.16.1
|
|
2297
2297
|
*/
|
|
2298
2298
|
timeWindow: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2299
2299
|
/**
|
|
2300
2300
|
* This field shall indicate a unique index of a specific time window. This value may be used to indicate a
|
|
2301
2301
|
* selected time window which will be removed from the BlockContentTimeWindow attribute.
|
|
2302
2302
|
*
|
|
2303
|
-
* @see {@link MatterSpecification.
|
|
2303
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.5.1
|
|
2304
2304
|
*/
|
|
2305
2305
|
timeWindowIndex: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
2306
2306
|
/**
|
|
2307
2307
|
* This field shall indicate a day of week.
|
|
2308
2308
|
*
|
|
2309
|
-
* @see {@link MatterSpecification.
|
|
2309
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.5.2
|
|
2310
2310
|
*/
|
|
2311
2311
|
dayOfWeek: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
2312
2312
|
/**
|
|
@@ -2341,25 +2341,25 @@ export declare namespace ContentControl {
|
|
|
2341
2341
|
/**
|
|
2342
2342
|
* This field shall indicate one or more discrete time periods.
|
|
2343
2343
|
*
|
|
2344
|
-
* @see {@link MatterSpecification.
|
|
2344
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.5.3
|
|
2345
2345
|
*/
|
|
2346
2346
|
timePeriod: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2347
2347
|
/**
|
|
2348
2348
|
* This field shall indicate the starting hour.
|
|
2349
2349
|
*
|
|
2350
|
-
* @see {@link MatterSpecification.
|
|
2350
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.6.1
|
|
2351
2351
|
*/
|
|
2352
2352
|
startHour: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2353
2353
|
/**
|
|
2354
2354
|
* This field shall indicate the starting minute.
|
|
2355
2355
|
*
|
|
2356
|
-
* @see {@link MatterSpecification.
|
|
2356
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.6.2
|
|
2357
2357
|
*/
|
|
2358
2358
|
startMinute: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2359
2359
|
/**
|
|
2360
2360
|
* This field shall indicate the ending hour. EndHour shall be equal to or greater than StartHour
|
|
2361
2361
|
*
|
|
2362
|
-
* @see {@link MatterSpecification.
|
|
2362
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.6.3
|
|
2363
2363
|
*/
|
|
2364
2364
|
endHour: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2365
2365
|
/**
|
|
@@ -2367,7 +2367,7 @@ export declare namespace ContentControl {
|
|
|
2367
2367
|
* than StartMinute. If the EndHour is equal to 23 and the EndMinute is equal to 59, all contents shall be
|
|
2368
2368
|
* blocked until 23:59:59.
|
|
2369
2369
|
*
|
|
2370
|
-
* @see {@link MatterSpecification.
|
|
2370
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.6.4
|
|
2371
2371
|
*/
|
|
2372
2372
|
endMinute: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2373
2373
|
}>[]>;
|
|
@@ -2383,14 +2383,14 @@ export declare namespace ContentControl {
|
|
|
2383
2383
|
* If one or more time window indexes passed in this command are not present in BlockContentTimeWindow
|
|
2384
2384
|
* attribute, then a response with TimeWindowNotExist error status shall be returned.
|
|
2385
2385
|
*
|
|
2386
|
-
* @see {@link MatterSpecification.
|
|
2386
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.17
|
|
2387
2387
|
*/
|
|
2388
2388
|
readonly removeBlockContentTimeWindow: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2389
2389
|
/**
|
|
2390
2390
|
* This field shall specify a set of time window indexes indicating which time windows will be removed from the
|
|
2391
2391
|
* BlockContentTimeWindow attribute.
|
|
2392
2392
|
*
|
|
2393
|
-
* @see {@link MatterSpecification.
|
|
2393
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.17.1
|
|
2394
2394
|
*/
|
|
2395
2395
|
timeWindowIndexes: import("../tlv/TlvObject.js").FieldType<number[]>;
|
|
2396
2396
|
}>, void, any>;
|
|
@@ -2400,7 +2400,7 @@ export declare namespace ContentControl {
|
|
|
2400
2400
|
* This event shall be generated when entering a period of blocked content as configured in the
|
|
2401
2401
|
* BlockContentTimeWindow attribute.
|
|
2402
2402
|
*
|
|
2403
|
-
* @see {@link MatterSpecification.
|
|
2403
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.9.2
|
|
2404
2404
|
*/
|
|
2405
2405
|
readonly enteringBlockContentTimeWindow: Event<void, any>;
|
|
2406
2406
|
};
|
|
@@ -2428,20 +2428,20 @@ export declare namespace ContentControl {
|
|
|
2428
2428
|
* performing configuration of the Content Control settings exposed by this cluster. The ResetPIN command
|
|
2429
2429
|
* can also be used to obtain the default PIN.
|
|
2430
2430
|
*
|
|
2431
|
-
* @see {@link MatterSpecification.
|
|
2431
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.1
|
|
2432
2432
|
*/
|
|
2433
2433
|
readonly updatePin: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2434
2434
|
/**
|
|
2435
2435
|
* This field shall specify the original PIN. Once the UpdatePIN command is performed successfully, it shall be
|
|
2436
2436
|
* invalid.
|
|
2437
2437
|
*
|
|
2438
|
-
* @see {@link MatterSpecification.
|
|
2438
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.1.1
|
|
2439
2439
|
*/
|
|
2440
2440
|
oldPin: import("../tlv/TlvObject.js").FieldType<string>;
|
|
2441
2441
|
/**
|
|
2442
2442
|
* This field shall indicate a new PIN for the Content Control feature.
|
|
2443
2443
|
*
|
|
2444
|
-
* @see {@link MatterSpecification.
|
|
2444
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.1.2
|
|
2445
2445
|
*/
|
|
2446
2446
|
newPin: import("../tlv/TlvObject.js").FieldType<string>;
|
|
2447
2447
|
}>, void, any>;
|
|
@@ -2450,13 +2450,13 @@ export declare namespace ContentControl {
|
|
|
2450
2450
|
*
|
|
2451
2451
|
* If this command is executed successfully, a ResetPINResponse command with a new PIN shall be returned.
|
|
2452
2452
|
*
|
|
2453
|
-
* @see {@link MatterSpecification.
|
|
2453
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.2
|
|
2454
2454
|
*/
|
|
2455
2455
|
readonly resetPin: Command<void, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2456
2456
|
/**
|
|
2457
2457
|
* This field shall indicate a new PIN of the Content Control feature.
|
|
2458
2458
|
*
|
|
2459
|
-
* @see {@link MatterSpecification.
|
|
2459
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.3.1
|
|
2460
2460
|
*/
|
|
2461
2461
|
pinCode: import("../tlv/TlvObject.js").FieldType<string>;
|
|
2462
2462
|
}>, any>;
|
|
@@ -2527,7 +2527,7 @@ export declare namespace ContentControl {
|
|
|
2527
2527
|
* Indicates whether the Content Control feature implemented on a media device is turned off (FALSE) or
|
|
2528
2528
|
* turned on (TRUE).
|
|
2529
2529
|
*
|
|
2530
|
-
* @see {@link MatterSpecification.
|
|
2530
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.7.1
|
|
2531
2531
|
*/
|
|
2532
2532
|
readonly enabled: Attribute<boolean, any>;
|
|
2533
2533
|
};
|
|
@@ -2537,7 +2537,7 @@ export declare namespace ContentControl {
|
|
|
2537
2537
|
*
|
|
2538
2538
|
* Upon receipt of the Enable command, the media device shall set the Enabled attribute to TRUE.
|
|
2539
2539
|
*
|
|
2540
|
-
* @see {@link MatterSpecification.
|
|
2540
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.4
|
|
2541
2541
|
*/
|
|
2542
2542
|
readonly enable: Command<void, void, any>;
|
|
2543
2543
|
/**
|
|
@@ -2545,7 +2545,7 @@ export declare namespace ContentControl {
|
|
|
2545
2545
|
*
|
|
2546
2546
|
* On receipt of the Disable command, the media device shall set the Enabled attribute to FALSE.
|
|
2547
2547
|
*
|
|
2548
|
-
* @see {@link MatterSpecification.
|
|
2548
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.5
|
|
2549
2549
|
*/
|
|
2550
2550
|
readonly disable: Command<void, void, any>;
|
|
2551
2551
|
};
|
|
@@ -2572,7 +2572,7 @@ export declare namespace ContentControl {
|
|
|
2572
2572
|
* The ratings in this collection shall be in order from a rating for the youngest viewers to the one for
|
|
2573
2573
|
* the oldest viewers. Each rating in the list shall be unique.
|
|
2574
2574
|
*
|
|
2575
|
-
* @see {@link MatterSpecification.
|
|
2575
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.7.2
|
|
2576
2576
|
*/
|
|
2577
2577
|
readonly onDemandRatings: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2578
2578
|
/**
|
|
@@ -2580,13 +2580,13 @@ export declare namespace ContentControl {
|
|
|
2580
2580
|
* system is dependent upon the region or country where the Node has been provisioned, and may vary from one
|
|
2581
2581
|
* country to another.
|
|
2582
2582
|
*
|
|
2583
|
-
* @see {@link MatterSpecification.
|
|
2583
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.2.1
|
|
2584
2584
|
*/
|
|
2585
2585
|
ratingName: import("../tlv/TlvObject.js").FieldType<string>;
|
|
2586
2586
|
/**
|
|
2587
2587
|
* This field shall specify a human readable (displayable) description for RatingName.
|
|
2588
2588
|
*
|
|
2589
|
-
* @see {@link MatterSpecification.
|
|
2589
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.2.2
|
|
2590
2590
|
*/
|
|
2591
2591
|
ratingNameDesc: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
2592
2592
|
}>[], any>;
|
|
@@ -2602,7 +2602,7 @@ export declare namespace ContentControl {
|
|
|
2602
2602
|
* example, if the feature does not control content within apps, then the device should make this clear to
|
|
2603
2603
|
* the user when the attribute changes.
|
|
2604
2604
|
*
|
|
2605
|
-
* @see {@link MatterSpecification.
|
|
2605
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.7.3
|
|
2606
2606
|
*/
|
|
2607
2607
|
readonly onDemandRatingThreshold: Attribute<string, any>;
|
|
2608
2608
|
};
|
|
@@ -2614,14 +2614,14 @@ export declare namespace ContentControl {
|
|
|
2614
2614
|
* is one of values present in the OnDemandRatings attribute. If not, then a response with InvalidRating
|
|
2615
2615
|
* error status shall be returned.
|
|
2616
2616
|
*
|
|
2617
|
-
* @see {@link MatterSpecification.
|
|
2617
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.10
|
|
2618
2618
|
*/
|
|
2619
2619
|
readonly setOnDemandRatingThreshold: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2620
2620
|
/**
|
|
2621
2621
|
* This field indicates a threshold rating for filtering on-demand content. This field shall be set to one of
|
|
2622
2622
|
* the values present in the OnDemandRatings attribute
|
|
2623
2623
|
*
|
|
2624
|
-
* @see {@link MatterSpecification.
|
|
2624
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.10.1
|
|
2625
2625
|
*/
|
|
2626
2626
|
rating: import("../tlv/TlvObject.js").FieldType<string>;
|
|
2627
2627
|
}>, void, any>;
|
|
@@ -2645,7 +2645,7 @@ export declare namespace ContentControl {
|
|
|
2645
2645
|
* The ratings in this collection shall be in order from a rating for the youngest viewers to the one for
|
|
2646
2646
|
* the oldest viewers. Each rating in the list shall be unique.
|
|
2647
2647
|
*
|
|
2648
|
-
* @see {@link MatterSpecification.
|
|
2648
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.7.4
|
|
2649
2649
|
*/
|
|
2650
2650
|
readonly scheduledContentRatings: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2651
2651
|
/**
|
|
@@ -2653,13 +2653,13 @@ export declare namespace ContentControl {
|
|
|
2653
2653
|
* system is dependent upon the region or country where the Node has been provisioned, and may vary from one
|
|
2654
2654
|
* country to another.
|
|
2655
2655
|
*
|
|
2656
|
-
* @see {@link MatterSpecification.
|
|
2656
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.2.1
|
|
2657
2657
|
*/
|
|
2658
2658
|
ratingName: import("../tlv/TlvObject.js").FieldType<string>;
|
|
2659
2659
|
/**
|
|
2660
2660
|
* This field shall specify a human readable (displayable) description for RatingName.
|
|
2661
2661
|
*
|
|
2662
|
-
* @see {@link MatterSpecification.
|
|
2662
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.2.2
|
|
2663
2663
|
*/
|
|
2664
2664
|
ratingNameDesc: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
2665
2665
|
}>[], any>;
|
|
@@ -2675,7 +2675,7 @@ export declare namespace ContentControl {
|
|
|
2675
2675
|
* example, if the feature does not control content within apps, then the device should make this clear to
|
|
2676
2676
|
* the user when the attribute changes.
|
|
2677
2677
|
*
|
|
2678
|
-
* @see {@link MatterSpecification.
|
|
2678
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.7.5
|
|
2679
2679
|
*/
|
|
2680
2680
|
readonly scheduledContentRatingThreshold: Attribute<string, any>;
|
|
2681
2681
|
};
|
|
@@ -2687,14 +2687,14 @@ export declare namespace ContentControl {
|
|
|
2687
2687
|
* Rating field is one of values present in the ScheduledContentRatings attribute. If not, then a response
|
|
2688
2688
|
* with InvalidRating error status shall be returned.
|
|
2689
2689
|
*
|
|
2690
|
-
* @see {@link MatterSpecification.
|
|
2690
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.11
|
|
2691
2691
|
*/
|
|
2692
2692
|
readonly setScheduledContentRatingThreshold: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2693
2693
|
/**
|
|
2694
2694
|
* This field indicates a threshold rating for filtering scheduled content. This field shall be set to one of
|
|
2695
2695
|
* the values present in the ScheduledContentRatings attribute.
|
|
2696
2696
|
*
|
|
2697
|
-
* @see {@link MatterSpecification.
|
|
2697
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.11.1
|
|
2698
2698
|
*/
|
|
2699
2699
|
rating: import("../tlv/TlvObject.js").FieldType<string>;
|
|
2700
2700
|
}>, void, any>;
|
|
@@ -2710,7 +2710,7 @@ export declare namespace ContentControl {
|
|
|
2710
2710
|
* Indicates the amount of time (in seconds) which the User is allowed to spend watching TV within one day
|
|
2711
2711
|
* when the Content Control feature is activated.
|
|
2712
2712
|
*
|
|
2713
|
-
* @see {@link MatterSpecification.
|
|
2713
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.7.6
|
|
2714
2714
|
*/
|
|
2715
2715
|
readonly screenDailyTime: Attribute<number, any>;
|
|
2716
2716
|
/**
|
|
@@ -2721,7 +2721,7 @@ export declare namespace ContentControl {
|
|
|
2721
2721
|
* This attribute shall be updated when the AddBonusTime command is received and processed successfully
|
|
2722
2722
|
* (with the correct PIN).
|
|
2723
2723
|
*
|
|
2724
|
-
* @see {@link MatterSpecification.
|
|
2724
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.7.7
|
|
2725
2725
|
*/
|
|
2726
2726
|
readonly remainingScreenTime: Attribute<number, any>;
|
|
2727
2727
|
};
|
|
@@ -2746,7 +2746,7 @@ export declare namespace ContentControl {
|
|
|
2746
2746
|
*
|
|
2747
2747
|
* • The client has provided a PINCode that matches the expected PIN value.
|
|
2748
2748
|
*
|
|
2749
|
-
* @see {@link MatterSpecification.
|
|
2749
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.6
|
|
2750
2750
|
*/
|
|
2751
2751
|
readonly addBonusTime: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2752
2752
|
/**
|
|
@@ -2757,14 +2757,14 @@ export declare namespace ContentControl {
|
|
|
2757
2757
|
* permission is allowed to invoke this command only if the PIN passed in this command is equal to the current
|
|
2758
2758
|
* PIN value.
|
|
2759
2759
|
*
|
|
2760
|
-
* @see {@link MatterSpecification.
|
|
2760
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.6.1
|
|
2761
2761
|
*/
|
|
2762
2762
|
pinCode: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
2763
2763
|
/**
|
|
2764
2764
|
* This field shall indicate the amount of extra time (in seconds) to increase RemainingScreenTime. This field
|
|
2765
2765
|
* shall NOT exceed the remaining time of this day.
|
|
2766
2766
|
*
|
|
2767
|
-
* @see {@link MatterSpecification.
|
|
2767
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.6.2
|
|
2768
2768
|
*/
|
|
2769
2769
|
bonusTime: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2770
2770
|
}>, void, any>;
|
|
@@ -2774,14 +2774,14 @@ export declare namespace ContentControl {
|
|
|
2774
2774
|
* Upon receipt of the SetScreenDailyTime command, the media device shall set the ScreenDailyTime attribute
|
|
2775
2775
|
* to the ScreenTime value.
|
|
2776
2776
|
*
|
|
2777
|
-
* @see {@link MatterSpecification.
|
|
2777
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.7
|
|
2778
2778
|
*/
|
|
2779
2779
|
readonly setScreenDailyTime: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2780
2780
|
/**
|
|
2781
2781
|
* This field shall indicate the time (in seconds) which the User is allowed to spend watching TV on this media
|
|
2782
2782
|
* device within one day.
|
|
2783
2783
|
*
|
|
2784
|
-
* @see {@link MatterSpecification.
|
|
2784
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.7.1
|
|
2785
2785
|
*/
|
|
2786
2786
|
screenTime: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2787
2787
|
}>, void, any>;
|
|
@@ -2790,7 +2790,7 @@ export declare namespace ContentControl {
|
|
|
2790
2790
|
/**
|
|
2791
2791
|
* This event shall be generated when the RemainingScreenTime equals 0.
|
|
2792
2792
|
*
|
|
2793
|
-
* @see {@link MatterSpecification.
|
|
2793
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.9.1
|
|
2794
2794
|
*/
|
|
2795
2795
|
readonly remainingScreenTimeExpired: Event<void, any>;
|
|
2796
2796
|
};
|
|
@@ -2810,7 +2810,7 @@ export declare namespace ContentControl {
|
|
|
2810
2810
|
* example, if the feature does not control content within apps, then the device should make this clear to
|
|
2811
2811
|
* the user when the attribute changes.
|
|
2812
2812
|
*
|
|
2813
|
-
* @see {@link MatterSpecification.
|
|
2813
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.7.8
|
|
2814
2814
|
*/
|
|
2815
2815
|
readonly blockUnrated: Attribute<boolean, any>;
|
|
2816
2816
|
};
|
|
@@ -2822,7 +2822,7 @@ export declare namespace ContentControl {
|
|
|
2822
2822
|
* Upon receipt of the BlockUnratedContent command, the media device shall set the BlockUnrated attribute to
|
|
2823
2823
|
* TRUE.
|
|
2824
2824
|
*
|
|
2825
|
-
* @see {@link MatterSpecification.
|
|
2825
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.8
|
|
2826
2826
|
*/
|
|
2827
2827
|
readonly blockUnratedContent: Command<void, void, any>;
|
|
2828
2828
|
/**
|
|
@@ -2832,7 +2832,7 @@ export declare namespace ContentControl {
|
|
|
2832
2832
|
* Upon receipt of the UnblockUnratedContent command, the media device shall set the BlockUnrated attribute
|
|
2833
2833
|
* to FALSE.
|
|
2834
2834
|
*
|
|
2835
|
-
* @see {@link MatterSpecification.
|
|
2835
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.9
|
|
2836
2836
|
*/
|
|
2837
2837
|
readonly unblockUnratedContent: Command<void, void, any>;
|
|
2838
2838
|
};
|
|
@@ -2846,14 +2846,14 @@ export declare namespace ContentControl {
|
|
|
2846
2846
|
/**
|
|
2847
2847
|
* Indicates a set of channels that shall be blocked when the Content Control feature is activated.
|
|
2848
2848
|
*
|
|
2849
|
-
* @see {@link MatterSpecification.
|
|
2849
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.7.9
|
|
2850
2850
|
*/
|
|
2851
2851
|
readonly blockChannelList: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2852
2852
|
/**
|
|
2853
2853
|
* This field shall indicate a unique index value for a blocked channel. This value may be used to indicate one
|
|
2854
2854
|
* selected channel which will be removed from BlockChannelList attribute.
|
|
2855
2855
|
*
|
|
2856
|
-
* @see {@link MatterSpecification.
|
|
2856
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.3.1
|
|
2857
2857
|
*/
|
|
2858
2858
|
blockChannelIndex: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
2859
2859
|
/**
|
|
@@ -2862,7 +2862,7 @@ export declare namespace ContentControl {
|
|
|
2862
2862
|
* This field is required but shall be set to 0 for channels such as over-the-top channels that are not
|
|
2863
2863
|
* represented by a major or minor number.
|
|
2864
2864
|
*
|
|
2865
|
-
* @see {@link MatterSpecification.
|
|
2865
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.3.2
|
|
2866
2866
|
*/
|
|
2867
2867
|
majorNumber: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2868
2868
|
/**
|
|
@@ -2871,14 +2871,14 @@ export declare namespace ContentControl {
|
|
|
2871
2871
|
* This field is required but shall be set to 0 for channels such as over-the-top channels that are not
|
|
2872
2872
|
* represented by a major or minor number.
|
|
2873
2873
|
*
|
|
2874
|
-
* @see {@link MatterSpecification.
|
|
2874
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.3.3
|
|
2875
2875
|
*/
|
|
2876
2876
|
minorNumber: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2877
2877
|
/**
|
|
2878
2878
|
* This field shall indicate the unique identifier for a specific channel. This field is optional, but SHOULD be
|
|
2879
2879
|
* provided when MajorNumber and MinorNumber are not available.
|
|
2880
2880
|
*
|
|
2881
|
-
* @see {@link MatterSpecification.
|
|
2881
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.3.4
|
|
2882
2882
|
*/
|
|
2883
2883
|
identifier: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
2884
2884
|
}>[], any>;
|
|
@@ -2900,7 +2900,7 @@ export declare namespace ContentControl {
|
|
|
2900
2900
|
* If all channels in Channel field already exist in the BlockChannelList attribute, then a response with
|
|
2901
2901
|
* ChannelAlreadyExist error Status shall be returned.
|
|
2902
2902
|
*
|
|
2903
|
-
* @see {@link MatterSpecification.
|
|
2903
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.12
|
|
2904
2904
|
*/
|
|
2905
2905
|
readonly addBlockChannels: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2906
2906
|
/**
|
|
@@ -2908,14 +2908,14 @@ export declare namespace ContentControl {
|
|
|
2908
2908
|
* This field shall be set to values present in ChannelList attribute in the Channel cluster. The
|
|
2909
2909
|
* BlockChannelIndex field passed in this command shall be NULL.
|
|
2910
2910
|
*
|
|
2911
|
-
* @see {@link MatterSpecification.
|
|
2911
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.12.1
|
|
2912
2912
|
*/
|
|
2913
2913
|
channels: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2914
2914
|
/**
|
|
2915
2915
|
* This field shall indicate a unique index value for a blocked channel. This value may be used to indicate one
|
|
2916
2916
|
* selected channel which will be removed from BlockChannelList attribute.
|
|
2917
2917
|
*
|
|
2918
|
-
* @see {@link MatterSpecification.
|
|
2918
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.3.1
|
|
2919
2919
|
*/
|
|
2920
2920
|
blockChannelIndex: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
2921
2921
|
/**
|
|
@@ -2924,7 +2924,7 @@ export declare namespace ContentControl {
|
|
|
2924
2924
|
* This field is required but shall be set to 0 for channels such as over-the-top channels that are not
|
|
2925
2925
|
* represented by a major or minor number.
|
|
2926
2926
|
*
|
|
2927
|
-
* @see {@link MatterSpecification.
|
|
2927
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.3.2
|
|
2928
2928
|
*/
|
|
2929
2929
|
majorNumber: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2930
2930
|
/**
|
|
@@ -2933,14 +2933,14 @@ export declare namespace ContentControl {
|
|
|
2933
2933
|
* This field is required but shall be set to 0 for channels such as over-the-top channels that are not
|
|
2934
2934
|
* represented by a major or minor number.
|
|
2935
2935
|
*
|
|
2936
|
-
* @see {@link MatterSpecification.
|
|
2936
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.3.3
|
|
2937
2937
|
*/
|
|
2938
2938
|
minorNumber: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2939
2939
|
/**
|
|
2940
2940
|
* This field shall indicate the unique identifier for a specific channel. This field is optional, but SHOULD be
|
|
2941
2941
|
* provided when MajorNumber and MinorNumber are not available.
|
|
2942
2942
|
*
|
|
2943
|
-
* @see {@link MatterSpecification.
|
|
2943
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.3.4
|
|
2944
2944
|
*/
|
|
2945
2945
|
identifier: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
2946
2946
|
}>[]>;
|
|
@@ -2953,14 +2953,14 @@ export declare namespace ContentControl {
|
|
|
2953
2953
|
* channels indicated by ChannelIndexes passed in this command field are not present in the BlockChannelList
|
|
2954
2954
|
* attribute, then a response with ChannelNotExist error Status shall be returned.
|
|
2955
2955
|
*
|
|
2956
|
-
* @see {@link MatterSpecification.
|
|
2956
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.13
|
|
2957
2957
|
*/
|
|
2958
2958
|
readonly removeBlockChannels: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2959
2959
|
/**
|
|
2960
2960
|
* This field shall specify a set of indexes indicating Which channels shall be removed from the
|
|
2961
2961
|
* BlockChannelList attribute.
|
|
2962
2962
|
*
|
|
2963
|
-
* @see {@link MatterSpecification.
|
|
2963
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.13.1
|
|
2964
2964
|
*/
|
|
2965
2965
|
channelIndexes: import("../tlv/TlvObject.js").FieldType<number[]>;
|
|
2966
2966
|
}>, void, any>;
|
|
@@ -2975,7 +2975,7 @@ export declare namespace ContentControl {
|
|
|
2975
2975
|
/**
|
|
2976
2976
|
* Indicates a set of applications that shall be blocked when the Content Control feature is activated.
|
|
2977
2977
|
*
|
|
2978
|
-
* @see {@link MatterSpecification.
|
|
2978
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.7.10
|
|
2979
2979
|
*/
|
|
2980
2980
|
readonly blockApplicationList: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2981
2981
|
/**
|
|
@@ -2984,14 +2984,14 @@ export declare namespace ContentControl {
|
|
|
2984
2984
|
* Content App Platform providers will have their own catalog vendor ID (set to their own Vendor ID) and will
|
|
2985
2985
|
* assign an ApplicationID to each Content App.
|
|
2986
2986
|
*
|
|
2987
|
-
* @see {@link MatterSpecification.
|
|
2987
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.4.1
|
|
2988
2988
|
*/
|
|
2989
2989
|
catalogVendorId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2990
2990
|
/**
|
|
2991
2991
|
* This field shall indicate the application identifier, expressed as a string, such as "PruneVideo" or "Company
|
|
2992
2992
|
* X". This field shall be unique within a catalog.
|
|
2993
2993
|
*
|
|
2994
|
-
* @see {@link MatterSpecification.
|
|
2994
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.4.2
|
|
2995
2995
|
*/
|
|
2996
2996
|
applicationId: import("../tlv/TlvObject.js").FieldType<string>;
|
|
2997
2997
|
}>[], any>;
|
|
@@ -3013,14 +3013,14 @@ export declare namespace ContentControl {
|
|
|
3013
3013
|
* If all applications in Applications field are already present in BlockApplicationList attribute, then a
|
|
3014
3014
|
* response with ApplicationAlreadyExist error Status shall be returned.
|
|
3015
3015
|
*
|
|
3016
|
-
* @see {@link MatterSpecification.
|
|
3016
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.14
|
|
3017
3017
|
*/
|
|
3018
3018
|
readonly addBlockApplications: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3019
3019
|
/**
|
|
3020
3020
|
* This field indicates a set of applications that shall be blocked when the Content Control feature is
|
|
3021
3021
|
* activated.
|
|
3022
3022
|
*
|
|
3023
|
-
* @see {@link MatterSpecification.
|
|
3023
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.14.1
|
|
3024
3024
|
*/
|
|
3025
3025
|
applications: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3026
3026
|
/**
|
|
@@ -3029,14 +3029,14 @@ export declare namespace ContentControl {
|
|
|
3029
3029
|
* Content App Platform providers will have their own catalog vendor ID (set to their own Vendor ID) and will
|
|
3030
3030
|
* assign an ApplicationID to each Content App.
|
|
3031
3031
|
*
|
|
3032
|
-
* @see {@link MatterSpecification.
|
|
3032
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.4.1
|
|
3033
3033
|
*/
|
|
3034
3034
|
catalogVendorId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3035
3035
|
/**
|
|
3036
3036
|
* This field shall indicate the application identifier, expressed as a string, such as "PruneVideo" or "Company
|
|
3037
3037
|
* X". This field shall be unique within a catalog.
|
|
3038
3038
|
*
|
|
3039
|
-
* @see {@link MatterSpecification.
|
|
3039
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.4.2
|
|
3040
3040
|
*/
|
|
3041
3041
|
applicationId: import("../tlv/TlvObject.js").FieldType<string>;
|
|
3042
3042
|
}>[]>;
|
|
@@ -3049,13 +3049,13 @@ export declare namespace ContentControl {
|
|
|
3049
3049
|
* Applications field which are not present in the BlockApplicationList attribute, then a response with
|
|
3050
3050
|
* ApplicationNotExist error Status shall be returned.
|
|
3051
3051
|
*
|
|
3052
|
-
* @see {@link MatterSpecification.
|
|
3052
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.15
|
|
3053
3053
|
*/
|
|
3054
3054
|
readonly removeBlockApplications: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3055
3055
|
/**
|
|
3056
3056
|
* This field indicates a set of applications which shall be removed from BlockApplicationList attribute.
|
|
3057
3057
|
*
|
|
3058
|
-
* @see {@link MatterSpecification.
|
|
3058
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.15.1
|
|
3059
3059
|
*/
|
|
3060
3060
|
applications: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3061
3061
|
/**
|
|
@@ -3064,14 +3064,14 @@ export declare namespace ContentControl {
|
|
|
3064
3064
|
* Content App Platform providers will have their own catalog vendor ID (set to their own Vendor ID) and will
|
|
3065
3065
|
* assign an ApplicationID to each Content App.
|
|
3066
3066
|
*
|
|
3067
|
-
* @see {@link MatterSpecification.
|
|
3067
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.4.1
|
|
3068
3068
|
*/
|
|
3069
3069
|
catalogVendorId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3070
3070
|
/**
|
|
3071
3071
|
* This field shall indicate the application identifier, expressed as a string, such as "PruneVideo" or "Company
|
|
3072
3072
|
* X". This field shall be unique within a catalog.
|
|
3073
3073
|
*
|
|
3074
|
-
* @see {@link MatterSpecification.
|
|
3074
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.4.2
|
|
3075
3075
|
*/
|
|
3076
3076
|
applicationId: import("../tlv/TlvObject.js").FieldType<string>;
|
|
3077
3077
|
}>[]>;
|
|
@@ -3091,20 +3091,20 @@ export declare namespace ContentControl {
|
|
|
3091
3091
|
* block content which is playing and generate an event EnteringBlockContentTimeWindow. There shall NOT be
|
|
3092
3092
|
* multiple entries in this attribute list for the same day of week.
|
|
3093
3093
|
*
|
|
3094
|
-
* @see {@link MatterSpecification.
|
|
3094
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.7.11
|
|
3095
3095
|
*/
|
|
3096
3096
|
readonly blockContentTimeWindow: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3097
3097
|
/**
|
|
3098
3098
|
* This field shall indicate a unique index of a specific time window. This value may be used to indicate a
|
|
3099
3099
|
* selected time window which will be removed from the BlockContentTimeWindow attribute.
|
|
3100
3100
|
*
|
|
3101
|
-
* @see {@link MatterSpecification.
|
|
3101
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.5.1
|
|
3102
3102
|
*/
|
|
3103
3103
|
timeWindowIndex: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
3104
3104
|
/**
|
|
3105
3105
|
* This field shall indicate a day of week.
|
|
3106
3106
|
*
|
|
3107
|
-
* @see {@link MatterSpecification.
|
|
3107
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.5.2
|
|
3108
3108
|
*/
|
|
3109
3109
|
dayOfWeek: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
3110
3110
|
/**
|
|
@@ -3139,25 +3139,25 @@ export declare namespace ContentControl {
|
|
|
3139
3139
|
/**
|
|
3140
3140
|
* This field shall indicate one or more discrete time periods.
|
|
3141
3141
|
*
|
|
3142
|
-
* @see {@link MatterSpecification.
|
|
3142
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.5.3
|
|
3143
3143
|
*/
|
|
3144
3144
|
timePeriod: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3145
3145
|
/**
|
|
3146
3146
|
* This field shall indicate the starting hour.
|
|
3147
3147
|
*
|
|
3148
|
-
* @see {@link MatterSpecification.
|
|
3148
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.6.1
|
|
3149
3149
|
*/
|
|
3150
3150
|
startHour: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3151
3151
|
/**
|
|
3152
3152
|
* This field shall indicate the starting minute.
|
|
3153
3153
|
*
|
|
3154
|
-
* @see {@link MatterSpecification.
|
|
3154
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.6.2
|
|
3155
3155
|
*/
|
|
3156
3156
|
startMinute: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3157
3157
|
/**
|
|
3158
3158
|
* This field shall indicate the ending hour. EndHour shall be equal to or greater than StartHour
|
|
3159
3159
|
*
|
|
3160
|
-
* @see {@link MatterSpecification.
|
|
3160
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.6.3
|
|
3161
3161
|
*/
|
|
3162
3162
|
endHour: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3163
3163
|
/**
|
|
@@ -3165,7 +3165,7 @@ export declare namespace ContentControl {
|
|
|
3165
3165
|
* than StartMinute. If the EndHour is equal to 23 and the EndMinute is equal to 59, all contents shall be
|
|
3166
3166
|
* blocked until 23:59:59.
|
|
3167
3167
|
*
|
|
3168
|
-
* @see {@link MatterSpecification.
|
|
3168
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.6.4
|
|
3169
3169
|
*/
|
|
3170
3170
|
endMinute: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3171
3171
|
}>[]>;
|
|
@@ -3185,26 +3185,26 @@ export declare namespace ContentControl {
|
|
|
3185
3185
|
* If the TimeWindowIndex field is not NULL and presents in the BlockContentTimeWindow attribute, the media
|
|
3186
3186
|
* device shall replace the original time window with the new time window passed in this command.
|
|
3187
3187
|
*
|
|
3188
|
-
* @see {@link MatterSpecification.
|
|
3188
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.16
|
|
3189
3189
|
*/
|
|
3190
3190
|
readonly setBlockContentTimeWindow: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3191
3191
|
/**
|
|
3192
3192
|
* This field shall indicate a time window requested to set to the BlockContentTimeWindow attribute.
|
|
3193
3193
|
*
|
|
3194
|
-
* @see {@link MatterSpecification.
|
|
3194
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.16.1
|
|
3195
3195
|
*/
|
|
3196
3196
|
timeWindow: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3197
3197
|
/**
|
|
3198
3198
|
* This field shall indicate a unique index of a specific time window. This value may be used to indicate a
|
|
3199
3199
|
* selected time window which will be removed from the BlockContentTimeWindow attribute.
|
|
3200
3200
|
*
|
|
3201
|
-
* @see {@link MatterSpecification.
|
|
3201
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.5.1
|
|
3202
3202
|
*/
|
|
3203
3203
|
timeWindowIndex: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
3204
3204
|
/**
|
|
3205
3205
|
* This field shall indicate a day of week.
|
|
3206
3206
|
*
|
|
3207
|
-
* @see {@link MatterSpecification.
|
|
3207
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.5.2
|
|
3208
3208
|
*/
|
|
3209
3209
|
dayOfWeek: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
3210
3210
|
/**
|
|
@@ -3239,25 +3239,25 @@ export declare namespace ContentControl {
|
|
|
3239
3239
|
/**
|
|
3240
3240
|
* This field shall indicate one or more discrete time periods.
|
|
3241
3241
|
*
|
|
3242
|
-
* @see {@link MatterSpecification.
|
|
3242
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.5.3
|
|
3243
3243
|
*/
|
|
3244
3244
|
timePeriod: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3245
3245
|
/**
|
|
3246
3246
|
* This field shall indicate the starting hour.
|
|
3247
3247
|
*
|
|
3248
|
-
* @see {@link MatterSpecification.
|
|
3248
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.6.1
|
|
3249
3249
|
*/
|
|
3250
3250
|
startHour: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3251
3251
|
/**
|
|
3252
3252
|
* This field shall indicate the starting minute.
|
|
3253
3253
|
*
|
|
3254
|
-
* @see {@link MatterSpecification.
|
|
3254
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.6.2
|
|
3255
3255
|
*/
|
|
3256
3256
|
startMinute: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3257
3257
|
/**
|
|
3258
3258
|
* This field shall indicate the ending hour. EndHour shall be equal to or greater than StartHour
|
|
3259
3259
|
*
|
|
3260
|
-
* @see {@link MatterSpecification.
|
|
3260
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.6.3
|
|
3261
3261
|
*/
|
|
3262
3262
|
endHour: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3263
3263
|
/**
|
|
@@ -3265,7 +3265,7 @@ export declare namespace ContentControl {
|
|
|
3265
3265
|
* than StartMinute. If the EndHour is equal to 23 and the EndMinute is equal to 59, all contents shall be
|
|
3266
3266
|
* blocked until 23:59:59.
|
|
3267
3267
|
*
|
|
3268
|
-
* @see {@link MatterSpecification.
|
|
3268
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.6.4
|
|
3269
3269
|
*/
|
|
3270
3270
|
endMinute: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3271
3271
|
}>[]>;
|
|
@@ -3281,14 +3281,14 @@ export declare namespace ContentControl {
|
|
|
3281
3281
|
* If one or more time window indexes passed in this command are not present in BlockContentTimeWindow
|
|
3282
3282
|
* attribute, then a response with TimeWindowNotExist error status shall be returned.
|
|
3283
3283
|
*
|
|
3284
|
-
* @see {@link MatterSpecification.
|
|
3284
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.17
|
|
3285
3285
|
*/
|
|
3286
3286
|
readonly removeBlockContentTimeWindow: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3287
3287
|
/**
|
|
3288
3288
|
* This field shall specify a set of time window indexes indicating which time windows will be removed from the
|
|
3289
3289
|
* BlockContentTimeWindow attribute.
|
|
3290
3290
|
*
|
|
3291
|
-
* @see {@link MatterSpecification.
|
|
3291
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.17.1
|
|
3292
3292
|
*/
|
|
3293
3293
|
timeWindowIndexes: import("../tlv/TlvObject.js").FieldType<number[]>;
|
|
3294
3294
|
}>, void, any>;
|
|
@@ -3298,7 +3298,7 @@ export declare namespace ContentControl {
|
|
|
3298
3298
|
* This event shall be generated when entering a period of blocked content as configured in the
|
|
3299
3299
|
* BlockContentTimeWindow attribute.
|
|
3300
3300
|
*
|
|
3301
|
-
* @see {@link MatterSpecification.
|
|
3301
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.9.2
|
|
3302
3302
|
*/
|
|
3303
3303
|
readonly enteringBlockContentTimeWindow: Event<void, any>;
|
|
3304
3304
|
};
|
|
@@ -3326,20 +3326,20 @@ export declare namespace ContentControl {
|
|
|
3326
3326
|
* performing configuration of the Content Control settings exposed by this cluster. The ResetPIN command
|
|
3327
3327
|
* can also be used to obtain the default PIN.
|
|
3328
3328
|
*
|
|
3329
|
-
* @see {@link MatterSpecification.
|
|
3329
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.1
|
|
3330
3330
|
*/
|
|
3331
3331
|
readonly updatePin: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3332
3332
|
/**
|
|
3333
3333
|
* This field shall specify the original PIN. Once the UpdatePIN command is performed successfully, it shall be
|
|
3334
3334
|
* invalid.
|
|
3335
3335
|
*
|
|
3336
|
-
* @see {@link MatterSpecification.
|
|
3336
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.1.1
|
|
3337
3337
|
*/
|
|
3338
3338
|
oldPin: import("../tlv/TlvObject.js").FieldType<string>;
|
|
3339
3339
|
/**
|
|
3340
3340
|
* This field shall indicate a new PIN for the Content Control feature.
|
|
3341
3341
|
*
|
|
3342
|
-
* @see {@link MatterSpecification.
|
|
3342
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.1.2
|
|
3343
3343
|
*/
|
|
3344
3344
|
newPin: import("../tlv/TlvObject.js").FieldType<string>;
|
|
3345
3345
|
}>, void, any>;
|
|
@@ -3348,13 +3348,13 @@ export declare namespace ContentControl {
|
|
|
3348
3348
|
*
|
|
3349
3349
|
* If this command is executed successfully, a ResetPINResponse command with a new PIN shall be returned.
|
|
3350
3350
|
*
|
|
3351
|
-
* @see {@link MatterSpecification.
|
|
3351
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.2
|
|
3352
3352
|
*/
|
|
3353
3353
|
readonly resetPin: Command<void, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3354
3354
|
/**
|
|
3355
3355
|
* This field shall indicate a new PIN of the Content Control feature.
|
|
3356
3356
|
*
|
|
3357
|
-
* @see {@link MatterSpecification.
|
|
3357
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.3.1
|
|
3358
3358
|
*/
|
|
3359
3359
|
pinCode: import("../tlv/TlvObject.js").FieldType<string>;
|
|
3360
3360
|
}>, any>;
|
|
@@ -3376,7 +3376,7 @@ export declare namespace ContentControl {
|
|
|
3376
3376
|
* ContentControlCluster supports optional features that you can enable with the ContentControlCluster.with()
|
|
3377
3377
|
* factory method.
|
|
3378
3378
|
*
|
|
3379
|
-
* @see {@link MatterSpecification.
|
|
3379
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13
|
|
3380
3380
|
*/
|
|
3381
3381
|
interface Cluster extends Identity<typeof ClusterInstance> {
|
|
3382
3382
|
}
|
|
@@ -3446,13 +3446,13 @@ export declare namespace ContentControl {
|
|
|
3446
3446
|
* system is dependent upon the region or country where the Node has been provisioned, and may vary from one
|
|
3447
3447
|
* country to another.
|
|
3448
3448
|
*
|
|
3449
|
-
* @see {@link MatterSpecification.
|
|
3449
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.2.1
|
|
3450
3450
|
*/
|
|
3451
3451
|
ratingName: import("../tlv/TlvObject.js").FieldType<string>;
|
|
3452
3452
|
/**
|
|
3453
3453
|
* This field shall specify a human readable (displayable) description for RatingName.
|
|
3454
3454
|
*
|
|
3455
|
-
* @see {@link MatterSpecification.
|
|
3455
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.2.2
|
|
3456
3456
|
*/
|
|
3457
3457
|
ratingNameDesc: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
3458
3458
|
}>[], any> & {
|
|
@@ -3477,13 +3477,13 @@ export declare namespace ContentControl {
|
|
|
3477
3477
|
* system is dependent upon the region or country where the Node has been provisioned, and may vary from one
|
|
3478
3478
|
* country to another.
|
|
3479
3479
|
*
|
|
3480
|
-
* @see {@link MatterSpecification.
|
|
3480
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.2.1
|
|
3481
3481
|
*/
|
|
3482
3482
|
ratingName: import("../tlv/TlvObject.js").FieldType<string>;
|
|
3483
3483
|
/**
|
|
3484
3484
|
* This field shall specify a human readable (displayable) description for RatingName.
|
|
3485
3485
|
*
|
|
3486
|
-
* @see {@link MatterSpecification.
|
|
3486
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.2.2
|
|
3487
3487
|
*/
|
|
3488
3488
|
ratingNameDesc: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
3489
3489
|
}>[], any> & {
|
|
@@ -3531,7 +3531,7 @@ export declare namespace ContentControl {
|
|
|
3531
3531
|
* This field shall indicate a unique index value for a blocked channel. This value may be used to indicate one
|
|
3532
3532
|
* selected channel which will be removed from BlockChannelList attribute.
|
|
3533
3533
|
*
|
|
3534
|
-
* @see {@link MatterSpecification.
|
|
3534
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.3.1
|
|
3535
3535
|
*/
|
|
3536
3536
|
blockChannelIndex: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
3537
3537
|
/**
|
|
@@ -3540,7 +3540,7 @@ export declare namespace ContentControl {
|
|
|
3540
3540
|
* This field is required but shall be set to 0 for channels such as over-the-top channels that are not
|
|
3541
3541
|
* represented by a major or minor number.
|
|
3542
3542
|
*
|
|
3543
|
-
* @see {@link MatterSpecification.
|
|
3543
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.3.2
|
|
3544
3544
|
*/
|
|
3545
3545
|
majorNumber: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3546
3546
|
/**
|
|
@@ -3549,14 +3549,14 @@ export declare namespace ContentControl {
|
|
|
3549
3549
|
* This field is required but shall be set to 0 for channels such as over-the-top channels that are not
|
|
3550
3550
|
* represented by a major or minor number.
|
|
3551
3551
|
*
|
|
3552
|
-
* @see {@link MatterSpecification.
|
|
3552
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.3.3
|
|
3553
3553
|
*/
|
|
3554
3554
|
minorNumber: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3555
3555
|
/**
|
|
3556
3556
|
* This field shall indicate the unique identifier for a specific channel. This field is optional, but SHOULD be
|
|
3557
3557
|
* provided when MajorNumber and MinorNumber are not available.
|
|
3558
3558
|
*
|
|
3559
|
-
* @see {@link MatterSpecification.
|
|
3559
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.3.4
|
|
3560
3560
|
*/
|
|
3561
3561
|
identifier: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
3562
3562
|
}>[], any> & {
|
|
@@ -3574,14 +3574,14 @@ export declare namespace ContentControl {
|
|
|
3574
3574
|
* Content App Platform providers will have their own catalog vendor ID (set to their own Vendor ID) and will
|
|
3575
3575
|
* assign an ApplicationID to each Content App.
|
|
3576
3576
|
*
|
|
3577
|
-
* @see {@link MatterSpecification.
|
|
3577
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.4.1
|
|
3578
3578
|
*/
|
|
3579
3579
|
catalogVendorId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3580
3580
|
/**
|
|
3581
3581
|
* This field shall indicate the application identifier, expressed as a string, such as "PruneVideo" or "Company
|
|
3582
3582
|
* X". This field shall be unique within a catalog.
|
|
3583
3583
|
*
|
|
3584
|
-
* @see {@link MatterSpecification.
|
|
3584
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.4.2
|
|
3585
3585
|
*/
|
|
3586
3586
|
applicationId: import("../tlv/TlvObject.js").FieldType<string>;
|
|
3587
3587
|
}>[], any> & {
|
|
@@ -3597,13 +3597,13 @@ export declare namespace ContentControl {
|
|
|
3597
3597
|
* This field shall indicate a unique index of a specific time window. This value may be used to indicate a
|
|
3598
3598
|
* selected time window which will be removed from the BlockContentTimeWindow attribute.
|
|
3599
3599
|
*
|
|
3600
|
-
* @see {@link MatterSpecification.
|
|
3600
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.5.1
|
|
3601
3601
|
*/
|
|
3602
3602
|
timeWindowIndex: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
3603
3603
|
/**
|
|
3604
3604
|
* This field shall indicate a day of week.
|
|
3605
3605
|
*
|
|
3606
|
-
* @see {@link MatterSpecification.
|
|
3606
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.5.2
|
|
3607
3607
|
*/
|
|
3608
3608
|
dayOfWeek: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
3609
3609
|
/**
|
|
@@ -3638,25 +3638,25 @@ export declare namespace ContentControl {
|
|
|
3638
3638
|
/**
|
|
3639
3639
|
* This field shall indicate one or more discrete time periods.
|
|
3640
3640
|
*
|
|
3641
|
-
* @see {@link MatterSpecification.
|
|
3641
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.5.3
|
|
3642
3642
|
*/
|
|
3643
3643
|
timePeriod: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3644
3644
|
/**
|
|
3645
3645
|
* This field shall indicate the starting hour.
|
|
3646
3646
|
*
|
|
3647
|
-
* @see {@link MatterSpecification.
|
|
3647
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.6.1
|
|
3648
3648
|
*/
|
|
3649
3649
|
startHour: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3650
3650
|
/**
|
|
3651
3651
|
* This field shall indicate the starting minute.
|
|
3652
3652
|
*
|
|
3653
|
-
* @see {@link MatterSpecification.
|
|
3653
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.6.2
|
|
3654
3654
|
*/
|
|
3655
3655
|
startMinute: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3656
3656
|
/**
|
|
3657
3657
|
* This field shall indicate the ending hour. EndHour shall be equal to or greater than StartHour
|
|
3658
3658
|
*
|
|
3659
|
-
* @see {@link MatterSpecification.
|
|
3659
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.6.3
|
|
3660
3660
|
*/
|
|
3661
3661
|
endHour: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3662
3662
|
/**
|
|
@@ -3664,7 +3664,7 @@ export declare namespace ContentControl {
|
|
|
3664
3664
|
* than StartMinute. If the EndHour is equal to 23 and the EndMinute is equal to 59, all contents shall be
|
|
3665
3665
|
* blocked until 23:59:59.
|
|
3666
3666
|
*
|
|
3667
|
-
* @see {@link MatterSpecification.
|
|
3667
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.6.4
|
|
3668
3668
|
*/
|
|
3669
3669
|
endMinute: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3670
3670
|
}>[]>;
|
|
@@ -3739,13 +3739,13 @@ export declare namespace ContentControl {
|
|
|
3739
3739
|
* This field shall specify the original PIN. Once the UpdatePIN command is performed successfully, it shall be
|
|
3740
3740
|
* invalid.
|
|
3741
3741
|
*
|
|
3742
|
-
* @see {@link MatterSpecification.
|
|
3742
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.1.1
|
|
3743
3743
|
*/
|
|
3744
3744
|
oldPin: import("../tlv/TlvObject.js").FieldType<string>;
|
|
3745
3745
|
/**
|
|
3746
3746
|
* This field shall indicate a new PIN for the Content Control feature.
|
|
3747
3747
|
*
|
|
3748
|
-
* @see {@link MatterSpecification.
|
|
3748
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.1.2
|
|
3749
3749
|
*/
|
|
3750
3750
|
newPin: import("../tlv/TlvObject.js").FieldType<string>;
|
|
3751
3751
|
}>, void, any> & {
|
|
@@ -3760,7 +3760,7 @@ export declare namespace ContentControl {
|
|
|
3760
3760
|
/**
|
|
3761
3761
|
* This field shall indicate a new PIN of the Content Control feature.
|
|
3762
3762
|
*
|
|
3763
|
-
* @see {@link MatterSpecification.
|
|
3763
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.3.1
|
|
3764
3764
|
*/
|
|
3765
3765
|
pinCode: import("../tlv/TlvObject.js").FieldType<string>;
|
|
3766
3766
|
}>, any> & {
|
|
@@ -3780,14 +3780,14 @@ export declare namespace ContentControl {
|
|
|
3780
3780
|
* permission is allowed to invoke this command only if the PIN passed in this command is equal to the current
|
|
3781
3781
|
* PIN value.
|
|
3782
3782
|
*
|
|
3783
|
-
* @see {@link MatterSpecification.
|
|
3783
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.6.1
|
|
3784
3784
|
*/
|
|
3785
3785
|
pinCode: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
3786
3786
|
/**
|
|
3787
3787
|
* This field shall indicate the amount of extra time (in seconds) to increase RemainingScreenTime. This field
|
|
3788
3788
|
* shall NOT exceed the remaining time of this day.
|
|
3789
3789
|
*
|
|
3790
|
-
* @see {@link MatterSpecification.
|
|
3790
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.6.2
|
|
3791
3791
|
*/
|
|
3792
3792
|
bonusTime: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3793
3793
|
}>, void, any> & {
|
|
@@ -3803,7 +3803,7 @@ export declare namespace ContentControl {
|
|
|
3803
3803
|
* This field shall indicate the time (in seconds) which the User is allowed to spend watching TV on this media
|
|
3804
3804
|
* device within one day.
|
|
3805
3805
|
*
|
|
3806
|
-
* @see {@link MatterSpecification.
|
|
3806
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.7.1
|
|
3807
3807
|
*/
|
|
3808
3808
|
screenTime: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3809
3809
|
}>, void, any> & {
|
|
@@ -3835,7 +3835,7 @@ export declare namespace ContentControl {
|
|
|
3835
3835
|
* This field indicates a threshold rating for filtering on-demand content. This field shall be set to one of
|
|
3836
3836
|
* the values present in the OnDemandRatings attribute
|
|
3837
3837
|
*
|
|
3838
|
-
* @see {@link MatterSpecification.
|
|
3838
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.10.1
|
|
3839
3839
|
*/
|
|
3840
3840
|
rating: import("../tlv/TlvObject.js").FieldType<string>;
|
|
3841
3841
|
}>, void, any> & {
|
|
@@ -3851,7 +3851,7 @@ export declare namespace ContentControl {
|
|
|
3851
3851
|
* This field indicates a threshold rating for filtering scheduled content. This field shall be set to one of
|
|
3852
3852
|
* the values present in the ScheduledContentRatings attribute.
|
|
3853
3853
|
*
|
|
3854
|
-
* @see {@link MatterSpecification.
|
|
3854
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.11.1
|
|
3855
3855
|
*/
|
|
3856
3856
|
rating: import("../tlv/TlvObject.js").FieldType<string>;
|
|
3857
3857
|
}>, void, any> & {
|
|
@@ -3868,14 +3868,14 @@ export declare namespace ContentControl {
|
|
|
3868
3868
|
* This field shall be set to values present in ChannelList attribute in the Channel cluster. The
|
|
3869
3869
|
* BlockChannelIndex field passed in this command shall be NULL.
|
|
3870
3870
|
*
|
|
3871
|
-
* @see {@link MatterSpecification.
|
|
3871
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.12.1
|
|
3872
3872
|
*/
|
|
3873
3873
|
channels: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3874
3874
|
/**
|
|
3875
3875
|
* This field shall indicate a unique index value for a blocked channel. This value may be used to indicate one
|
|
3876
3876
|
* selected channel which will be removed from BlockChannelList attribute.
|
|
3877
3877
|
*
|
|
3878
|
-
* @see {@link MatterSpecification.
|
|
3878
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.3.1
|
|
3879
3879
|
*/
|
|
3880
3880
|
blockChannelIndex: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
3881
3881
|
/**
|
|
@@ -3884,7 +3884,7 @@ export declare namespace ContentControl {
|
|
|
3884
3884
|
* This field is required but shall be set to 0 for channels such as over-the-top channels that are not
|
|
3885
3885
|
* represented by a major or minor number.
|
|
3886
3886
|
*
|
|
3887
|
-
* @see {@link MatterSpecification.
|
|
3887
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.3.2
|
|
3888
3888
|
*/
|
|
3889
3889
|
majorNumber: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3890
3890
|
/**
|
|
@@ -3893,14 +3893,14 @@ export declare namespace ContentControl {
|
|
|
3893
3893
|
* This field is required but shall be set to 0 for channels such as over-the-top channels that are not
|
|
3894
3894
|
* represented by a major or minor number.
|
|
3895
3895
|
*
|
|
3896
|
-
* @see {@link MatterSpecification.
|
|
3896
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.3.3
|
|
3897
3897
|
*/
|
|
3898
3898
|
minorNumber: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3899
3899
|
/**
|
|
3900
3900
|
* This field shall indicate the unique identifier for a specific channel. This field is optional, but SHOULD be
|
|
3901
3901
|
* provided when MajorNumber and MinorNumber are not available.
|
|
3902
3902
|
*
|
|
3903
|
-
* @see {@link MatterSpecification.
|
|
3903
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.3.4
|
|
3904
3904
|
*/
|
|
3905
3905
|
identifier: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
3906
3906
|
}>[]>;
|
|
@@ -3917,7 +3917,7 @@ export declare namespace ContentControl {
|
|
|
3917
3917
|
* This field shall specify a set of indexes indicating Which channels shall be removed from the
|
|
3918
3918
|
* BlockChannelList attribute.
|
|
3919
3919
|
*
|
|
3920
|
-
* @see {@link MatterSpecification.
|
|
3920
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.13.1
|
|
3921
3921
|
*/
|
|
3922
3922
|
channelIndexes: import("../tlv/TlvObject.js").FieldType<number[]>;
|
|
3923
3923
|
}>, void, any> & {
|
|
@@ -3933,7 +3933,7 @@ export declare namespace ContentControl {
|
|
|
3933
3933
|
* This field indicates a set of applications that shall be blocked when the Content Control feature is
|
|
3934
3934
|
* activated.
|
|
3935
3935
|
*
|
|
3936
|
-
* @see {@link MatterSpecification.
|
|
3936
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.14.1
|
|
3937
3937
|
*/
|
|
3938
3938
|
applications: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3939
3939
|
/**
|
|
@@ -3942,14 +3942,14 @@ export declare namespace ContentControl {
|
|
|
3942
3942
|
* Content App Platform providers will have their own catalog vendor ID (set to their own Vendor ID) and will
|
|
3943
3943
|
* assign an ApplicationID to each Content App.
|
|
3944
3944
|
*
|
|
3945
|
-
* @see {@link MatterSpecification.
|
|
3945
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.4.1
|
|
3946
3946
|
*/
|
|
3947
3947
|
catalogVendorId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3948
3948
|
/**
|
|
3949
3949
|
* This field shall indicate the application identifier, expressed as a string, such as "PruneVideo" or "Company
|
|
3950
3950
|
* X". This field shall be unique within a catalog.
|
|
3951
3951
|
*
|
|
3952
|
-
* @see {@link MatterSpecification.
|
|
3952
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.4.2
|
|
3953
3953
|
*/
|
|
3954
3954
|
applicationId: import("../tlv/TlvObject.js").FieldType<string>;
|
|
3955
3955
|
}>[]>;
|
|
@@ -3965,7 +3965,7 @@ export declare namespace ContentControl {
|
|
|
3965
3965
|
/**
|
|
3966
3966
|
* This field indicates a set of applications which shall be removed from BlockApplicationList attribute.
|
|
3967
3967
|
*
|
|
3968
|
-
* @see {@link MatterSpecification.
|
|
3968
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.15.1
|
|
3969
3969
|
*/
|
|
3970
3970
|
applications: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3971
3971
|
/**
|
|
@@ -3974,14 +3974,14 @@ export declare namespace ContentControl {
|
|
|
3974
3974
|
* Content App Platform providers will have their own catalog vendor ID (set to their own Vendor ID) and will
|
|
3975
3975
|
* assign an ApplicationID to each Content App.
|
|
3976
3976
|
*
|
|
3977
|
-
* @see {@link MatterSpecification.
|
|
3977
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.4.1
|
|
3978
3978
|
*/
|
|
3979
3979
|
catalogVendorId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3980
3980
|
/**
|
|
3981
3981
|
* This field shall indicate the application identifier, expressed as a string, such as "PruneVideo" or "Company
|
|
3982
3982
|
* X". This field shall be unique within a catalog.
|
|
3983
3983
|
*
|
|
3984
|
-
* @see {@link MatterSpecification.
|
|
3984
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.4.2
|
|
3985
3985
|
*/
|
|
3986
3986
|
applicationId: import("../tlv/TlvObject.js").FieldType<string>;
|
|
3987
3987
|
}>[]>;
|
|
@@ -3997,20 +3997,20 @@ export declare namespace ContentControl {
|
|
|
3997
3997
|
/**
|
|
3998
3998
|
* This field shall indicate a time window requested to set to the BlockContentTimeWindow attribute.
|
|
3999
3999
|
*
|
|
4000
|
-
* @see {@link MatterSpecification.
|
|
4000
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.16.1
|
|
4001
4001
|
*/
|
|
4002
4002
|
timeWindow: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
4003
4003
|
/**
|
|
4004
4004
|
* This field shall indicate a unique index of a specific time window. This value may be used to indicate a
|
|
4005
4005
|
* selected time window which will be removed from the BlockContentTimeWindow attribute.
|
|
4006
4006
|
*
|
|
4007
|
-
* @see {@link MatterSpecification.
|
|
4007
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.5.1
|
|
4008
4008
|
*/
|
|
4009
4009
|
timeWindowIndex: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
4010
4010
|
/**
|
|
4011
4011
|
* This field shall indicate a day of week.
|
|
4012
4012
|
*
|
|
4013
|
-
* @see {@link MatterSpecification.
|
|
4013
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.5.2
|
|
4014
4014
|
*/
|
|
4015
4015
|
dayOfWeek: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
4016
4016
|
/**
|
|
@@ -4045,25 +4045,25 @@ export declare namespace ContentControl {
|
|
|
4045
4045
|
/**
|
|
4046
4046
|
* This field shall indicate one or more discrete time periods.
|
|
4047
4047
|
*
|
|
4048
|
-
* @see {@link MatterSpecification.
|
|
4048
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.5.3
|
|
4049
4049
|
*/
|
|
4050
4050
|
timePeriod: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
4051
4051
|
/**
|
|
4052
4052
|
* This field shall indicate the starting hour.
|
|
4053
4053
|
*
|
|
4054
|
-
* @see {@link MatterSpecification.
|
|
4054
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.6.1
|
|
4055
4055
|
*/
|
|
4056
4056
|
startHour: import("../tlv/TlvObject.js").FieldType<number>;
|
|
4057
4057
|
/**
|
|
4058
4058
|
* This field shall indicate the starting minute.
|
|
4059
4059
|
*
|
|
4060
|
-
* @see {@link MatterSpecification.
|
|
4060
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.6.2
|
|
4061
4061
|
*/
|
|
4062
4062
|
startMinute: import("../tlv/TlvObject.js").FieldType<number>;
|
|
4063
4063
|
/**
|
|
4064
4064
|
* This field shall indicate the ending hour. EndHour shall be equal to or greater than StartHour
|
|
4065
4065
|
*
|
|
4066
|
-
* @see {@link MatterSpecification.
|
|
4066
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.6.3
|
|
4067
4067
|
*/
|
|
4068
4068
|
endHour: import("../tlv/TlvObject.js").FieldType<number>;
|
|
4069
4069
|
/**
|
|
@@ -4071,7 +4071,7 @@ export declare namespace ContentControl {
|
|
|
4071
4071
|
* than StartMinute. If the EndHour is equal to 23 and the EndMinute is equal to 59, all contents shall be
|
|
4072
4072
|
* blocked until 23:59:59.
|
|
4073
4073
|
*
|
|
4074
|
-
* @see {@link MatterSpecification.
|
|
4074
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.5.6.4
|
|
4075
4075
|
*/
|
|
4076
4076
|
endMinute: import("../tlv/TlvObject.js").FieldType<number>;
|
|
4077
4077
|
}>[]>;
|
|
@@ -4089,7 +4089,7 @@ export declare namespace ContentControl {
|
|
|
4089
4089
|
* This field shall specify a set of time window indexes indicating which time windows will be removed from the
|
|
4090
4090
|
* BlockContentTimeWindow attribute.
|
|
4091
4091
|
*
|
|
4092
|
-
* @see {@link MatterSpecification.
|
|
4092
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.17.1
|
|
4093
4093
|
*/
|
|
4094
4094
|
timeWindowIndexes: import("../tlv/TlvObject.js").FieldType<number[]>;
|
|
4095
4095
|
}>, void, any> & {
|
|
@@ -4105,7 +4105,7 @@ export declare namespace ContentControl {
|
|
|
4105
4105
|
*
|
|
4106
4106
|
* Upon receipt of the Enable command, the media device shall set the Enabled attribute to TRUE.
|
|
4107
4107
|
*
|
|
4108
|
-
* @see {@link MatterSpecification.
|
|
4108
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.4
|
|
4109
4109
|
*/
|
|
4110
4110
|
readonly enable: Command<void, void, any>;
|
|
4111
4111
|
/**
|
|
@@ -4113,7 +4113,7 @@ export declare namespace ContentControl {
|
|
|
4113
4113
|
*
|
|
4114
4114
|
* On receipt of the Disable command, the media device shall set the Enabled attribute to FALSE.
|
|
4115
4115
|
*
|
|
4116
|
-
* @see {@link MatterSpecification.
|
|
4116
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.13.8.5
|
|
4117
4117
|
*/
|
|
4118
4118
|
readonly disable: Command<void, void, any>;
|
|
4119
4119
|
};
|