@matter/types 0.16.0-alpha.0-20251104-8c3166ea3 → 0.16.0-alpha.0-20251107-6bcb5baf4
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 +54 -54
- 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 +104 -104
- 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/basic-information.d.ts +55 -55
- package/dist/cjs/clusters/basic-information.js +35 -35
- 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 +105 -105
- package/dist/cjs/clusters/bridged-device-basic-information.js +29 -29
- package/dist/cjs/clusters/channel.d.ts +561 -561
- 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 +18 -18
- package/dist/cjs/clusters/content-app-observer.js +6 -6
- package/dist/cjs/clusters/content-control.d.ts +366 -366
- package/dist/cjs/clusters/content-control.js +58 -58
- package/dist/cjs/clusters/content-launcher.d.ts +479 -479
- package/dist/cjs/clusters/content-launcher.js +39 -39
- package/dist/cjs/clusters/descriptor.d.ts +30 -30
- package/dist/cjs/clusters/descriptor.js +9 -9
- 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 +37 -37
- 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 +1349 -1349
- package/dist/cjs/clusters/door-lock.js +227 -227
- package/dist/cjs/clusters/ecosystem-information.d.ts +35 -35
- package/dist/cjs/clusters/ecosystem-information.js +14 -14
- package/dist/cjs/clusters/electrical-energy-measurement.d.ts +276 -276
- package/dist/cjs/clusters/electrical-energy-measurement.js +25 -25
- package/dist/cjs/clusters/electrical-power-measurement.d.ts +200 -200
- 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 +83 -83
- package/dist/cjs/clusters/fan-control.js +19 -19
- 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-administrator.d.ts +34 -34
- package/dist/cjs/clusters/joint-fabric-administrator.js +10 -10
- package/dist/cjs/clusters/joint-fabric-datastore.d.ts +232 -232
- package/dist/cjs/clusters/joint-fabric-datastore.js +73 -73
- package/dist/cjs/clusters/keypad-input.d.ts +18 -18
- 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 +34 -34
- package/dist/cjs/clusters/laundry-washer-mode.js +5 -5
- package/dist/cjs/clusters/level-control.d.ts +303 -303
- package/dist/cjs/clusters/level-control.js +32 -32
- package/dist/cjs/clusters/localization-configuration.d.ts +3 -3
- package/dist/cjs/clusters/localization-configuration.js +2 -2
- package/dist/cjs/clusters/low-power.d.ts +2 -2
- package/dist/cjs/clusters/low-power.js +1 -1
- package/dist/cjs/clusters/media-input.d.ts +47 -47
- package/dist/cjs/clusters/media-input.js +11 -11
- package/dist/cjs/clusters/media-playback.d.ts +390 -390
- 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 +106 -106
- package/dist/cjs/clusters/operational-credentials.js +38 -38
- 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 +65 -65
- 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 +16 -16
- package/dist/cjs/clusters/oven-cavity-operational-state.js +11 -11
- 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/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 +49 -49
- package/dist/cjs/clusters/rvc-clean-mode.js +9 -9
- package/dist/cjs/clusters/rvc-operational-state.d.ts +54 -54
- package/dist/cjs/clusters/rvc-operational-state.js +17 -17
- package/dist/cjs/clusters/rvc-run-mode.d.ts +55 -55
- package/dist/cjs/clusters/rvc-run-mode.js +9 -9
- package/dist/cjs/clusters/scenes-management.d.ts +244 -244
- package/dist/cjs/clusters/scenes-management.js +69 -69
- 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 +32 -32
- 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 +514 -514
- package/dist/cjs/clusters/thermostat.js +114 -114
- package/dist/cjs/clusters/thread-border-router-management.d.ts +58 -58
- package/dist/cjs/clusters/thread-border-router-management.js +14 -14
- package/dist/cjs/clusters/thread-network-diagnostics.d.ts +359 -359
- package/dist/cjs/clusters/thread-network-diagnostics.js +108 -108
- package/dist/cjs/clusters/thread-network-directory.d.ts +27 -27
- package/dist/cjs/clusters/thread-network-directory.js +11 -11
- package/dist/cjs/clusters/time-format-localization.d.ts +12 -12
- package/dist/cjs/clusters/time-format-localization.js +3 -3
- package/dist/cjs/clusters/time-synchronization.d.ts +246 -246
- package/dist/cjs/clusters/time-synchronization.js +47 -47
- package/dist/cjs/clusters/unit-localization.d.ts +9 -9
- package/dist/cjs/clusters/unit-localization.js +2 -2
- package/dist/cjs/clusters/user-label.d.ts +2 -2
- package/dist/cjs/clusters/user-label.js +1 -1
- package/dist/cjs/clusters/valve-configuration-and-control.d.ts +81 -81
- 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 +8 -8
- package/dist/cjs/clusters/wi-fi-network-management.js +4 -4
- package/dist/cjs/clusters/window-covering.d.ts +183 -183
- package/dist/cjs/clusters/window-covering.js +49 -49
- package/dist/cjs/dcl/operational-certificate.d.ts +8 -1
- package/dist/cjs/dcl/operational-certificate.d.ts.map +1 -1
- package/dist/cjs/globals/AtomicAttributeStatus.d.ts +4 -4
- package/dist/cjs/globals/AtomicAttributeStatus.js +2 -2
- package/dist/cjs/globals/AtomicRequestType.d.ts +1 -1
- package/dist/cjs/globals/Currency.d.ts +2 -2
- 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/Namespace.d.ts +1 -1
- package/dist/cjs/globals/Price.d.ts +2 -2
- 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 +36 -36
- package/dist/cjs/globals/ThreeLevelAuto.d.ts +1 -1
- package/dist/cjs/globals/WildcardPathFlags.d.ts +1 -1
- package/dist/cjs/protocol/definitions/secure-channel.d.ts +2 -0
- package/dist/cjs/protocol/definitions/secure-channel.d.ts.map +1 -1
- package/dist/cjs/protocol/definitions/secure-channel.js +1 -0
- package/dist/cjs/protocol/definitions/secure-channel.js.map +1 -1
- package/dist/cjs/schema/PairingCodeSchema.d.ts +4 -0
- package/dist/cjs/schema/PairingCodeSchema.d.ts.map +1 -1
- package/dist/cjs/schema/PairingCodeSchema.js +18 -2
- package/dist/cjs/schema/PairingCodeSchema.js.map +2 -2
- 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 +54 -54
- 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 +104 -104
- 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/basic-information.d.ts +55 -55
- package/dist/esm/clusters/basic-information.js +35 -35
- 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 +105 -105
- package/dist/esm/clusters/bridged-device-basic-information.js +29 -29
- package/dist/esm/clusters/channel.d.ts +561 -561
- 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 +18 -18
- package/dist/esm/clusters/content-app-observer.js +6 -6
- package/dist/esm/clusters/content-control.d.ts +366 -366
- package/dist/esm/clusters/content-control.js +58 -58
- package/dist/esm/clusters/content-launcher.d.ts +479 -479
- package/dist/esm/clusters/content-launcher.js +39 -39
- package/dist/esm/clusters/descriptor.d.ts +30 -30
- package/dist/esm/clusters/descriptor.js +9 -9
- 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 +37 -37
- 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 +1349 -1349
- package/dist/esm/clusters/door-lock.js +227 -227
- package/dist/esm/clusters/ecosystem-information.d.ts +35 -35
- package/dist/esm/clusters/ecosystem-information.js +14 -14
- package/dist/esm/clusters/electrical-energy-measurement.d.ts +276 -276
- package/dist/esm/clusters/electrical-energy-measurement.js +25 -25
- package/dist/esm/clusters/electrical-power-measurement.d.ts +200 -200
- 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 +83 -83
- package/dist/esm/clusters/fan-control.js +19 -19
- 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-administrator.d.ts +34 -34
- package/dist/esm/clusters/joint-fabric-administrator.js +10 -10
- package/dist/esm/clusters/joint-fabric-datastore.d.ts +232 -232
- package/dist/esm/clusters/joint-fabric-datastore.js +73 -73
- package/dist/esm/clusters/keypad-input.d.ts +18 -18
- 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 +34 -34
- package/dist/esm/clusters/laundry-washer-mode.js +5 -5
- package/dist/esm/clusters/level-control.d.ts +303 -303
- package/dist/esm/clusters/level-control.js +32 -32
- package/dist/esm/clusters/localization-configuration.d.ts +3 -3
- package/dist/esm/clusters/localization-configuration.js +2 -2
- package/dist/esm/clusters/low-power.d.ts +2 -2
- package/dist/esm/clusters/low-power.js +1 -1
- package/dist/esm/clusters/media-input.d.ts +47 -47
- package/dist/esm/clusters/media-input.js +11 -11
- package/dist/esm/clusters/media-playback.d.ts +390 -390
- 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 +106 -106
- package/dist/esm/clusters/operational-credentials.js +38 -38
- 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 +65 -65
- 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 +16 -16
- package/dist/esm/clusters/oven-cavity-operational-state.js +11 -11
- 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/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 +49 -49
- package/dist/esm/clusters/rvc-clean-mode.js +9 -9
- package/dist/esm/clusters/rvc-operational-state.d.ts +54 -54
- package/dist/esm/clusters/rvc-operational-state.js +17 -17
- package/dist/esm/clusters/rvc-run-mode.d.ts +55 -55
- package/dist/esm/clusters/rvc-run-mode.js +9 -9
- package/dist/esm/clusters/scenes-management.d.ts +244 -244
- package/dist/esm/clusters/scenes-management.js +69 -69
- 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 +32 -32
- 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 +514 -514
- package/dist/esm/clusters/thermostat.js +114 -114
- package/dist/esm/clusters/thread-border-router-management.d.ts +58 -58
- package/dist/esm/clusters/thread-border-router-management.js +14 -14
- package/dist/esm/clusters/thread-network-diagnostics.d.ts +359 -359
- package/dist/esm/clusters/thread-network-diagnostics.js +108 -108
- package/dist/esm/clusters/thread-network-directory.d.ts +27 -27
- package/dist/esm/clusters/thread-network-directory.js +11 -11
- package/dist/esm/clusters/time-format-localization.d.ts +12 -12
- package/dist/esm/clusters/time-format-localization.js +3 -3
- package/dist/esm/clusters/time-synchronization.d.ts +246 -246
- package/dist/esm/clusters/time-synchronization.js +47 -47
- package/dist/esm/clusters/unit-localization.d.ts +9 -9
- package/dist/esm/clusters/unit-localization.js +2 -2
- package/dist/esm/clusters/user-label.d.ts +2 -2
- package/dist/esm/clusters/user-label.js +1 -1
- package/dist/esm/clusters/valve-configuration-and-control.d.ts +81 -81
- 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 +8 -8
- package/dist/esm/clusters/wi-fi-network-management.js +4 -4
- package/dist/esm/clusters/window-covering.d.ts +183 -183
- package/dist/esm/clusters/window-covering.js +49 -49
- package/dist/esm/dcl/operational-certificate.d.ts +8 -1
- package/dist/esm/dcl/operational-certificate.d.ts.map +1 -1
- package/dist/esm/globals/AtomicAttributeStatus.d.ts +4 -4
- package/dist/esm/globals/AtomicAttributeStatus.js +2 -2
- package/dist/esm/globals/AtomicRequestType.d.ts +1 -1
- package/dist/esm/globals/Currency.d.ts +2 -2
- 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/Namespace.d.ts +1 -1
- package/dist/esm/globals/Price.d.ts +2 -2
- 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 +36 -36
- package/dist/esm/globals/ThreeLevelAuto.d.ts +1 -1
- package/dist/esm/globals/WildcardPathFlags.d.ts +1 -1
- package/dist/esm/protocol/definitions/secure-channel.d.ts +2 -0
- package/dist/esm/protocol/definitions/secure-channel.d.ts.map +1 -1
- package/dist/esm/protocol/definitions/secure-channel.js +1 -0
- package/dist/esm/protocol/definitions/secure-channel.js.map +1 -1
- package/dist/esm/schema/PairingCodeSchema.d.ts +4 -0
- package/dist/esm/schema/PairingCodeSchema.d.ts.map +1 -1
- package/dist/esm/schema/PairingCodeSchema.js +18 -2
- package/dist/esm/schema/PairingCodeSchema.js.map +2 -2
- 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 +23 -23
- 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 +33 -33
- package/src/clusters/audio-output.ts +17 -17
- package/src/clusters/basic-information.ts +48 -48
- 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 +39 -39
- package/src/clusters/channel.ts +113 -113
- 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 +13 -13
- package/src/clusters/content-control.ts +106 -106
- package/src/clusters/content-launcher.ts +73 -73
- package/src/clusters/descriptor.ts +14 -14
- 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 +30 -30
- package/src/clusters/dishwasher-alarm.ts +24 -24
- package/src/clusters/dishwasher-mode.ts +27 -27
- package/src/clusters/door-lock.ts +378 -378
- package/src/clusters/ecosystem-information.ts +21 -21
- package/src/clusters/electrical-energy-measurement.ts +40 -40
- package/src/clusters/electrical-power-measurement.ts +54 -54
- 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-administrator.ts +31 -31
- package/src/clusters/joint-fabric-datastore.ts +145 -145
- package/src/clusters/keypad-input.ts +13 -13
- package/src/clusters/label.ts +5 -5
- package/src/clusters/laundry-dryer-controls.ts +4 -4
- package/src/clusters/laundry-washer-controls.ts +11 -11
- package/src/clusters/laundry-washer-mode.ts +25 -25
- package/src/clusters/level-control.ts +49 -49
- package/src/clusters/localization-configuration.ts +3 -3
- package/src/clusters/low-power.ts +2 -2
- package/src/clusters/media-input.ts +20 -20
- package/src/clusters/media-playback.ts +96 -96
- 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 +75 -75
- package/src/clusters/operational-state.ts +34 -34
- package/src/clusters/ota-software-update-provider.ts +43 -43
- package/src/clusters/ota-software-update-requestor.ts +55 -55
- package/src/clusters/oven-cavity-operational-state.ts +14 -14
- package/src/clusters/oven-mode.ts +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/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 +32 -32
- package/src/clusters/rvc-operational-state.ts +28 -28
- package/src/clusters/rvc-run-mode.ts +38 -38
- package/src/clusters/scenes-management.ts +111 -111
- 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 +22 -22
- package/src/clusters/temperature-control.ts +19 -19
- package/src/clusters/temperature-measurement.ts +5 -5
- package/src/clusters/thermostat-user-interface-configuration.ts +7 -7
- package/src/clusters/thermostat.ts +172 -172
- package/src/clusters/thread-border-router-management.ts +23 -23
- package/src/clusters/thread-network-diagnostics.ts +125 -125
- package/src/clusters/thread-network-directory.ts +22 -22
- package/src/clusters/time-format-localization.ts +7 -7
- package/src/clusters/time-synchronization.ts +82 -82
- package/src/clusters/unit-localization.ts +5 -5
- package/src/clusters/user-label.ts +2 -2
- package/src/clusters/valve-configuration-and-control.ts +36 -36
- 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 +7 -7
- package/src/clusters/window-covering.ts +68 -68
- package/src/dcl/operational-certificate.ts +9 -1
- package/src/globals/AtomicAttributeStatus.ts +4 -4
- package/src/globals/AtomicRequestType.ts +1 -1
- package/src/globals/Currency.ts +2 -2
- 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/Namespace.ts +1 -1
- package/src/globals/Price.ts +2 -2
- 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 +36 -36
- package/src/globals/ThreeLevelAuto.ts +1 -1
- package/src/globals/WildcardPathFlags.ts +1 -1
- package/src/protocol/definitions/secure-channel.ts +3 -0
- package/src/schema/PairingCodeSchema.ts +21 -4
|
@@ -15,7 +15,7 @@ export declare namespace ContentControl {
|
|
|
15
15
|
/**
|
|
16
16
|
* These are optional features supported by ContentControlCluster.
|
|
17
17
|
*
|
|
18
|
-
* @see {@link MatterSpecification.
|
|
18
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.4
|
|
19
19
|
*/
|
|
20
20
|
enum Feature {
|
|
21
21
|
/**
|
|
@@ -69,7 +69,7 @@ export declare namespace ContentControl {
|
|
|
69
69
|
BlockContentTimeWindow = "BlockContentTimeWindow"
|
|
70
70
|
}
|
|
71
71
|
/**
|
|
72
|
-
* @see {@link MatterSpecification.
|
|
72
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.2
|
|
73
73
|
*/
|
|
74
74
|
const TlvRatingName: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
75
75
|
/**
|
|
@@ -77,67 +77,67 @@ export declare namespace ContentControl {
|
|
|
77
77
|
* system is dependent upon the region or country where the Node has been provisioned, and may vary from one
|
|
78
78
|
* country to another.
|
|
79
79
|
*
|
|
80
|
-
* @see {@link MatterSpecification.
|
|
80
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.2.1
|
|
81
81
|
*/
|
|
82
82
|
ratingName: import("../tlv/TlvObject.js").FieldType<string>;
|
|
83
83
|
/**
|
|
84
84
|
* This field shall specify a human readable (displayable) description for RatingName.
|
|
85
85
|
*
|
|
86
|
-
* @see {@link MatterSpecification.
|
|
86
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.2.2
|
|
87
87
|
*/
|
|
88
88
|
ratingNameDesc: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
89
89
|
}>;
|
|
90
90
|
/**
|
|
91
|
-
* @see {@link MatterSpecification.
|
|
91
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.2
|
|
92
92
|
*/
|
|
93
93
|
interface RatingName extends TypeFromSchema<typeof TlvRatingName> {
|
|
94
94
|
}
|
|
95
95
|
/**
|
|
96
96
|
* Input to the ContentControl setOnDemandRatingThreshold command
|
|
97
97
|
*
|
|
98
|
-
* @see {@link MatterSpecification.
|
|
98
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.10
|
|
99
99
|
*/
|
|
100
100
|
const TlvSetOnDemandRatingThresholdRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
101
101
|
/**
|
|
102
102
|
* This field indicates a threshold rating for filtering on-demand content. This field shall be set to one of
|
|
103
103
|
* the values present in the OnDemandRatings attribute
|
|
104
104
|
*
|
|
105
|
-
* @see {@link MatterSpecification.
|
|
105
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.10.1
|
|
106
106
|
*/
|
|
107
107
|
rating: import("../tlv/TlvObject.js").FieldType<string>;
|
|
108
108
|
}>;
|
|
109
109
|
/**
|
|
110
110
|
* Input to the ContentControl setOnDemandRatingThreshold command
|
|
111
111
|
*
|
|
112
|
-
* @see {@link MatterSpecification.
|
|
112
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.10
|
|
113
113
|
*/
|
|
114
114
|
interface SetOnDemandRatingThresholdRequest extends TypeFromSchema<typeof TlvSetOnDemandRatingThresholdRequest> {
|
|
115
115
|
}
|
|
116
116
|
/**
|
|
117
117
|
* Input to the ContentControl setScheduledContentRatingThreshold command
|
|
118
118
|
*
|
|
119
|
-
* @see {@link MatterSpecification.
|
|
119
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.11
|
|
120
120
|
*/
|
|
121
121
|
const TlvSetScheduledContentRatingThresholdRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
122
122
|
/**
|
|
123
123
|
* This field indicates a threshold rating for filtering scheduled content. This field shall be set to one of
|
|
124
124
|
* the values present in the ScheduledContentRatings attribute.
|
|
125
125
|
*
|
|
126
|
-
* @see {@link MatterSpecification.
|
|
126
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.11.1
|
|
127
127
|
*/
|
|
128
128
|
rating: import("../tlv/TlvObject.js").FieldType<string>;
|
|
129
129
|
}>;
|
|
130
130
|
/**
|
|
131
131
|
* Input to the ContentControl setScheduledContentRatingThreshold command
|
|
132
132
|
*
|
|
133
|
-
* @see {@link MatterSpecification.
|
|
133
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.11
|
|
134
134
|
*/
|
|
135
135
|
interface SetScheduledContentRatingThresholdRequest extends TypeFromSchema<typeof TlvSetScheduledContentRatingThresholdRequest> {
|
|
136
136
|
}
|
|
137
137
|
/**
|
|
138
138
|
* Input to the ContentControl addBonusTime command
|
|
139
139
|
*
|
|
140
|
-
* @see {@link MatterSpecification.
|
|
140
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.6
|
|
141
141
|
*/
|
|
142
142
|
const TlvAddBonusTimeRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
143
143
|
/**
|
|
@@ -148,54 +148,54 @@ export declare namespace ContentControl {
|
|
|
148
148
|
* permission is allowed to invoke this command only if the PIN passed in this command is equal to the current
|
|
149
149
|
* PIN value.
|
|
150
150
|
*
|
|
151
|
-
* @see {@link MatterSpecification.
|
|
151
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.6.1
|
|
152
152
|
*/
|
|
153
153
|
pinCode: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
154
154
|
/**
|
|
155
155
|
* This field shall indicate the amount of extra time (in seconds) to increase RemainingScreenTime. This field
|
|
156
156
|
* shall NOT exceed the remaining time of this day.
|
|
157
157
|
*
|
|
158
|
-
* @see {@link MatterSpecification.
|
|
158
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.6.2
|
|
159
159
|
*/
|
|
160
160
|
bonusTime: import("../tlv/TlvObject.js").FieldType<number>;
|
|
161
161
|
}>;
|
|
162
162
|
/**
|
|
163
163
|
* Input to the ContentControl addBonusTime command
|
|
164
164
|
*
|
|
165
|
-
* @see {@link MatterSpecification.
|
|
165
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.6
|
|
166
166
|
*/
|
|
167
167
|
interface AddBonusTimeRequest extends TypeFromSchema<typeof TlvAddBonusTimeRequest> {
|
|
168
168
|
}
|
|
169
169
|
/**
|
|
170
170
|
* Input to the ContentControl setScreenDailyTime command
|
|
171
171
|
*
|
|
172
|
-
* @see {@link MatterSpecification.
|
|
172
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.7
|
|
173
173
|
*/
|
|
174
174
|
const TlvSetScreenDailyTimeRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
175
175
|
/**
|
|
176
176
|
* This field shall indicate the time (in seconds) which the User is allowed to spend watching TV on this media
|
|
177
177
|
* device within one day.
|
|
178
178
|
*
|
|
179
|
-
* @see {@link MatterSpecification.
|
|
179
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.7.1
|
|
180
180
|
*/
|
|
181
181
|
screenTime: import("../tlv/TlvObject.js").FieldType<number>;
|
|
182
182
|
}>;
|
|
183
183
|
/**
|
|
184
184
|
* Input to the ContentControl setScreenDailyTime command
|
|
185
185
|
*
|
|
186
|
-
* @see {@link MatterSpecification.
|
|
186
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.7
|
|
187
187
|
*/
|
|
188
188
|
interface SetScreenDailyTimeRequest extends TypeFromSchema<typeof TlvSetScreenDailyTimeRequest> {
|
|
189
189
|
}
|
|
190
190
|
/**
|
|
191
|
-
* @see {@link MatterSpecification.
|
|
191
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.3
|
|
192
192
|
*/
|
|
193
193
|
const TlvBlockChannel: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
194
194
|
/**
|
|
195
195
|
* This field shall indicate a unique index value for a blocked channel. This value may be used to indicate one
|
|
196
196
|
* selected channel which will be removed from BlockChannelList attribute.
|
|
197
197
|
*
|
|
198
|
-
* @see {@link MatterSpecification.
|
|
198
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.3.1
|
|
199
199
|
*/
|
|
200
200
|
blockChannelIndex: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
201
201
|
/**
|
|
@@ -204,7 +204,7 @@ export declare namespace ContentControl {
|
|
|
204
204
|
* This field is required but shall be set to 0 for channels such as over-the-top channels that are not
|
|
205
205
|
* represented by a major or minor number.
|
|
206
206
|
*
|
|
207
|
-
* @see {@link MatterSpecification.
|
|
207
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.3.2
|
|
208
208
|
*/
|
|
209
209
|
majorNumber: import("../tlv/TlvObject.js").FieldType<number>;
|
|
210
210
|
/**
|
|
@@ -213,26 +213,26 @@ export declare namespace ContentControl {
|
|
|
213
213
|
* This field is required but shall be set to 0 for channels such as over-the-top channels that are not
|
|
214
214
|
* represented by a major or minor number.
|
|
215
215
|
*
|
|
216
|
-
* @see {@link MatterSpecification.
|
|
216
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.3.3
|
|
217
217
|
*/
|
|
218
218
|
minorNumber: import("../tlv/TlvObject.js").FieldType<number>;
|
|
219
219
|
/**
|
|
220
220
|
* This field shall indicate the unique identifier for a specific channel. This field is optional, but SHOULD be
|
|
221
221
|
* provided when MajorNumber and MinorNumber are not available.
|
|
222
222
|
*
|
|
223
|
-
* @see {@link MatterSpecification.
|
|
223
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.3.4
|
|
224
224
|
*/
|
|
225
225
|
identifier: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
226
226
|
}>;
|
|
227
227
|
/**
|
|
228
|
-
* @see {@link MatterSpecification.
|
|
228
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.3
|
|
229
229
|
*/
|
|
230
230
|
interface BlockChannel extends TypeFromSchema<typeof TlvBlockChannel> {
|
|
231
231
|
}
|
|
232
232
|
/**
|
|
233
233
|
* Input to the ContentControl addBlockChannels command
|
|
234
234
|
*
|
|
235
|
-
* @see {@link MatterSpecification.
|
|
235
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.12
|
|
236
236
|
*/
|
|
237
237
|
const TlvAddBlockChannelsRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
238
238
|
/**
|
|
@@ -240,14 +240,14 @@ export declare namespace ContentControl {
|
|
|
240
240
|
* This field shall be set to values present in ChannelList attribute in the Channel cluster. The
|
|
241
241
|
* BlockChannelIndex field passed in this command shall be NULL.
|
|
242
242
|
*
|
|
243
|
-
* @see {@link MatterSpecification.
|
|
243
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.12.1
|
|
244
244
|
*/
|
|
245
245
|
channels: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
246
246
|
/**
|
|
247
247
|
* This field shall indicate a unique index value for a blocked channel. This value may be used to indicate one
|
|
248
248
|
* selected channel which will be removed from BlockChannelList attribute.
|
|
249
249
|
*
|
|
250
|
-
* @see {@link MatterSpecification.
|
|
250
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.3.1
|
|
251
251
|
*/
|
|
252
252
|
blockChannelIndex: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
253
253
|
/**
|
|
@@ -256,7 +256,7 @@ export declare namespace ContentControl {
|
|
|
256
256
|
* This field is required but shall be set to 0 for channels such as over-the-top channels that are not
|
|
257
257
|
* represented by a major or minor number.
|
|
258
258
|
*
|
|
259
|
-
* @see {@link MatterSpecification.
|
|
259
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.3.2
|
|
260
260
|
*/
|
|
261
261
|
majorNumber: import("../tlv/TlvObject.js").FieldType<number>;
|
|
262
262
|
/**
|
|
@@ -265,14 +265,14 @@ export declare namespace ContentControl {
|
|
|
265
265
|
* This field is required but shall be set to 0 for channels such as over-the-top channels that are not
|
|
266
266
|
* represented by a major or minor number.
|
|
267
267
|
*
|
|
268
|
-
* @see {@link MatterSpecification.
|
|
268
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.3.3
|
|
269
269
|
*/
|
|
270
270
|
minorNumber: import("../tlv/TlvObject.js").FieldType<number>;
|
|
271
271
|
/**
|
|
272
272
|
* This field shall indicate the unique identifier for a specific channel. This field is optional, but SHOULD be
|
|
273
273
|
* provided when MajorNumber and MinorNumber are not available.
|
|
274
274
|
*
|
|
275
|
-
* @see {@link MatterSpecification.
|
|
275
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.3.4
|
|
276
276
|
*/
|
|
277
277
|
identifier: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
278
278
|
}>[]>;
|
|
@@ -280,33 +280,33 @@ export declare namespace ContentControl {
|
|
|
280
280
|
/**
|
|
281
281
|
* Input to the ContentControl addBlockChannels command
|
|
282
282
|
*
|
|
283
|
-
* @see {@link MatterSpecification.
|
|
283
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.12
|
|
284
284
|
*/
|
|
285
285
|
interface AddBlockChannelsRequest extends TypeFromSchema<typeof TlvAddBlockChannelsRequest> {
|
|
286
286
|
}
|
|
287
287
|
/**
|
|
288
288
|
* Input to the ContentControl removeBlockChannels command
|
|
289
289
|
*
|
|
290
|
-
* @see {@link MatterSpecification.
|
|
290
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.13
|
|
291
291
|
*/
|
|
292
292
|
const TlvRemoveBlockChannelsRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
293
293
|
/**
|
|
294
294
|
* This field shall specify a set of indexes indicating Which channels shall be removed from the
|
|
295
295
|
* BlockChannelList attribute.
|
|
296
296
|
*
|
|
297
|
-
* @see {@link MatterSpecification.
|
|
297
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.13.1
|
|
298
298
|
*/
|
|
299
299
|
channelIndexes: import("../tlv/TlvObject.js").FieldType<number[]>;
|
|
300
300
|
}>;
|
|
301
301
|
/**
|
|
302
302
|
* Input to the ContentControl removeBlockChannels command
|
|
303
303
|
*
|
|
304
|
-
* @see {@link MatterSpecification.
|
|
304
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.13
|
|
305
305
|
*/
|
|
306
306
|
interface RemoveBlockChannelsRequest extends TypeFromSchema<typeof TlvRemoveBlockChannelsRequest> {
|
|
307
307
|
}
|
|
308
308
|
/**
|
|
309
|
-
* @see {@link MatterSpecification.
|
|
309
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.4
|
|
310
310
|
*/
|
|
311
311
|
const TlvAppInfo: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
312
312
|
/**
|
|
@@ -316,33 +316,33 @@ export declare namespace ContentControl {
|
|
|
316
316
|
* Content App Platform providers will have their own catalog vendor ID (set to their own Vendor ID) and will
|
|
317
317
|
* assign an ApplicationID to each Content App.
|
|
318
318
|
*
|
|
319
|
-
* @see {@link MatterSpecification.
|
|
319
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.4.1
|
|
320
320
|
*/
|
|
321
321
|
catalogVendorId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
322
322
|
/**
|
|
323
323
|
* This field shall indicate the application identifier, expressed as a string, such as "PruneVideo" or "Company
|
|
324
324
|
* X". This field shall be unique within a catalog.
|
|
325
325
|
*
|
|
326
|
-
* @see {@link MatterSpecification.
|
|
326
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.4.2
|
|
327
327
|
*/
|
|
328
328
|
applicationId: import("../tlv/TlvObject.js").FieldType<string>;
|
|
329
329
|
}>;
|
|
330
330
|
/**
|
|
331
|
-
* @see {@link MatterSpecification.
|
|
331
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.4
|
|
332
332
|
*/
|
|
333
333
|
interface AppInfo extends TypeFromSchema<typeof TlvAppInfo> {
|
|
334
334
|
}
|
|
335
335
|
/**
|
|
336
336
|
* Input to the ContentControl addBlockApplications command
|
|
337
337
|
*
|
|
338
|
-
* @see {@link MatterSpecification.
|
|
338
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.14
|
|
339
339
|
*/
|
|
340
340
|
const TlvAddBlockApplicationsRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
341
341
|
/**
|
|
342
342
|
* This field indicates a set of applications that shall be blocked when the Content Control feature is
|
|
343
343
|
* activated.
|
|
344
344
|
*
|
|
345
|
-
* @see {@link MatterSpecification.
|
|
345
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.14.1
|
|
346
346
|
*/
|
|
347
347
|
applications: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
348
348
|
/**
|
|
@@ -352,14 +352,14 @@ export declare namespace ContentControl {
|
|
|
352
352
|
* Content App Platform providers will have their own catalog vendor ID (set to their own Vendor ID) and will
|
|
353
353
|
* assign an ApplicationID to each Content App.
|
|
354
354
|
*
|
|
355
|
-
* @see {@link MatterSpecification.
|
|
355
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.4.1
|
|
356
356
|
*/
|
|
357
357
|
catalogVendorId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
358
358
|
/**
|
|
359
359
|
* This field shall indicate the application identifier, expressed as a string, such as "PruneVideo" or "Company
|
|
360
360
|
* X". This field shall be unique within a catalog.
|
|
361
361
|
*
|
|
362
|
-
* @see {@link MatterSpecification.
|
|
362
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.4.2
|
|
363
363
|
*/
|
|
364
364
|
applicationId: import("../tlv/TlvObject.js").FieldType<string>;
|
|
365
365
|
}>[]>;
|
|
@@ -367,20 +367,20 @@ export declare namespace ContentControl {
|
|
|
367
367
|
/**
|
|
368
368
|
* Input to the ContentControl addBlockApplications command
|
|
369
369
|
*
|
|
370
|
-
* @see {@link MatterSpecification.
|
|
370
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.14
|
|
371
371
|
*/
|
|
372
372
|
interface AddBlockApplicationsRequest extends TypeFromSchema<typeof TlvAddBlockApplicationsRequest> {
|
|
373
373
|
}
|
|
374
374
|
/**
|
|
375
375
|
* Input to the ContentControl removeBlockApplications command
|
|
376
376
|
*
|
|
377
|
-
* @see {@link MatterSpecification.
|
|
377
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.15
|
|
378
378
|
*/
|
|
379
379
|
const TlvRemoveBlockApplicationsRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
380
380
|
/**
|
|
381
381
|
* This field indicates a set of applications which shall be removed from BlockApplicationList attribute.
|
|
382
382
|
*
|
|
383
|
-
* @see {@link MatterSpecification.
|
|
383
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.15.1
|
|
384
384
|
*/
|
|
385
385
|
applications: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
386
386
|
/**
|
|
@@ -390,14 +390,14 @@ export declare namespace ContentControl {
|
|
|
390
390
|
* Content App Platform providers will have their own catalog vendor ID (set to their own Vendor ID) and will
|
|
391
391
|
* assign an ApplicationID to each Content App.
|
|
392
392
|
*
|
|
393
|
-
* @see {@link MatterSpecification.
|
|
393
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.4.1
|
|
394
394
|
*/
|
|
395
395
|
catalogVendorId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
396
396
|
/**
|
|
397
397
|
* This field shall indicate the application identifier, expressed as a string, such as "PruneVideo" or "Company
|
|
398
398
|
* X". This field shall be unique within a catalog.
|
|
399
399
|
*
|
|
400
|
-
* @see {@link MatterSpecification.
|
|
400
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.4.2
|
|
401
401
|
*/
|
|
402
402
|
applicationId: import("../tlv/TlvObject.js").FieldType<string>;
|
|
403
403
|
}>[]>;
|
|
@@ -405,12 +405,12 @@ export declare namespace ContentControl {
|
|
|
405
405
|
/**
|
|
406
406
|
* Input to the ContentControl removeBlockApplications command
|
|
407
407
|
*
|
|
408
|
-
* @see {@link MatterSpecification.
|
|
408
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.15
|
|
409
409
|
*/
|
|
410
410
|
interface RemoveBlockApplicationsRequest extends TypeFromSchema<typeof TlvRemoveBlockApplicationsRequest> {
|
|
411
411
|
}
|
|
412
412
|
/**
|
|
413
|
-
* @see {@link MatterSpecification.
|
|
413
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.1
|
|
414
414
|
*/
|
|
415
415
|
const DayOfWeek: {
|
|
416
416
|
/**
|
|
@@ -443,25 +443,25 @@ export declare namespace ContentControl {
|
|
|
443
443
|
saturday: BitFlag;
|
|
444
444
|
};
|
|
445
445
|
/**
|
|
446
|
-
* @see {@link MatterSpecification.
|
|
446
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.6
|
|
447
447
|
*/
|
|
448
448
|
const TlvTimePeriod: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
449
449
|
/**
|
|
450
450
|
* This field shall indicate the starting hour.
|
|
451
451
|
*
|
|
452
|
-
* @see {@link MatterSpecification.
|
|
452
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.6.1
|
|
453
453
|
*/
|
|
454
454
|
startHour: import("../tlv/TlvObject.js").FieldType<number>;
|
|
455
455
|
/**
|
|
456
456
|
* This field shall indicate the starting minute.
|
|
457
457
|
*
|
|
458
|
-
* @see {@link MatterSpecification.
|
|
458
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.6.2
|
|
459
459
|
*/
|
|
460
460
|
startMinute: import("../tlv/TlvObject.js").FieldType<number>;
|
|
461
461
|
/**
|
|
462
462
|
* This field shall indicate the ending hour. EndHour shall be equal to or greater than StartHour
|
|
463
463
|
*
|
|
464
|
-
* @see {@link MatterSpecification.
|
|
464
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.6.3
|
|
465
465
|
*/
|
|
466
466
|
endHour: import("../tlv/TlvObject.js").FieldType<number>;
|
|
467
467
|
/**
|
|
@@ -469,30 +469,30 @@ export declare namespace ContentControl {
|
|
|
469
469
|
* than StartMinute. If the EndHour is equal to 23 and the EndMinute is equal to 59, all contents shall be
|
|
470
470
|
* blocked until 23:59:59.
|
|
471
471
|
*
|
|
472
|
-
* @see {@link MatterSpecification.
|
|
472
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.6.4
|
|
473
473
|
*/
|
|
474
474
|
endMinute: import("../tlv/TlvObject.js").FieldType<number>;
|
|
475
475
|
}>;
|
|
476
476
|
/**
|
|
477
|
-
* @see {@link MatterSpecification.
|
|
477
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.6
|
|
478
478
|
*/
|
|
479
479
|
interface TimePeriod extends TypeFromSchema<typeof TlvTimePeriod> {
|
|
480
480
|
}
|
|
481
481
|
/**
|
|
482
|
-
* @see {@link MatterSpecification.
|
|
482
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.5
|
|
483
483
|
*/
|
|
484
484
|
const TlvTimeWindow: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
485
485
|
/**
|
|
486
486
|
* This field shall indicate a unique index of a specific time window. This value may be used to indicate a
|
|
487
487
|
* selected time window which will be removed from the BlockContentTimeWindow attribute.
|
|
488
488
|
*
|
|
489
|
-
* @see {@link MatterSpecification.
|
|
489
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.5.1
|
|
490
490
|
*/
|
|
491
491
|
timeWindowIndex: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
492
492
|
/**
|
|
493
493
|
* This field shall indicate a day of week.
|
|
494
494
|
*
|
|
495
|
-
* @see {@link MatterSpecification.
|
|
495
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.5.2
|
|
496
496
|
*/
|
|
497
497
|
dayOfWeek: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
498
498
|
/**
|
|
@@ -527,25 +527,25 @@ export declare namespace ContentControl {
|
|
|
527
527
|
/**
|
|
528
528
|
* This field shall indicate one or more discrete time periods.
|
|
529
529
|
*
|
|
530
|
-
* @see {@link MatterSpecification.
|
|
530
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.5.3
|
|
531
531
|
*/
|
|
532
532
|
timePeriod: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
533
533
|
/**
|
|
534
534
|
* This field shall indicate the starting hour.
|
|
535
535
|
*
|
|
536
|
-
* @see {@link MatterSpecification.
|
|
536
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.6.1
|
|
537
537
|
*/
|
|
538
538
|
startHour: import("../tlv/TlvObject.js").FieldType<number>;
|
|
539
539
|
/**
|
|
540
540
|
* This field shall indicate the starting minute.
|
|
541
541
|
*
|
|
542
|
-
* @see {@link MatterSpecification.
|
|
542
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.6.2
|
|
543
543
|
*/
|
|
544
544
|
startMinute: import("../tlv/TlvObject.js").FieldType<number>;
|
|
545
545
|
/**
|
|
546
546
|
* This field shall indicate the ending hour. EndHour shall be equal to or greater than StartHour
|
|
547
547
|
*
|
|
548
|
-
* @see {@link MatterSpecification.
|
|
548
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.6.3
|
|
549
549
|
*/
|
|
550
550
|
endHour: import("../tlv/TlvObject.js").FieldType<number>;
|
|
551
551
|
/**
|
|
@@ -553,39 +553,39 @@ export declare namespace ContentControl {
|
|
|
553
553
|
* than StartMinute. If the EndHour is equal to 23 and the EndMinute is equal to 59, all contents shall be
|
|
554
554
|
* blocked until 23:59:59.
|
|
555
555
|
*
|
|
556
|
-
* @see {@link MatterSpecification.
|
|
556
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.6.4
|
|
557
557
|
*/
|
|
558
558
|
endMinute: import("../tlv/TlvObject.js").FieldType<number>;
|
|
559
559
|
}>[]>;
|
|
560
560
|
}>;
|
|
561
561
|
/**
|
|
562
|
-
* @see {@link MatterSpecification.
|
|
562
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.5
|
|
563
563
|
*/
|
|
564
564
|
interface TimeWindow extends TypeFromSchema<typeof TlvTimeWindow> {
|
|
565
565
|
}
|
|
566
566
|
/**
|
|
567
567
|
* Input to the ContentControl setBlockContentTimeWindow command
|
|
568
568
|
*
|
|
569
|
-
* @see {@link MatterSpecification.
|
|
569
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.16
|
|
570
570
|
*/
|
|
571
571
|
const TlvSetBlockContentTimeWindowRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
572
572
|
/**
|
|
573
573
|
* This field shall indicate a time window requested to set to the BlockContentTimeWindow attribute.
|
|
574
574
|
*
|
|
575
|
-
* @see {@link MatterSpecification.
|
|
575
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.16.1
|
|
576
576
|
*/
|
|
577
577
|
timeWindow: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
578
578
|
/**
|
|
579
579
|
* This field shall indicate a unique index of a specific time window. This value may be used to indicate a
|
|
580
580
|
* selected time window which will be removed from the BlockContentTimeWindow attribute.
|
|
581
581
|
*
|
|
582
|
-
* @see {@link MatterSpecification.
|
|
582
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.5.1
|
|
583
583
|
*/
|
|
584
584
|
timeWindowIndex: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
585
585
|
/**
|
|
586
586
|
* This field shall indicate a day of week.
|
|
587
587
|
*
|
|
588
|
-
* @see {@link MatterSpecification.
|
|
588
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.5.2
|
|
589
589
|
*/
|
|
590
590
|
dayOfWeek: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
591
591
|
/**
|
|
@@ -620,25 +620,25 @@ export declare namespace ContentControl {
|
|
|
620
620
|
/**
|
|
621
621
|
* This field shall indicate one or more discrete time periods.
|
|
622
622
|
*
|
|
623
|
-
* @see {@link MatterSpecification.
|
|
623
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.5.3
|
|
624
624
|
*/
|
|
625
625
|
timePeriod: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
626
626
|
/**
|
|
627
627
|
* This field shall indicate the starting hour.
|
|
628
628
|
*
|
|
629
|
-
* @see {@link MatterSpecification.
|
|
629
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.6.1
|
|
630
630
|
*/
|
|
631
631
|
startHour: import("../tlv/TlvObject.js").FieldType<number>;
|
|
632
632
|
/**
|
|
633
633
|
* This field shall indicate the starting minute.
|
|
634
634
|
*
|
|
635
|
-
* @see {@link MatterSpecification.
|
|
635
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.6.2
|
|
636
636
|
*/
|
|
637
637
|
startMinute: import("../tlv/TlvObject.js").FieldType<number>;
|
|
638
638
|
/**
|
|
639
639
|
* This field shall indicate the ending hour. EndHour shall be equal to or greater than StartHour
|
|
640
640
|
*
|
|
641
|
-
* @see {@link MatterSpecification.
|
|
641
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.6.3
|
|
642
642
|
*/
|
|
643
643
|
endHour: import("../tlv/TlvObject.js").FieldType<number>;
|
|
644
644
|
/**
|
|
@@ -646,7 +646,7 @@ export declare namespace ContentControl {
|
|
|
646
646
|
* than StartMinute. If the EndHour is equal to 23 and the EndMinute is equal to 59, all contents shall be
|
|
647
647
|
* blocked until 23:59:59.
|
|
648
648
|
*
|
|
649
|
-
* @see {@link MatterSpecification.
|
|
649
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.6.4
|
|
650
650
|
*/
|
|
651
651
|
endMinute: import("../tlv/TlvObject.js").FieldType<number>;
|
|
652
652
|
}>[]>;
|
|
@@ -655,80 +655,80 @@ export declare namespace ContentControl {
|
|
|
655
655
|
/**
|
|
656
656
|
* Input to the ContentControl setBlockContentTimeWindow command
|
|
657
657
|
*
|
|
658
|
-
* @see {@link MatterSpecification.
|
|
658
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.16
|
|
659
659
|
*/
|
|
660
660
|
interface SetBlockContentTimeWindowRequest extends TypeFromSchema<typeof TlvSetBlockContentTimeWindowRequest> {
|
|
661
661
|
}
|
|
662
662
|
/**
|
|
663
663
|
* Input to the ContentControl removeBlockContentTimeWindow command
|
|
664
664
|
*
|
|
665
|
-
* @see {@link MatterSpecification.
|
|
665
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.17
|
|
666
666
|
*/
|
|
667
667
|
const TlvRemoveBlockContentTimeWindowRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
668
668
|
/**
|
|
669
669
|
* This field shall specify a set of time window indexes indicating which time windows will be removed from the
|
|
670
670
|
* BlockContentTimeWindow attribute.
|
|
671
671
|
*
|
|
672
|
-
* @see {@link MatterSpecification.
|
|
672
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.17.1
|
|
673
673
|
*/
|
|
674
674
|
timeWindowIndexes: import("../tlv/TlvObject.js").FieldType<number[]>;
|
|
675
675
|
}>;
|
|
676
676
|
/**
|
|
677
677
|
* Input to the ContentControl removeBlockContentTimeWindow command
|
|
678
678
|
*
|
|
679
|
-
* @see {@link MatterSpecification.
|
|
679
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.17
|
|
680
680
|
*/
|
|
681
681
|
interface RemoveBlockContentTimeWindowRequest extends TypeFromSchema<typeof TlvRemoveBlockContentTimeWindowRequest> {
|
|
682
682
|
}
|
|
683
683
|
/**
|
|
684
684
|
* Input to the ContentControl updatePin command
|
|
685
685
|
*
|
|
686
|
-
* @see {@link MatterSpecification.
|
|
686
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.1
|
|
687
687
|
*/
|
|
688
688
|
const TlvUpdatePinRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
689
689
|
/**
|
|
690
690
|
* This field shall specify the original PIN. Once the UpdatePIN command is performed successfully, it shall be
|
|
691
691
|
* invalid.
|
|
692
692
|
*
|
|
693
|
-
* @see {@link MatterSpecification.
|
|
693
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.1.1
|
|
694
694
|
*/
|
|
695
695
|
oldPin: import("../tlv/TlvObject.js").FieldType<string>;
|
|
696
696
|
/**
|
|
697
697
|
* This field shall indicate a new PIN for the Content Control feature.
|
|
698
698
|
*
|
|
699
|
-
* @see {@link MatterSpecification.
|
|
699
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.1.2
|
|
700
700
|
*/
|
|
701
701
|
newPin: import("../tlv/TlvObject.js").FieldType<string>;
|
|
702
702
|
}>;
|
|
703
703
|
/**
|
|
704
704
|
* Input to the ContentControl updatePin command
|
|
705
705
|
*
|
|
706
|
-
* @see {@link MatterSpecification.
|
|
706
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.1
|
|
707
707
|
*/
|
|
708
708
|
interface UpdatePinRequest extends TypeFromSchema<typeof TlvUpdatePinRequest> {
|
|
709
709
|
}
|
|
710
710
|
/**
|
|
711
711
|
* This command shall be generated in response to a ResetPIN command.
|
|
712
712
|
*
|
|
713
|
-
* @see {@link MatterSpecification.
|
|
713
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.3
|
|
714
714
|
*/
|
|
715
715
|
const TlvResetPinResponse: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
716
716
|
/**
|
|
717
717
|
* This field shall indicate a new PIN of the Content Control feature.
|
|
718
718
|
*
|
|
719
|
-
* @see {@link MatterSpecification.
|
|
719
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.3.1
|
|
720
720
|
*/
|
|
721
721
|
pinCode: import("../tlv/TlvObject.js").FieldType<string>;
|
|
722
722
|
}>;
|
|
723
723
|
/**
|
|
724
724
|
* This command shall be generated in response to a ResetPIN command.
|
|
725
725
|
*
|
|
726
|
-
* @see {@link MatterSpecification.
|
|
726
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.3
|
|
727
727
|
*/
|
|
728
728
|
interface ResetPinResponse extends TypeFromSchema<typeof TlvResetPinResponse> {
|
|
729
729
|
}
|
|
730
730
|
/**
|
|
731
|
-
* @see {@link MatterSpecification.
|
|
731
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.6.1
|
|
732
732
|
*/
|
|
733
733
|
enum StatusCode {
|
|
734
734
|
/**
|
|
@@ -775,7 +775,7 @@ export declare namespace ContentControl {
|
|
|
775
775
|
/**
|
|
776
776
|
* Thrown for cluster status code {@link StatusCode.InvalidPinCode}.
|
|
777
777
|
*
|
|
778
|
-
* @see {@link MatterSpecification.
|
|
778
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.6.1
|
|
779
779
|
*/
|
|
780
780
|
class InvalidPinCodeError extends StatusResponseError {
|
|
781
781
|
constructor(message?: string, code?: Status, clusterCode?: StatusCode);
|
|
@@ -783,7 +783,7 @@ export declare namespace ContentControl {
|
|
|
783
783
|
/**
|
|
784
784
|
* Thrown for cluster status code {@link StatusCode.InvalidRating}.
|
|
785
785
|
*
|
|
786
|
-
* @see {@link MatterSpecification.
|
|
786
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.6.1
|
|
787
787
|
*/
|
|
788
788
|
class InvalidRatingError extends StatusResponseError {
|
|
789
789
|
constructor(message?: string, code?: Status, clusterCode?: StatusCode);
|
|
@@ -791,7 +791,7 @@ export declare namespace ContentControl {
|
|
|
791
791
|
/**
|
|
792
792
|
* Thrown for cluster status code {@link StatusCode.InvalidChannel}.
|
|
793
793
|
*
|
|
794
|
-
* @see {@link MatterSpecification.
|
|
794
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.6.1
|
|
795
795
|
*/
|
|
796
796
|
class InvalidChannelError extends StatusResponseError {
|
|
797
797
|
constructor(message?: string, code?: Status, clusterCode?: StatusCode);
|
|
@@ -799,7 +799,7 @@ export declare namespace ContentControl {
|
|
|
799
799
|
/**
|
|
800
800
|
* Thrown for cluster status code {@link StatusCode.ChannelAlreadyExist}.
|
|
801
801
|
*
|
|
802
|
-
* @see {@link MatterSpecification.
|
|
802
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.6.1
|
|
803
803
|
*/
|
|
804
804
|
class ChannelAlreadyExistError extends StatusResponseError {
|
|
805
805
|
constructor(message?: string, code?: Status, clusterCode?: StatusCode);
|
|
@@ -807,7 +807,7 @@ export declare namespace ContentControl {
|
|
|
807
807
|
/**
|
|
808
808
|
* Thrown for cluster status code {@link StatusCode.ChannelNotExist}.
|
|
809
809
|
*
|
|
810
|
-
* @see {@link MatterSpecification.
|
|
810
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.6.1
|
|
811
811
|
*/
|
|
812
812
|
class ChannelNotExistError extends StatusResponseError {
|
|
813
813
|
constructor(message?: string, code?: Status, clusterCode?: StatusCode);
|
|
@@ -815,7 +815,7 @@ export declare namespace ContentControl {
|
|
|
815
815
|
/**
|
|
816
816
|
* Thrown for cluster status code {@link StatusCode.UnidentifiableApplication}.
|
|
817
817
|
*
|
|
818
|
-
* @see {@link MatterSpecification.
|
|
818
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.6.1
|
|
819
819
|
*/
|
|
820
820
|
class UnidentifiableApplicationError extends StatusResponseError {
|
|
821
821
|
constructor(message?: string, code?: Status, clusterCode?: StatusCode);
|
|
@@ -823,7 +823,7 @@ export declare namespace ContentControl {
|
|
|
823
823
|
/**
|
|
824
824
|
* Thrown for cluster status code {@link StatusCode.ApplicationAlreadyExist}.
|
|
825
825
|
*
|
|
826
|
-
* @see {@link MatterSpecification.
|
|
826
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.6.1
|
|
827
827
|
*/
|
|
828
828
|
class ApplicationAlreadyExistError extends StatusResponseError {
|
|
829
829
|
constructor(message?: string, code?: Status, clusterCode?: StatusCode);
|
|
@@ -831,7 +831,7 @@ export declare namespace ContentControl {
|
|
|
831
831
|
/**
|
|
832
832
|
* Thrown for cluster status code {@link StatusCode.ApplicationNotExist}.
|
|
833
833
|
*
|
|
834
|
-
* @see {@link MatterSpecification.
|
|
834
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.6.1
|
|
835
835
|
*/
|
|
836
836
|
class ApplicationNotExistError extends StatusResponseError {
|
|
837
837
|
constructor(message?: string, code?: Status, clusterCode?: StatusCode);
|
|
@@ -839,7 +839,7 @@ export declare namespace ContentControl {
|
|
|
839
839
|
/**
|
|
840
840
|
* Thrown for cluster status code {@link StatusCode.TimeWindowAlreadyExist}.
|
|
841
841
|
*
|
|
842
|
-
* @see {@link MatterSpecification.
|
|
842
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.6.1
|
|
843
843
|
*/
|
|
844
844
|
class TimeWindowAlreadyExistError extends StatusResponseError {
|
|
845
845
|
constructor(message?: string, code?: Status, clusterCode?: StatusCode);
|
|
@@ -847,7 +847,7 @@ export declare namespace ContentControl {
|
|
|
847
847
|
/**
|
|
848
848
|
* Thrown for cluster status code {@link StatusCode.TimeWindowNotExist}.
|
|
849
849
|
*
|
|
850
|
-
* @see {@link MatterSpecification.
|
|
850
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.6.1
|
|
851
851
|
*/
|
|
852
852
|
class TimeWindowNotExistError extends StatusResponseError {
|
|
853
853
|
constructor(message?: string, code?: Status, clusterCode?: StatusCode);
|
|
@@ -870,7 +870,7 @@ export declare namespace ContentControl {
|
|
|
870
870
|
* The ratings in this collection shall be in order from a rating for the youngest viewers to the one for
|
|
871
871
|
* the oldest viewers. Each rating in the list shall be unique.
|
|
872
872
|
*
|
|
873
|
-
* @see {@link MatterSpecification.
|
|
873
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.7.2
|
|
874
874
|
*/
|
|
875
875
|
readonly onDemandRatings: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
876
876
|
/**
|
|
@@ -878,13 +878,13 @@ export declare namespace ContentControl {
|
|
|
878
878
|
* system is dependent upon the region or country where the Node has been provisioned, and may vary from one
|
|
879
879
|
* country to another.
|
|
880
880
|
*
|
|
881
|
-
* @see {@link MatterSpecification.
|
|
881
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.2.1
|
|
882
882
|
*/
|
|
883
883
|
ratingName: import("../tlv/TlvObject.js").FieldType<string>;
|
|
884
884
|
/**
|
|
885
885
|
* This field shall specify a human readable (displayable) description for RatingName.
|
|
886
886
|
*
|
|
887
|
-
* @see {@link MatterSpecification.
|
|
887
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.2.2
|
|
888
888
|
*/
|
|
889
889
|
ratingNameDesc: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
890
890
|
}>[], any>;
|
|
@@ -900,7 +900,7 @@ export declare namespace ContentControl {
|
|
|
900
900
|
* example, if the feature does not control content within apps, then the device should make this clear to
|
|
901
901
|
* the user when the attribute changes.
|
|
902
902
|
*
|
|
903
|
-
* @see {@link MatterSpecification.
|
|
903
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.7.3
|
|
904
904
|
*/
|
|
905
905
|
readonly onDemandRatingThreshold: Attribute<string, any>;
|
|
906
906
|
};
|
|
@@ -912,14 +912,14 @@ export declare namespace ContentControl {
|
|
|
912
912
|
* is one of values present in the OnDemandRatings attribute. If not, then a response with InvalidRating
|
|
913
913
|
* error status shall be returned.
|
|
914
914
|
*
|
|
915
|
-
* @see {@link MatterSpecification.
|
|
915
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.10
|
|
916
916
|
*/
|
|
917
917
|
readonly setOnDemandRatingThreshold: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
918
918
|
/**
|
|
919
919
|
* This field indicates a threshold rating for filtering on-demand content. This field shall be set to one of
|
|
920
920
|
* the values present in the OnDemandRatings attribute
|
|
921
921
|
*
|
|
922
|
-
* @see {@link MatterSpecification.
|
|
922
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.10.1
|
|
923
923
|
*/
|
|
924
924
|
rating: import("../tlv/TlvObject.js").FieldType<string>;
|
|
925
925
|
}>, void, any>;
|
|
@@ -942,7 +942,7 @@ export declare namespace ContentControl {
|
|
|
942
942
|
* The ratings in this collection shall be in order from a rating for the youngest viewers to the one for
|
|
943
943
|
* the oldest viewers. Each rating in the list shall be unique.
|
|
944
944
|
*
|
|
945
|
-
* @see {@link MatterSpecification.
|
|
945
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.7.4
|
|
946
946
|
*/
|
|
947
947
|
readonly scheduledContentRatings: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
948
948
|
/**
|
|
@@ -950,13 +950,13 @@ export declare namespace ContentControl {
|
|
|
950
950
|
* system is dependent upon the region or country where the Node has been provisioned, and may vary from one
|
|
951
951
|
* country to another.
|
|
952
952
|
*
|
|
953
|
-
* @see {@link MatterSpecification.
|
|
953
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.2.1
|
|
954
954
|
*/
|
|
955
955
|
ratingName: import("../tlv/TlvObject.js").FieldType<string>;
|
|
956
956
|
/**
|
|
957
957
|
* This field shall specify a human readable (displayable) description for RatingName.
|
|
958
958
|
*
|
|
959
|
-
* @see {@link MatterSpecification.
|
|
959
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.2.2
|
|
960
960
|
*/
|
|
961
961
|
ratingNameDesc: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
962
962
|
}>[], any>;
|
|
@@ -972,7 +972,7 @@ export declare namespace ContentControl {
|
|
|
972
972
|
* example, if the feature does not control content within apps, then the device should make this clear to
|
|
973
973
|
* the user when the attribute changes.
|
|
974
974
|
*
|
|
975
|
-
* @see {@link MatterSpecification.
|
|
975
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.7.5
|
|
976
976
|
*/
|
|
977
977
|
readonly scheduledContentRatingThreshold: Attribute<string, any>;
|
|
978
978
|
};
|
|
@@ -984,14 +984,14 @@ export declare namespace ContentControl {
|
|
|
984
984
|
* Rating field is one of values present in the ScheduledContentRatings attribute. If not, then a response
|
|
985
985
|
* with InvalidRating error status shall be returned.
|
|
986
986
|
*
|
|
987
|
-
* @see {@link MatterSpecification.
|
|
987
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.11
|
|
988
988
|
*/
|
|
989
989
|
readonly setScheduledContentRatingThreshold: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
990
990
|
/**
|
|
991
991
|
* This field indicates a threshold rating for filtering scheduled content. This field shall be set to one of
|
|
992
992
|
* the values present in the ScheduledContentRatings attribute.
|
|
993
993
|
*
|
|
994
|
-
* @see {@link MatterSpecification.
|
|
994
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.11.1
|
|
995
995
|
*/
|
|
996
996
|
rating: import("../tlv/TlvObject.js").FieldType<string>;
|
|
997
997
|
}>, void, any>;
|
|
@@ -1006,7 +1006,7 @@ export declare namespace ContentControl {
|
|
|
1006
1006
|
* Indicates the amount of time (in seconds) which the User is allowed to spend watching TV within one day
|
|
1007
1007
|
* when the Content Control feature is activated.
|
|
1008
1008
|
*
|
|
1009
|
-
* @see {@link MatterSpecification.
|
|
1009
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.7.6
|
|
1010
1010
|
*/
|
|
1011
1011
|
readonly screenDailyTime: Attribute<number, any>;
|
|
1012
1012
|
/**
|
|
@@ -1017,7 +1017,7 @@ export declare namespace ContentControl {
|
|
|
1017
1017
|
* This attribute shall be updated when the AddBonusTime command is received and processed successfully
|
|
1018
1018
|
* (with the correct PIN).
|
|
1019
1019
|
*
|
|
1020
|
-
* @see {@link MatterSpecification.
|
|
1020
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.7.7
|
|
1021
1021
|
*/
|
|
1022
1022
|
readonly remainingScreenTime: Attribute<number, any>;
|
|
1023
1023
|
};
|
|
@@ -1042,7 +1042,7 @@ export declare namespace ContentControl {
|
|
|
1042
1042
|
*
|
|
1043
1043
|
* • The client has provided a PINCode that matches the expected PIN value.
|
|
1044
1044
|
*
|
|
1045
|
-
* @see {@link MatterSpecification.
|
|
1045
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.6
|
|
1046
1046
|
*/
|
|
1047
1047
|
readonly addBonusTime: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1048
1048
|
/**
|
|
@@ -1053,14 +1053,14 @@ export declare namespace ContentControl {
|
|
|
1053
1053
|
* permission is allowed to invoke this command only if the PIN passed in this command is equal to the current
|
|
1054
1054
|
* PIN value.
|
|
1055
1055
|
*
|
|
1056
|
-
* @see {@link MatterSpecification.
|
|
1056
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.6.1
|
|
1057
1057
|
*/
|
|
1058
1058
|
pinCode: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
1059
1059
|
/**
|
|
1060
1060
|
* This field shall indicate the amount of extra time (in seconds) to increase RemainingScreenTime. This field
|
|
1061
1061
|
* shall NOT exceed the remaining time of this day.
|
|
1062
1062
|
*
|
|
1063
|
-
* @see {@link MatterSpecification.
|
|
1063
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.6.2
|
|
1064
1064
|
*/
|
|
1065
1065
|
bonusTime: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1066
1066
|
}>, void, any>;
|
|
@@ -1070,14 +1070,14 @@ export declare namespace ContentControl {
|
|
|
1070
1070
|
* Upon receipt of the SetScreenDailyTime command, the media device shall set the ScreenDailyTime attribute
|
|
1071
1071
|
* to the ScreenTime value.
|
|
1072
1072
|
*
|
|
1073
|
-
* @see {@link MatterSpecification.
|
|
1073
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.7
|
|
1074
1074
|
*/
|
|
1075
1075
|
readonly setScreenDailyTime: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1076
1076
|
/**
|
|
1077
1077
|
* This field shall indicate the time (in seconds) which the User is allowed to spend watching TV on this media
|
|
1078
1078
|
* device within one day.
|
|
1079
1079
|
*
|
|
1080
|
-
* @see {@link MatterSpecification.
|
|
1080
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.7.1
|
|
1081
1081
|
*/
|
|
1082
1082
|
screenTime: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1083
1083
|
}>, void, any>;
|
|
@@ -1086,7 +1086,7 @@ export declare namespace ContentControl {
|
|
|
1086
1086
|
/**
|
|
1087
1087
|
* This event shall be generated when the RemainingScreenTime equals 0.
|
|
1088
1088
|
*
|
|
1089
|
-
* @see {@link MatterSpecification.
|
|
1089
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.9.1
|
|
1090
1090
|
*/
|
|
1091
1091
|
readonly remainingScreenTimeExpired: Event<void, any>;
|
|
1092
1092
|
};
|
|
@@ -1105,7 +1105,7 @@ export declare namespace ContentControl {
|
|
|
1105
1105
|
* example, if the feature does not control content within apps, then the device should make this clear to
|
|
1106
1106
|
* the user when the attribute changes.
|
|
1107
1107
|
*
|
|
1108
|
-
* @see {@link MatterSpecification.
|
|
1108
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.7.8
|
|
1109
1109
|
*/
|
|
1110
1110
|
readonly blockUnrated: Attribute<boolean, any>;
|
|
1111
1111
|
};
|
|
@@ -1117,7 +1117,7 @@ export declare namespace ContentControl {
|
|
|
1117
1117
|
* Upon receipt of the BlockUnratedContent command, the media device shall set the BlockUnrated attribute to
|
|
1118
1118
|
* TRUE.
|
|
1119
1119
|
*
|
|
1120
|
-
* @see {@link MatterSpecification.
|
|
1120
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.8
|
|
1121
1121
|
*/
|
|
1122
1122
|
readonly blockUnratedContent: Command<void, void, any>;
|
|
1123
1123
|
/**
|
|
@@ -1127,7 +1127,7 @@ export declare namespace ContentControl {
|
|
|
1127
1127
|
* Upon receipt of the UnblockUnratedContent command, the media device shall set the BlockUn rated attribute
|
|
1128
1128
|
* to FALSE.
|
|
1129
1129
|
*
|
|
1130
|
-
* @see {@link MatterSpecification.
|
|
1130
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.9
|
|
1131
1131
|
*/
|
|
1132
1132
|
readonly unblockUnratedContent: Command<void, void, any>;
|
|
1133
1133
|
};
|
|
@@ -1140,14 +1140,14 @@ export declare namespace ContentControl {
|
|
|
1140
1140
|
/**
|
|
1141
1141
|
* Indicates a set of channels that shall be blocked when the Content Control feature is activated.
|
|
1142
1142
|
*
|
|
1143
|
-
* @see {@link MatterSpecification.
|
|
1143
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.7.9
|
|
1144
1144
|
*/
|
|
1145
1145
|
readonly blockChannelList: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1146
1146
|
/**
|
|
1147
1147
|
* This field shall indicate a unique index value for a blocked channel. This value may be used to indicate one
|
|
1148
1148
|
* selected channel which will be removed from BlockChannelList attribute.
|
|
1149
1149
|
*
|
|
1150
|
-
* @see {@link MatterSpecification.
|
|
1150
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.3.1
|
|
1151
1151
|
*/
|
|
1152
1152
|
blockChannelIndex: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
1153
1153
|
/**
|
|
@@ -1156,7 +1156,7 @@ export declare namespace ContentControl {
|
|
|
1156
1156
|
* This field is required but shall be set to 0 for channels such as over-the-top channels that are not
|
|
1157
1157
|
* represented by a major or minor number.
|
|
1158
1158
|
*
|
|
1159
|
-
* @see {@link MatterSpecification.
|
|
1159
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.3.2
|
|
1160
1160
|
*/
|
|
1161
1161
|
majorNumber: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1162
1162
|
/**
|
|
@@ -1165,14 +1165,14 @@ export declare namespace ContentControl {
|
|
|
1165
1165
|
* This field is required but shall be set to 0 for channels such as over-the-top channels that are not
|
|
1166
1166
|
* represented by a major or minor number.
|
|
1167
1167
|
*
|
|
1168
|
-
* @see {@link MatterSpecification.
|
|
1168
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.3.3
|
|
1169
1169
|
*/
|
|
1170
1170
|
minorNumber: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1171
1171
|
/**
|
|
1172
1172
|
* This field shall indicate the unique identifier for a specific channel. This field is optional, but SHOULD be
|
|
1173
1173
|
* provided when MajorNumber and MinorNumber are not available.
|
|
1174
1174
|
*
|
|
1175
|
-
* @see {@link MatterSpecification.
|
|
1175
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.3.4
|
|
1176
1176
|
*/
|
|
1177
1177
|
identifier: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
1178
1178
|
}>[], any>;
|
|
@@ -1193,7 +1193,7 @@ export declare namespace ContentControl {
|
|
|
1193
1193
|
* If all channels in Channel field already exist in the BlockChannelList attribute, then a response with
|
|
1194
1194
|
* ChannelAlreadyExist error Status shall be returned.
|
|
1195
1195
|
*
|
|
1196
|
-
* @see {@link MatterSpecification.
|
|
1196
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.12
|
|
1197
1197
|
*/
|
|
1198
1198
|
readonly addBlockChannels: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1199
1199
|
/**
|
|
@@ -1201,14 +1201,14 @@ export declare namespace ContentControl {
|
|
|
1201
1201
|
* This field shall be set to values present in ChannelList attribute in the Channel cluster. The
|
|
1202
1202
|
* BlockChannelIndex field passed in this command shall be NULL.
|
|
1203
1203
|
*
|
|
1204
|
-
* @see {@link MatterSpecification.
|
|
1204
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.12.1
|
|
1205
1205
|
*/
|
|
1206
1206
|
channels: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1207
1207
|
/**
|
|
1208
1208
|
* This field shall indicate a unique index value for a blocked channel. This value may be used to indicate one
|
|
1209
1209
|
* selected channel which will be removed from BlockChannelList attribute.
|
|
1210
1210
|
*
|
|
1211
|
-
* @see {@link MatterSpecification.
|
|
1211
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.3.1
|
|
1212
1212
|
*/
|
|
1213
1213
|
blockChannelIndex: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
1214
1214
|
/**
|
|
@@ -1217,7 +1217,7 @@ export declare namespace ContentControl {
|
|
|
1217
1217
|
* This field is required but shall be set to 0 for channels such as over-the-top channels that are not
|
|
1218
1218
|
* represented by a major or minor number.
|
|
1219
1219
|
*
|
|
1220
|
-
* @see {@link MatterSpecification.
|
|
1220
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.3.2
|
|
1221
1221
|
*/
|
|
1222
1222
|
majorNumber: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1223
1223
|
/**
|
|
@@ -1226,14 +1226,14 @@ export declare namespace ContentControl {
|
|
|
1226
1226
|
* This field is required but shall be set to 0 for channels such as over-the-top channels that are not
|
|
1227
1227
|
* represented by a major or minor number.
|
|
1228
1228
|
*
|
|
1229
|
-
* @see {@link MatterSpecification.
|
|
1229
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.3.3
|
|
1230
1230
|
*/
|
|
1231
1231
|
minorNumber: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1232
1232
|
/**
|
|
1233
1233
|
* This field shall indicate the unique identifier for a specific channel. This field is optional, but SHOULD be
|
|
1234
1234
|
* provided when MajorNumber and MinorNumber are not available.
|
|
1235
1235
|
*
|
|
1236
|
-
* @see {@link MatterSpecification.
|
|
1236
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.3.4
|
|
1237
1237
|
*/
|
|
1238
1238
|
identifier: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
1239
1239
|
}>[]>;
|
|
@@ -1246,14 +1246,14 @@ export declare namespace ContentControl {
|
|
|
1246
1246
|
* channels indicated by ChannelIndexes passed in this command field are not present in the BlockChannelList
|
|
1247
1247
|
* attribute, then a response with ChannelNotExist error Status shall be returned.
|
|
1248
1248
|
*
|
|
1249
|
-
* @see {@link MatterSpecification.
|
|
1249
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.13
|
|
1250
1250
|
*/
|
|
1251
1251
|
readonly removeBlockChannels: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1252
1252
|
/**
|
|
1253
1253
|
* This field shall specify a set of indexes indicating Which channels shall be removed from the
|
|
1254
1254
|
* BlockChannelList attribute.
|
|
1255
1255
|
*
|
|
1256
|
-
* @see {@link MatterSpecification.
|
|
1256
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.13.1
|
|
1257
1257
|
*/
|
|
1258
1258
|
channelIndexes: import("../tlv/TlvObject.js").FieldType<number[]>;
|
|
1259
1259
|
}>, void, any>;
|
|
@@ -1267,7 +1267,7 @@ export declare namespace ContentControl {
|
|
|
1267
1267
|
/**
|
|
1268
1268
|
* Indicates a set of applications that shall be blocked when the Content Control feature is activated.
|
|
1269
1269
|
*
|
|
1270
|
-
* @see {@link MatterSpecification.
|
|
1270
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.7.10
|
|
1271
1271
|
*/
|
|
1272
1272
|
readonly blockApplicationList: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1273
1273
|
/**
|
|
@@ -1277,14 +1277,14 @@ export declare namespace ContentControl {
|
|
|
1277
1277
|
* Content App Platform providers will have their own catalog vendor ID (set to their own Vendor ID) and will
|
|
1278
1278
|
* assign an ApplicationID to each Content App.
|
|
1279
1279
|
*
|
|
1280
|
-
* @see {@link MatterSpecification.
|
|
1280
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.4.1
|
|
1281
1281
|
*/
|
|
1282
1282
|
catalogVendorId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1283
1283
|
/**
|
|
1284
1284
|
* This field shall indicate the application identifier, expressed as a string, such as "PruneVideo" or "Company
|
|
1285
1285
|
* X". This field shall be unique within a catalog.
|
|
1286
1286
|
*
|
|
1287
|
-
* @see {@link MatterSpecification.
|
|
1287
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.4.2
|
|
1288
1288
|
*/
|
|
1289
1289
|
applicationId: import("../tlv/TlvObject.js").FieldType<string>;
|
|
1290
1290
|
}>[], any>;
|
|
@@ -1304,14 +1304,14 @@ export declare namespace ContentControl {
|
|
|
1304
1304
|
* If all applications in Applications field are already present in BlockApplicationList attribute, then a
|
|
1305
1305
|
* response with ApplicationAlreadyExist error Status shall be returned.
|
|
1306
1306
|
*
|
|
1307
|
-
* @see {@link MatterSpecification.
|
|
1307
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.14
|
|
1308
1308
|
*/
|
|
1309
1309
|
readonly addBlockApplications: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1310
1310
|
/**
|
|
1311
1311
|
* This field indicates a set of applications that shall be blocked when the Content Control feature is
|
|
1312
1312
|
* activated.
|
|
1313
1313
|
*
|
|
1314
|
-
* @see {@link MatterSpecification.
|
|
1314
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.14.1
|
|
1315
1315
|
*/
|
|
1316
1316
|
applications: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1317
1317
|
/**
|
|
@@ -1321,14 +1321,14 @@ export declare namespace ContentControl {
|
|
|
1321
1321
|
* Content App Platform providers will have their own catalog vendor ID (set to their own Vendor ID) and will
|
|
1322
1322
|
* assign an ApplicationID to each Content App.
|
|
1323
1323
|
*
|
|
1324
|
-
* @see {@link MatterSpecification.
|
|
1324
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.4.1
|
|
1325
1325
|
*/
|
|
1326
1326
|
catalogVendorId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1327
1327
|
/**
|
|
1328
1328
|
* This field shall indicate the application identifier, expressed as a string, such as "PruneVideo" or "Company
|
|
1329
1329
|
* X". This field shall be unique within a catalog.
|
|
1330
1330
|
*
|
|
1331
|
-
* @see {@link MatterSpecification.
|
|
1331
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.4.2
|
|
1332
1332
|
*/
|
|
1333
1333
|
applicationId: import("../tlv/TlvObject.js").FieldType<string>;
|
|
1334
1334
|
}>[]>;
|
|
@@ -1341,13 +1341,13 @@ export declare namespace ContentControl {
|
|
|
1341
1341
|
* Applications field which are not present in the BlockApplicationList attribute, then a response with
|
|
1342
1342
|
* ApplicationNotExist error Status shall be returned.
|
|
1343
1343
|
*
|
|
1344
|
-
* @see {@link MatterSpecification.
|
|
1344
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.15
|
|
1345
1345
|
*/
|
|
1346
1346
|
readonly removeBlockApplications: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1347
1347
|
/**
|
|
1348
1348
|
* This field indicates a set of applications which shall be removed from BlockApplicationList attribute.
|
|
1349
1349
|
*
|
|
1350
|
-
* @see {@link MatterSpecification.
|
|
1350
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.15.1
|
|
1351
1351
|
*/
|
|
1352
1352
|
applications: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1353
1353
|
/**
|
|
@@ -1357,14 +1357,14 @@ export declare namespace ContentControl {
|
|
|
1357
1357
|
* Content App Platform providers will have their own catalog vendor ID (set to their own Vendor ID) and will
|
|
1358
1358
|
* assign an ApplicationID to each Content App.
|
|
1359
1359
|
*
|
|
1360
|
-
* @see {@link MatterSpecification.
|
|
1360
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.4.1
|
|
1361
1361
|
*/
|
|
1362
1362
|
catalogVendorId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1363
1363
|
/**
|
|
1364
1364
|
* This field shall indicate the application identifier, expressed as a string, such as "PruneVideo" or "Company
|
|
1365
1365
|
* X". This field shall be unique within a catalog.
|
|
1366
1366
|
*
|
|
1367
|
-
* @see {@link MatterSpecification.
|
|
1367
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.4.2
|
|
1368
1368
|
*/
|
|
1369
1369
|
applicationId: import("../tlv/TlvObject.js").FieldType<string>;
|
|
1370
1370
|
}>[]>;
|
|
@@ -1383,20 +1383,20 @@ export declare namespace ContentControl {
|
|
|
1383
1383
|
* block content which is playing and generate an event EnteringBlockContentTimeWindow. There shall NOT be
|
|
1384
1384
|
* multiple entries in this attribute list for the same day of week.
|
|
1385
1385
|
*
|
|
1386
|
-
* @see {@link MatterSpecification.
|
|
1386
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.7.11
|
|
1387
1387
|
*/
|
|
1388
1388
|
readonly blockContentTimeWindow: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1389
1389
|
/**
|
|
1390
1390
|
* This field shall indicate a unique index of a specific time window. This value may be used to indicate a
|
|
1391
1391
|
* selected time window which will be removed from the BlockContentTimeWindow attribute.
|
|
1392
1392
|
*
|
|
1393
|
-
* @see {@link MatterSpecification.
|
|
1393
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.5.1
|
|
1394
1394
|
*/
|
|
1395
1395
|
timeWindowIndex: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
1396
1396
|
/**
|
|
1397
1397
|
* This field shall indicate a day of week.
|
|
1398
1398
|
*
|
|
1399
|
-
* @see {@link MatterSpecification.
|
|
1399
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.5.2
|
|
1400
1400
|
*/
|
|
1401
1401
|
dayOfWeek: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
1402
1402
|
/**
|
|
@@ -1431,25 +1431,25 @@ export declare namespace ContentControl {
|
|
|
1431
1431
|
/**
|
|
1432
1432
|
* This field shall indicate one or more discrete time periods.
|
|
1433
1433
|
*
|
|
1434
|
-
* @see {@link MatterSpecification.
|
|
1434
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.5.3
|
|
1435
1435
|
*/
|
|
1436
1436
|
timePeriod: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1437
1437
|
/**
|
|
1438
1438
|
* This field shall indicate the starting hour.
|
|
1439
1439
|
*
|
|
1440
|
-
* @see {@link MatterSpecification.
|
|
1440
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.6.1
|
|
1441
1441
|
*/
|
|
1442
1442
|
startHour: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1443
1443
|
/**
|
|
1444
1444
|
* This field shall indicate the starting minute.
|
|
1445
1445
|
*
|
|
1446
|
-
* @see {@link MatterSpecification.
|
|
1446
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.6.2
|
|
1447
1447
|
*/
|
|
1448
1448
|
startMinute: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1449
1449
|
/**
|
|
1450
1450
|
* This field shall indicate the ending hour. EndHour shall be equal to or greater than StartHour
|
|
1451
1451
|
*
|
|
1452
|
-
* @see {@link MatterSpecification.
|
|
1452
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.6.3
|
|
1453
1453
|
*/
|
|
1454
1454
|
endHour: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1455
1455
|
/**
|
|
@@ -1457,7 +1457,7 @@ export declare namespace ContentControl {
|
|
|
1457
1457
|
* than StartMinute. If the EndHour is equal to 23 and the EndMinute is equal to 59, all contents shall be
|
|
1458
1458
|
* blocked until 23:59:59.
|
|
1459
1459
|
*
|
|
1460
|
-
* @see {@link MatterSpecification.
|
|
1460
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.6.4
|
|
1461
1461
|
*/
|
|
1462
1462
|
endMinute: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1463
1463
|
}>[]>;
|
|
@@ -1477,26 +1477,26 @@ export declare namespace ContentControl {
|
|
|
1477
1477
|
* If the TimeWindowIndex field is not NULL and presents in the BlockContentTimeWindow attribute, the media
|
|
1478
1478
|
* device shall replace the original time window with the new time window passed in this command.
|
|
1479
1479
|
*
|
|
1480
|
-
* @see {@link MatterSpecification.
|
|
1480
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.16
|
|
1481
1481
|
*/
|
|
1482
1482
|
readonly setBlockContentTimeWindow: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1483
1483
|
/**
|
|
1484
1484
|
* This field shall indicate a time window requested to set to the BlockContentTimeWindow attribute.
|
|
1485
1485
|
*
|
|
1486
|
-
* @see {@link MatterSpecification.
|
|
1486
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.16.1
|
|
1487
1487
|
*/
|
|
1488
1488
|
timeWindow: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1489
1489
|
/**
|
|
1490
1490
|
* This field shall indicate a unique index of a specific time window. This value may be used to indicate a
|
|
1491
1491
|
* selected time window which will be removed from the BlockContentTimeWindow attribute.
|
|
1492
1492
|
*
|
|
1493
|
-
* @see {@link MatterSpecification.
|
|
1493
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.5.1
|
|
1494
1494
|
*/
|
|
1495
1495
|
timeWindowIndex: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
1496
1496
|
/**
|
|
1497
1497
|
* This field shall indicate a day of week.
|
|
1498
1498
|
*
|
|
1499
|
-
* @see {@link MatterSpecification.
|
|
1499
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.5.2
|
|
1500
1500
|
*/
|
|
1501
1501
|
dayOfWeek: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
1502
1502
|
/**
|
|
@@ -1531,25 +1531,25 @@ export declare namespace ContentControl {
|
|
|
1531
1531
|
/**
|
|
1532
1532
|
* This field shall indicate one or more discrete time periods.
|
|
1533
1533
|
*
|
|
1534
|
-
* @see {@link MatterSpecification.
|
|
1534
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.5.3
|
|
1535
1535
|
*/
|
|
1536
1536
|
timePeriod: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1537
1537
|
/**
|
|
1538
1538
|
* This field shall indicate the starting hour.
|
|
1539
1539
|
*
|
|
1540
|
-
* @see {@link MatterSpecification.
|
|
1540
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.6.1
|
|
1541
1541
|
*/
|
|
1542
1542
|
startHour: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1543
1543
|
/**
|
|
1544
1544
|
* This field shall indicate the starting minute.
|
|
1545
1545
|
*
|
|
1546
|
-
* @see {@link MatterSpecification.
|
|
1546
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.6.2
|
|
1547
1547
|
*/
|
|
1548
1548
|
startMinute: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1549
1549
|
/**
|
|
1550
1550
|
* This field shall indicate the ending hour. EndHour shall be equal to or greater than StartHour
|
|
1551
1551
|
*
|
|
1552
|
-
* @see {@link MatterSpecification.
|
|
1552
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.6.3
|
|
1553
1553
|
*/
|
|
1554
1554
|
endHour: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1555
1555
|
/**
|
|
@@ -1557,7 +1557,7 @@ export declare namespace ContentControl {
|
|
|
1557
1557
|
* than StartMinute. If the EndHour is equal to 23 and the EndMinute is equal to 59, all contents shall be
|
|
1558
1558
|
* blocked until 23:59:59.
|
|
1559
1559
|
*
|
|
1560
|
-
* @see {@link MatterSpecification.
|
|
1560
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.6.4
|
|
1561
1561
|
*/
|
|
1562
1562
|
endMinute: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1563
1563
|
}>[]>;
|
|
@@ -1573,14 +1573,14 @@ export declare namespace ContentControl {
|
|
|
1573
1573
|
* If one or more time window indexes passed in this command are not present in BlockContentTimeWindow
|
|
1574
1574
|
* attribute, then a response with TimeWindowNotExist error status shall be returned.
|
|
1575
1575
|
*
|
|
1576
|
-
* @see {@link MatterSpecification.
|
|
1576
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.17
|
|
1577
1577
|
*/
|
|
1578
1578
|
readonly removeBlockContentTimeWindow: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1579
1579
|
/**
|
|
1580
1580
|
* This field shall specify a set of time window indexes indicating which time windows will be removed from the
|
|
1581
1581
|
* BlockContentTimeWindow attribute.
|
|
1582
1582
|
*
|
|
1583
|
-
* @see {@link MatterSpecification.
|
|
1583
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.17.1
|
|
1584
1584
|
*/
|
|
1585
1585
|
timeWindowIndexes: import("../tlv/TlvObject.js").FieldType<number[]>;
|
|
1586
1586
|
}>, void, any>;
|
|
@@ -1590,7 +1590,7 @@ export declare namespace ContentControl {
|
|
|
1590
1590
|
* This event shall be generated when entering a period of blocked content as configured in the
|
|
1591
1591
|
* BlockContentTimeWindow attribute.
|
|
1592
1592
|
*
|
|
1593
|
-
* @see {@link MatterSpecification.
|
|
1593
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.9.2
|
|
1594
1594
|
*/
|
|
1595
1595
|
readonly enteringBlockContentTimeWindow: Event<void, any>;
|
|
1596
1596
|
};
|
|
@@ -1617,20 +1617,20 @@ export declare namespace ContentControl {
|
|
|
1617
1617
|
* performing configuration of the Content Control settings exposed by this cluster. The ResetPIN command
|
|
1618
1618
|
* can also be used to obtain the default PIN.
|
|
1619
1619
|
*
|
|
1620
|
-
* @see {@link MatterSpecification.
|
|
1620
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.1
|
|
1621
1621
|
*/
|
|
1622
1622
|
readonly updatePin: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1623
1623
|
/**
|
|
1624
1624
|
* This field shall specify the original PIN. Once the UpdatePIN command is performed successfully, it shall be
|
|
1625
1625
|
* invalid.
|
|
1626
1626
|
*
|
|
1627
|
-
* @see {@link MatterSpecification.
|
|
1627
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.1.1
|
|
1628
1628
|
*/
|
|
1629
1629
|
oldPin: import("../tlv/TlvObject.js").FieldType<string>;
|
|
1630
1630
|
/**
|
|
1631
1631
|
* This field shall indicate a new PIN for the Content Control feature.
|
|
1632
1632
|
*
|
|
1633
|
-
* @see {@link MatterSpecification.
|
|
1633
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.1.2
|
|
1634
1634
|
*/
|
|
1635
1635
|
newPin: import("../tlv/TlvObject.js").FieldType<string>;
|
|
1636
1636
|
}>, void, any>;
|
|
@@ -1639,13 +1639,13 @@ export declare namespace ContentControl {
|
|
|
1639
1639
|
*
|
|
1640
1640
|
* If this command is executed successfully, a ResetPINResponse command with a new PIN shall be returned.
|
|
1641
1641
|
*
|
|
1642
|
-
* @see {@link MatterSpecification.
|
|
1642
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.2
|
|
1643
1643
|
*/
|
|
1644
1644
|
readonly resetPin: Command<void, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1645
1645
|
/**
|
|
1646
1646
|
* This field shall indicate a new PIN of the Content Control feature.
|
|
1647
1647
|
*
|
|
1648
|
-
* @see {@link MatterSpecification.
|
|
1648
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.3.1
|
|
1649
1649
|
*/
|
|
1650
1650
|
pinCode: import("../tlv/TlvObject.js").FieldType<string>;
|
|
1651
1651
|
}>, any>;
|
|
@@ -1698,7 +1698,7 @@ export declare namespace ContentControl {
|
|
|
1698
1698
|
* Indicates whether the Content Control feature implemented on a media device is turned off (FALSE) or
|
|
1699
1699
|
* turned on (TRUE).
|
|
1700
1700
|
*
|
|
1701
|
-
* @see {@link MatterSpecification.
|
|
1701
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.7.1
|
|
1702
1702
|
*/
|
|
1703
1703
|
readonly enabled: Attribute<boolean, any>;
|
|
1704
1704
|
};
|
|
@@ -1708,7 +1708,7 @@ export declare namespace ContentControl {
|
|
|
1708
1708
|
*
|
|
1709
1709
|
* Upon receipt of the Enable command, the media device shall set the Enabled attribute to TRUE.
|
|
1710
1710
|
*
|
|
1711
|
-
* @see {@link MatterSpecification.
|
|
1711
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.4
|
|
1712
1712
|
*/
|
|
1713
1713
|
readonly enable: Command<void, void, any>;
|
|
1714
1714
|
/**
|
|
@@ -1716,7 +1716,7 @@ export declare namespace ContentControl {
|
|
|
1716
1716
|
*
|
|
1717
1717
|
* On receipt of the Disable command, the media device shall set the Enabled attribute to FALSE.
|
|
1718
1718
|
*
|
|
1719
|
-
* @see {@link MatterSpecification.
|
|
1719
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.5
|
|
1720
1720
|
*/
|
|
1721
1721
|
readonly disable: Command<void, void, any>;
|
|
1722
1722
|
};
|
|
@@ -1743,7 +1743,7 @@ export declare namespace ContentControl {
|
|
|
1743
1743
|
* The ratings in this collection shall be in order from a rating for the youngest viewers to the one for
|
|
1744
1744
|
* the oldest viewers. Each rating in the list shall be unique.
|
|
1745
1745
|
*
|
|
1746
|
-
* @see {@link MatterSpecification.
|
|
1746
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.7.2
|
|
1747
1747
|
*/
|
|
1748
1748
|
readonly onDemandRatings: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1749
1749
|
/**
|
|
@@ -1751,13 +1751,13 @@ export declare namespace ContentControl {
|
|
|
1751
1751
|
* system is dependent upon the region or country where the Node has been provisioned, and may vary from one
|
|
1752
1752
|
* country to another.
|
|
1753
1753
|
*
|
|
1754
|
-
* @see {@link MatterSpecification.
|
|
1754
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.2.1
|
|
1755
1755
|
*/
|
|
1756
1756
|
ratingName: import("../tlv/TlvObject.js").FieldType<string>;
|
|
1757
1757
|
/**
|
|
1758
1758
|
* This field shall specify a human readable (displayable) description for RatingName.
|
|
1759
1759
|
*
|
|
1760
|
-
* @see {@link MatterSpecification.
|
|
1760
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.2.2
|
|
1761
1761
|
*/
|
|
1762
1762
|
ratingNameDesc: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
1763
1763
|
}>[], any>;
|
|
@@ -1773,7 +1773,7 @@ export declare namespace ContentControl {
|
|
|
1773
1773
|
* example, if the feature does not control content within apps, then the device should make this clear to
|
|
1774
1774
|
* the user when the attribute changes.
|
|
1775
1775
|
*
|
|
1776
|
-
* @see {@link MatterSpecification.
|
|
1776
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.7.3
|
|
1777
1777
|
*/
|
|
1778
1778
|
readonly onDemandRatingThreshold: Attribute<string, any>;
|
|
1779
1779
|
};
|
|
@@ -1785,14 +1785,14 @@ export declare namespace ContentControl {
|
|
|
1785
1785
|
* is one of values present in the OnDemandRatings attribute. If not, then a response with InvalidRating
|
|
1786
1786
|
* error status shall be returned.
|
|
1787
1787
|
*
|
|
1788
|
-
* @see {@link MatterSpecification.
|
|
1788
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.10
|
|
1789
1789
|
*/
|
|
1790
1790
|
readonly setOnDemandRatingThreshold: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1791
1791
|
/**
|
|
1792
1792
|
* This field indicates a threshold rating for filtering on-demand content. This field shall be set to one of
|
|
1793
1793
|
* the values present in the OnDemandRatings attribute
|
|
1794
1794
|
*
|
|
1795
|
-
* @see {@link MatterSpecification.
|
|
1795
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.10.1
|
|
1796
1796
|
*/
|
|
1797
1797
|
rating: import("../tlv/TlvObject.js").FieldType<string>;
|
|
1798
1798
|
}>, void, any>;
|
|
@@ -1816,7 +1816,7 @@ export declare namespace ContentControl {
|
|
|
1816
1816
|
* The ratings in this collection shall be in order from a rating for the youngest viewers to the one for
|
|
1817
1817
|
* the oldest viewers. Each rating in the list shall be unique.
|
|
1818
1818
|
*
|
|
1819
|
-
* @see {@link MatterSpecification.
|
|
1819
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.7.4
|
|
1820
1820
|
*/
|
|
1821
1821
|
readonly scheduledContentRatings: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1822
1822
|
/**
|
|
@@ -1824,13 +1824,13 @@ export declare namespace ContentControl {
|
|
|
1824
1824
|
* system is dependent upon the region or country where the Node has been provisioned, and may vary from one
|
|
1825
1825
|
* country to another.
|
|
1826
1826
|
*
|
|
1827
|
-
* @see {@link MatterSpecification.
|
|
1827
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.2.1
|
|
1828
1828
|
*/
|
|
1829
1829
|
ratingName: import("../tlv/TlvObject.js").FieldType<string>;
|
|
1830
1830
|
/**
|
|
1831
1831
|
* This field shall specify a human readable (displayable) description for RatingName.
|
|
1832
1832
|
*
|
|
1833
|
-
* @see {@link MatterSpecification.
|
|
1833
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.2.2
|
|
1834
1834
|
*/
|
|
1835
1835
|
ratingNameDesc: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
1836
1836
|
}>[], any>;
|
|
@@ -1846,7 +1846,7 @@ export declare namespace ContentControl {
|
|
|
1846
1846
|
* example, if the feature does not control content within apps, then the device should make this clear to
|
|
1847
1847
|
* the user when the attribute changes.
|
|
1848
1848
|
*
|
|
1849
|
-
* @see {@link MatterSpecification.
|
|
1849
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.7.5
|
|
1850
1850
|
*/
|
|
1851
1851
|
readonly scheduledContentRatingThreshold: Attribute<string, any>;
|
|
1852
1852
|
};
|
|
@@ -1858,14 +1858,14 @@ export declare namespace ContentControl {
|
|
|
1858
1858
|
* Rating field is one of values present in the ScheduledContentRatings attribute. If not, then a response
|
|
1859
1859
|
* with InvalidRating error status shall be returned.
|
|
1860
1860
|
*
|
|
1861
|
-
* @see {@link MatterSpecification.
|
|
1861
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.11
|
|
1862
1862
|
*/
|
|
1863
1863
|
readonly setScheduledContentRatingThreshold: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1864
1864
|
/**
|
|
1865
1865
|
* This field indicates a threshold rating for filtering scheduled content. This field shall be set to one of
|
|
1866
1866
|
* the values present in the ScheduledContentRatings attribute.
|
|
1867
1867
|
*
|
|
1868
|
-
* @see {@link MatterSpecification.
|
|
1868
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.11.1
|
|
1869
1869
|
*/
|
|
1870
1870
|
rating: import("../tlv/TlvObject.js").FieldType<string>;
|
|
1871
1871
|
}>, void, any>;
|
|
@@ -1881,7 +1881,7 @@ export declare namespace ContentControl {
|
|
|
1881
1881
|
* Indicates the amount of time (in seconds) which the User is allowed to spend watching TV within one day
|
|
1882
1882
|
* when the Content Control feature is activated.
|
|
1883
1883
|
*
|
|
1884
|
-
* @see {@link MatterSpecification.
|
|
1884
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.7.6
|
|
1885
1885
|
*/
|
|
1886
1886
|
readonly screenDailyTime: Attribute<number, any>;
|
|
1887
1887
|
/**
|
|
@@ -1892,7 +1892,7 @@ export declare namespace ContentControl {
|
|
|
1892
1892
|
* This attribute shall be updated when the AddBonusTime command is received and processed successfully
|
|
1893
1893
|
* (with the correct PIN).
|
|
1894
1894
|
*
|
|
1895
|
-
* @see {@link MatterSpecification.
|
|
1895
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.7.7
|
|
1896
1896
|
*/
|
|
1897
1897
|
readonly remainingScreenTime: Attribute<number, any>;
|
|
1898
1898
|
};
|
|
@@ -1917,7 +1917,7 @@ export declare namespace ContentControl {
|
|
|
1917
1917
|
*
|
|
1918
1918
|
* • The client has provided a PINCode that matches the expected PIN value.
|
|
1919
1919
|
*
|
|
1920
|
-
* @see {@link MatterSpecification.
|
|
1920
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.6
|
|
1921
1921
|
*/
|
|
1922
1922
|
readonly addBonusTime: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1923
1923
|
/**
|
|
@@ -1928,14 +1928,14 @@ export declare namespace ContentControl {
|
|
|
1928
1928
|
* permission is allowed to invoke this command only if the PIN passed in this command is equal to the current
|
|
1929
1929
|
* PIN value.
|
|
1930
1930
|
*
|
|
1931
|
-
* @see {@link MatterSpecification.
|
|
1931
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.6.1
|
|
1932
1932
|
*/
|
|
1933
1933
|
pinCode: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
1934
1934
|
/**
|
|
1935
1935
|
* This field shall indicate the amount of extra time (in seconds) to increase RemainingScreenTime. This field
|
|
1936
1936
|
* shall NOT exceed the remaining time of this day.
|
|
1937
1937
|
*
|
|
1938
|
-
* @see {@link MatterSpecification.
|
|
1938
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.6.2
|
|
1939
1939
|
*/
|
|
1940
1940
|
bonusTime: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1941
1941
|
}>, void, any>;
|
|
@@ -1945,14 +1945,14 @@ export declare namespace ContentControl {
|
|
|
1945
1945
|
* Upon receipt of the SetScreenDailyTime command, the media device shall set the ScreenDailyTime attribute
|
|
1946
1946
|
* to the ScreenTime value.
|
|
1947
1947
|
*
|
|
1948
|
-
* @see {@link MatterSpecification.
|
|
1948
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.7
|
|
1949
1949
|
*/
|
|
1950
1950
|
readonly setScreenDailyTime: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1951
1951
|
/**
|
|
1952
1952
|
* This field shall indicate the time (in seconds) which the User is allowed to spend watching TV on this media
|
|
1953
1953
|
* device within one day.
|
|
1954
1954
|
*
|
|
1955
|
-
* @see {@link MatterSpecification.
|
|
1955
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.7.1
|
|
1956
1956
|
*/
|
|
1957
1957
|
screenTime: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1958
1958
|
}>, void, any>;
|
|
@@ -1961,7 +1961,7 @@ export declare namespace ContentControl {
|
|
|
1961
1961
|
/**
|
|
1962
1962
|
* This event shall be generated when the RemainingScreenTime equals 0.
|
|
1963
1963
|
*
|
|
1964
|
-
* @see {@link MatterSpecification.
|
|
1964
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.9.1
|
|
1965
1965
|
*/
|
|
1966
1966
|
readonly remainingScreenTimeExpired: Event<void, any>;
|
|
1967
1967
|
};
|
|
@@ -1981,7 +1981,7 @@ export declare namespace ContentControl {
|
|
|
1981
1981
|
* example, if the feature does not control content within apps, then the device should make this clear to
|
|
1982
1982
|
* the user when the attribute changes.
|
|
1983
1983
|
*
|
|
1984
|
-
* @see {@link MatterSpecification.
|
|
1984
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.7.8
|
|
1985
1985
|
*/
|
|
1986
1986
|
readonly blockUnrated: Attribute<boolean, any>;
|
|
1987
1987
|
};
|
|
@@ -1993,7 +1993,7 @@ export declare namespace ContentControl {
|
|
|
1993
1993
|
* Upon receipt of the BlockUnratedContent command, the media device shall set the BlockUnrated attribute to
|
|
1994
1994
|
* TRUE.
|
|
1995
1995
|
*
|
|
1996
|
-
* @see {@link MatterSpecification.
|
|
1996
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.8
|
|
1997
1997
|
*/
|
|
1998
1998
|
readonly blockUnratedContent: Command<void, void, any>;
|
|
1999
1999
|
/**
|
|
@@ -2003,7 +2003,7 @@ export declare namespace ContentControl {
|
|
|
2003
2003
|
* Upon receipt of the UnblockUnratedContent command, the media device shall set the BlockUn rated attribute
|
|
2004
2004
|
* to FALSE.
|
|
2005
2005
|
*
|
|
2006
|
-
* @see {@link MatterSpecification.
|
|
2006
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.9
|
|
2007
2007
|
*/
|
|
2008
2008
|
readonly unblockUnratedContent: Command<void, void, any>;
|
|
2009
2009
|
};
|
|
@@ -2017,14 +2017,14 @@ export declare namespace ContentControl {
|
|
|
2017
2017
|
/**
|
|
2018
2018
|
* Indicates a set of channels that shall be blocked when the Content Control feature is activated.
|
|
2019
2019
|
*
|
|
2020
|
-
* @see {@link MatterSpecification.
|
|
2020
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.7.9
|
|
2021
2021
|
*/
|
|
2022
2022
|
readonly blockChannelList: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2023
2023
|
/**
|
|
2024
2024
|
* This field shall indicate a unique index value for a blocked channel. This value may be used to indicate one
|
|
2025
2025
|
* selected channel which will be removed from BlockChannelList attribute.
|
|
2026
2026
|
*
|
|
2027
|
-
* @see {@link MatterSpecification.
|
|
2027
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.3.1
|
|
2028
2028
|
*/
|
|
2029
2029
|
blockChannelIndex: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
2030
2030
|
/**
|
|
@@ -2033,7 +2033,7 @@ export declare namespace ContentControl {
|
|
|
2033
2033
|
* This field is required but shall be set to 0 for channels such as over-the-top channels that are not
|
|
2034
2034
|
* represented by a major or minor number.
|
|
2035
2035
|
*
|
|
2036
|
-
* @see {@link MatterSpecification.
|
|
2036
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.3.2
|
|
2037
2037
|
*/
|
|
2038
2038
|
majorNumber: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2039
2039
|
/**
|
|
@@ -2042,14 +2042,14 @@ export declare namespace ContentControl {
|
|
|
2042
2042
|
* This field is required but shall be set to 0 for channels such as over-the-top channels that are not
|
|
2043
2043
|
* represented by a major or minor number.
|
|
2044
2044
|
*
|
|
2045
|
-
* @see {@link MatterSpecification.
|
|
2045
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.3.3
|
|
2046
2046
|
*/
|
|
2047
2047
|
minorNumber: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2048
2048
|
/**
|
|
2049
2049
|
* This field shall indicate the unique identifier for a specific channel. This field is optional, but SHOULD be
|
|
2050
2050
|
* provided when MajorNumber and MinorNumber are not available.
|
|
2051
2051
|
*
|
|
2052
|
-
* @see {@link MatterSpecification.
|
|
2052
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.3.4
|
|
2053
2053
|
*/
|
|
2054
2054
|
identifier: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
2055
2055
|
}>[], any>;
|
|
@@ -2070,7 +2070,7 @@ export declare namespace ContentControl {
|
|
|
2070
2070
|
* If all channels in Channel field already exist in the BlockChannelList attribute, then a response with
|
|
2071
2071
|
* ChannelAlreadyExist error Status shall be returned.
|
|
2072
2072
|
*
|
|
2073
|
-
* @see {@link MatterSpecification.
|
|
2073
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.12
|
|
2074
2074
|
*/
|
|
2075
2075
|
readonly addBlockChannels: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2076
2076
|
/**
|
|
@@ -2078,14 +2078,14 @@ export declare namespace ContentControl {
|
|
|
2078
2078
|
* This field shall be set to values present in ChannelList attribute in the Channel cluster. The
|
|
2079
2079
|
* BlockChannelIndex field passed in this command shall be NULL.
|
|
2080
2080
|
*
|
|
2081
|
-
* @see {@link MatterSpecification.
|
|
2081
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.12.1
|
|
2082
2082
|
*/
|
|
2083
2083
|
channels: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2084
2084
|
/**
|
|
2085
2085
|
* This field shall indicate a unique index value for a blocked channel. This value may be used to indicate one
|
|
2086
2086
|
* selected channel which will be removed from BlockChannelList attribute.
|
|
2087
2087
|
*
|
|
2088
|
-
* @see {@link MatterSpecification.
|
|
2088
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.3.1
|
|
2089
2089
|
*/
|
|
2090
2090
|
blockChannelIndex: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
2091
2091
|
/**
|
|
@@ -2094,7 +2094,7 @@ export declare namespace ContentControl {
|
|
|
2094
2094
|
* This field is required but shall be set to 0 for channels such as over-the-top channels that are not
|
|
2095
2095
|
* represented by a major or minor number.
|
|
2096
2096
|
*
|
|
2097
|
-
* @see {@link MatterSpecification.
|
|
2097
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.3.2
|
|
2098
2098
|
*/
|
|
2099
2099
|
majorNumber: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2100
2100
|
/**
|
|
@@ -2103,14 +2103,14 @@ export declare namespace ContentControl {
|
|
|
2103
2103
|
* This field is required but shall be set to 0 for channels such as over-the-top channels that are not
|
|
2104
2104
|
* represented by a major or minor number.
|
|
2105
2105
|
*
|
|
2106
|
-
* @see {@link MatterSpecification.
|
|
2106
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.3.3
|
|
2107
2107
|
*/
|
|
2108
2108
|
minorNumber: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2109
2109
|
/**
|
|
2110
2110
|
* This field shall indicate the unique identifier for a specific channel. This field is optional, but SHOULD be
|
|
2111
2111
|
* provided when MajorNumber and MinorNumber are not available.
|
|
2112
2112
|
*
|
|
2113
|
-
* @see {@link MatterSpecification.
|
|
2113
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.3.4
|
|
2114
2114
|
*/
|
|
2115
2115
|
identifier: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
2116
2116
|
}>[]>;
|
|
@@ -2123,14 +2123,14 @@ export declare namespace ContentControl {
|
|
|
2123
2123
|
* channels indicated by ChannelIndexes passed in this command field are not present in the BlockChannelList
|
|
2124
2124
|
* attribute, then a response with ChannelNotExist error Status shall be returned.
|
|
2125
2125
|
*
|
|
2126
|
-
* @see {@link MatterSpecification.
|
|
2126
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.13
|
|
2127
2127
|
*/
|
|
2128
2128
|
readonly removeBlockChannels: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2129
2129
|
/**
|
|
2130
2130
|
* This field shall specify a set of indexes indicating Which channels shall be removed from the
|
|
2131
2131
|
* BlockChannelList attribute.
|
|
2132
2132
|
*
|
|
2133
|
-
* @see {@link MatterSpecification.
|
|
2133
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.13.1
|
|
2134
2134
|
*/
|
|
2135
2135
|
channelIndexes: import("../tlv/TlvObject.js").FieldType<number[]>;
|
|
2136
2136
|
}>, void, any>;
|
|
@@ -2145,7 +2145,7 @@ export declare namespace ContentControl {
|
|
|
2145
2145
|
/**
|
|
2146
2146
|
* Indicates a set of applications that shall be blocked when the Content Control feature is activated.
|
|
2147
2147
|
*
|
|
2148
|
-
* @see {@link MatterSpecification.
|
|
2148
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.7.10
|
|
2149
2149
|
*/
|
|
2150
2150
|
readonly blockApplicationList: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2151
2151
|
/**
|
|
@@ -2155,14 +2155,14 @@ export declare namespace ContentControl {
|
|
|
2155
2155
|
* Content App Platform providers will have their own catalog vendor ID (set to their own Vendor ID) and will
|
|
2156
2156
|
* assign an ApplicationID to each Content App.
|
|
2157
2157
|
*
|
|
2158
|
-
* @see {@link MatterSpecification.
|
|
2158
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.4.1
|
|
2159
2159
|
*/
|
|
2160
2160
|
catalogVendorId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2161
2161
|
/**
|
|
2162
2162
|
* This field shall indicate the application identifier, expressed as a string, such as "PruneVideo" or "Company
|
|
2163
2163
|
* X". This field shall be unique within a catalog.
|
|
2164
2164
|
*
|
|
2165
|
-
* @see {@link MatterSpecification.
|
|
2165
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.4.2
|
|
2166
2166
|
*/
|
|
2167
2167
|
applicationId: import("../tlv/TlvObject.js").FieldType<string>;
|
|
2168
2168
|
}>[], any>;
|
|
@@ -2182,14 +2182,14 @@ export declare namespace ContentControl {
|
|
|
2182
2182
|
* If all applications in Applications field are already present in BlockApplicationList attribute, then a
|
|
2183
2183
|
* response with ApplicationAlreadyExist error Status shall be returned.
|
|
2184
2184
|
*
|
|
2185
|
-
* @see {@link MatterSpecification.
|
|
2185
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.14
|
|
2186
2186
|
*/
|
|
2187
2187
|
readonly addBlockApplications: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2188
2188
|
/**
|
|
2189
2189
|
* This field indicates a set of applications that shall be blocked when the Content Control feature is
|
|
2190
2190
|
* activated.
|
|
2191
2191
|
*
|
|
2192
|
-
* @see {@link MatterSpecification.
|
|
2192
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.14.1
|
|
2193
2193
|
*/
|
|
2194
2194
|
applications: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2195
2195
|
/**
|
|
@@ -2199,14 +2199,14 @@ export declare namespace ContentControl {
|
|
|
2199
2199
|
* Content App Platform providers will have their own catalog vendor ID (set to their own Vendor ID) and will
|
|
2200
2200
|
* assign an ApplicationID to each Content App.
|
|
2201
2201
|
*
|
|
2202
|
-
* @see {@link MatterSpecification.
|
|
2202
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.4.1
|
|
2203
2203
|
*/
|
|
2204
2204
|
catalogVendorId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2205
2205
|
/**
|
|
2206
2206
|
* This field shall indicate the application identifier, expressed as a string, such as "PruneVideo" or "Company
|
|
2207
2207
|
* X". This field shall be unique within a catalog.
|
|
2208
2208
|
*
|
|
2209
|
-
* @see {@link MatterSpecification.
|
|
2209
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.4.2
|
|
2210
2210
|
*/
|
|
2211
2211
|
applicationId: import("../tlv/TlvObject.js").FieldType<string>;
|
|
2212
2212
|
}>[]>;
|
|
@@ -2219,13 +2219,13 @@ export declare namespace ContentControl {
|
|
|
2219
2219
|
* Applications field which are not present in the BlockApplicationList attribute, then a response with
|
|
2220
2220
|
* ApplicationNotExist error Status shall be returned.
|
|
2221
2221
|
*
|
|
2222
|
-
* @see {@link MatterSpecification.
|
|
2222
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.15
|
|
2223
2223
|
*/
|
|
2224
2224
|
readonly removeBlockApplications: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2225
2225
|
/**
|
|
2226
2226
|
* This field indicates a set of applications which shall be removed from BlockApplicationList attribute.
|
|
2227
2227
|
*
|
|
2228
|
-
* @see {@link MatterSpecification.
|
|
2228
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.15.1
|
|
2229
2229
|
*/
|
|
2230
2230
|
applications: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2231
2231
|
/**
|
|
@@ -2235,14 +2235,14 @@ export declare namespace ContentControl {
|
|
|
2235
2235
|
* Content App Platform providers will have their own catalog vendor ID (set to their own Vendor ID) and will
|
|
2236
2236
|
* assign an ApplicationID to each Content App.
|
|
2237
2237
|
*
|
|
2238
|
-
* @see {@link MatterSpecification.
|
|
2238
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.4.1
|
|
2239
2239
|
*/
|
|
2240
2240
|
catalogVendorId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2241
2241
|
/**
|
|
2242
2242
|
* This field shall indicate the application identifier, expressed as a string, such as "PruneVideo" or "Company
|
|
2243
2243
|
* X". This field shall be unique within a catalog.
|
|
2244
2244
|
*
|
|
2245
|
-
* @see {@link MatterSpecification.
|
|
2245
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.4.2
|
|
2246
2246
|
*/
|
|
2247
2247
|
applicationId: import("../tlv/TlvObject.js").FieldType<string>;
|
|
2248
2248
|
}>[]>;
|
|
@@ -2262,20 +2262,20 @@ export declare namespace ContentControl {
|
|
|
2262
2262
|
* block content which is playing and generate an event EnteringBlockContentTimeWindow. There shall NOT be
|
|
2263
2263
|
* multiple entries in this attribute list for the same day of week.
|
|
2264
2264
|
*
|
|
2265
|
-
* @see {@link MatterSpecification.
|
|
2265
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.7.11
|
|
2266
2266
|
*/
|
|
2267
2267
|
readonly blockContentTimeWindow: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2268
2268
|
/**
|
|
2269
2269
|
* This field shall indicate a unique index of a specific time window. This value may be used to indicate a
|
|
2270
2270
|
* selected time window which will be removed from the BlockContentTimeWindow attribute.
|
|
2271
2271
|
*
|
|
2272
|
-
* @see {@link MatterSpecification.
|
|
2272
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.5.1
|
|
2273
2273
|
*/
|
|
2274
2274
|
timeWindowIndex: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
2275
2275
|
/**
|
|
2276
2276
|
* This field shall indicate a day of week.
|
|
2277
2277
|
*
|
|
2278
|
-
* @see {@link MatterSpecification.
|
|
2278
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.5.2
|
|
2279
2279
|
*/
|
|
2280
2280
|
dayOfWeek: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
2281
2281
|
/**
|
|
@@ -2310,25 +2310,25 @@ export declare namespace ContentControl {
|
|
|
2310
2310
|
/**
|
|
2311
2311
|
* This field shall indicate one or more discrete time periods.
|
|
2312
2312
|
*
|
|
2313
|
-
* @see {@link MatterSpecification.
|
|
2313
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.5.3
|
|
2314
2314
|
*/
|
|
2315
2315
|
timePeriod: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2316
2316
|
/**
|
|
2317
2317
|
* This field shall indicate the starting hour.
|
|
2318
2318
|
*
|
|
2319
|
-
* @see {@link MatterSpecification.
|
|
2319
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.6.1
|
|
2320
2320
|
*/
|
|
2321
2321
|
startHour: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2322
2322
|
/**
|
|
2323
2323
|
* This field shall indicate the starting minute.
|
|
2324
2324
|
*
|
|
2325
|
-
* @see {@link MatterSpecification.
|
|
2325
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.6.2
|
|
2326
2326
|
*/
|
|
2327
2327
|
startMinute: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2328
2328
|
/**
|
|
2329
2329
|
* This field shall indicate the ending hour. EndHour shall be equal to or greater than StartHour
|
|
2330
2330
|
*
|
|
2331
|
-
* @see {@link MatterSpecification.
|
|
2331
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.6.3
|
|
2332
2332
|
*/
|
|
2333
2333
|
endHour: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2334
2334
|
/**
|
|
@@ -2336,7 +2336,7 @@ export declare namespace ContentControl {
|
|
|
2336
2336
|
* than StartMinute. If the EndHour is equal to 23 and the EndMinute is equal to 59, all contents shall be
|
|
2337
2337
|
* blocked until 23:59:59.
|
|
2338
2338
|
*
|
|
2339
|
-
* @see {@link MatterSpecification.
|
|
2339
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.6.4
|
|
2340
2340
|
*/
|
|
2341
2341
|
endMinute: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2342
2342
|
}>[]>;
|
|
@@ -2356,26 +2356,26 @@ export declare namespace ContentControl {
|
|
|
2356
2356
|
* If the TimeWindowIndex field is not NULL and presents in the BlockContentTimeWindow attribute, the media
|
|
2357
2357
|
* device shall replace the original time window with the new time window passed in this command.
|
|
2358
2358
|
*
|
|
2359
|
-
* @see {@link MatterSpecification.
|
|
2359
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.16
|
|
2360
2360
|
*/
|
|
2361
2361
|
readonly setBlockContentTimeWindow: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2362
2362
|
/**
|
|
2363
2363
|
* This field shall indicate a time window requested to set to the BlockContentTimeWindow attribute.
|
|
2364
2364
|
*
|
|
2365
|
-
* @see {@link MatterSpecification.
|
|
2365
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.16.1
|
|
2366
2366
|
*/
|
|
2367
2367
|
timeWindow: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2368
2368
|
/**
|
|
2369
2369
|
* This field shall indicate a unique index of a specific time window. This value may be used to indicate a
|
|
2370
2370
|
* selected time window which will be removed from the BlockContentTimeWindow attribute.
|
|
2371
2371
|
*
|
|
2372
|
-
* @see {@link MatterSpecification.
|
|
2372
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.5.1
|
|
2373
2373
|
*/
|
|
2374
2374
|
timeWindowIndex: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
2375
2375
|
/**
|
|
2376
2376
|
* This field shall indicate a day of week.
|
|
2377
2377
|
*
|
|
2378
|
-
* @see {@link MatterSpecification.
|
|
2378
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.5.2
|
|
2379
2379
|
*/
|
|
2380
2380
|
dayOfWeek: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
2381
2381
|
/**
|
|
@@ -2410,25 +2410,25 @@ export declare namespace ContentControl {
|
|
|
2410
2410
|
/**
|
|
2411
2411
|
* This field shall indicate one or more discrete time periods.
|
|
2412
2412
|
*
|
|
2413
|
-
* @see {@link MatterSpecification.
|
|
2413
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.5.3
|
|
2414
2414
|
*/
|
|
2415
2415
|
timePeriod: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2416
2416
|
/**
|
|
2417
2417
|
* This field shall indicate the starting hour.
|
|
2418
2418
|
*
|
|
2419
|
-
* @see {@link MatterSpecification.
|
|
2419
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.6.1
|
|
2420
2420
|
*/
|
|
2421
2421
|
startHour: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2422
2422
|
/**
|
|
2423
2423
|
* This field shall indicate the starting minute.
|
|
2424
2424
|
*
|
|
2425
|
-
* @see {@link MatterSpecification.
|
|
2425
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.6.2
|
|
2426
2426
|
*/
|
|
2427
2427
|
startMinute: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2428
2428
|
/**
|
|
2429
2429
|
* This field shall indicate the ending hour. EndHour shall be equal to or greater than StartHour
|
|
2430
2430
|
*
|
|
2431
|
-
* @see {@link MatterSpecification.
|
|
2431
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.6.3
|
|
2432
2432
|
*/
|
|
2433
2433
|
endHour: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2434
2434
|
/**
|
|
@@ -2436,7 +2436,7 @@ export declare namespace ContentControl {
|
|
|
2436
2436
|
* than StartMinute. If the EndHour is equal to 23 and the EndMinute is equal to 59, all contents shall be
|
|
2437
2437
|
* blocked until 23:59:59.
|
|
2438
2438
|
*
|
|
2439
|
-
* @see {@link MatterSpecification.
|
|
2439
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.6.4
|
|
2440
2440
|
*/
|
|
2441
2441
|
endMinute: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2442
2442
|
}>[]>;
|
|
@@ -2452,14 +2452,14 @@ export declare namespace ContentControl {
|
|
|
2452
2452
|
* If one or more time window indexes passed in this command are not present in BlockContentTimeWindow
|
|
2453
2453
|
* attribute, then a response with TimeWindowNotExist error status shall be returned.
|
|
2454
2454
|
*
|
|
2455
|
-
* @see {@link MatterSpecification.
|
|
2455
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.17
|
|
2456
2456
|
*/
|
|
2457
2457
|
readonly removeBlockContentTimeWindow: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2458
2458
|
/**
|
|
2459
2459
|
* This field shall specify a set of time window indexes indicating which time windows will be removed from the
|
|
2460
2460
|
* BlockContentTimeWindow attribute.
|
|
2461
2461
|
*
|
|
2462
|
-
* @see {@link MatterSpecification.
|
|
2462
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.17.1
|
|
2463
2463
|
*/
|
|
2464
2464
|
timeWindowIndexes: import("../tlv/TlvObject.js").FieldType<number[]>;
|
|
2465
2465
|
}>, void, any>;
|
|
@@ -2469,7 +2469,7 @@ export declare namespace ContentControl {
|
|
|
2469
2469
|
* This event shall be generated when entering a period of blocked content as configured in the
|
|
2470
2470
|
* BlockContentTimeWindow attribute.
|
|
2471
2471
|
*
|
|
2472
|
-
* @see {@link MatterSpecification.
|
|
2472
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.9.2
|
|
2473
2473
|
*/
|
|
2474
2474
|
readonly enteringBlockContentTimeWindow: Event<void, any>;
|
|
2475
2475
|
};
|
|
@@ -2497,20 +2497,20 @@ export declare namespace ContentControl {
|
|
|
2497
2497
|
* performing configuration of the Content Control settings exposed by this cluster. The ResetPIN command
|
|
2498
2498
|
* can also be used to obtain the default PIN.
|
|
2499
2499
|
*
|
|
2500
|
-
* @see {@link MatterSpecification.
|
|
2500
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.1
|
|
2501
2501
|
*/
|
|
2502
2502
|
readonly updatePin: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2503
2503
|
/**
|
|
2504
2504
|
* This field shall specify the original PIN. Once the UpdatePIN command is performed successfully, it shall be
|
|
2505
2505
|
* invalid.
|
|
2506
2506
|
*
|
|
2507
|
-
* @see {@link MatterSpecification.
|
|
2507
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.1.1
|
|
2508
2508
|
*/
|
|
2509
2509
|
oldPin: import("../tlv/TlvObject.js").FieldType<string>;
|
|
2510
2510
|
/**
|
|
2511
2511
|
* This field shall indicate a new PIN for the Content Control feature.
|
|
2512
2512
|
*
|
|
2513
|
-
* @see {@link MatterSpecification.
|
|
2513
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.1.2
|
|
2514
2514
|
*/
|
|
2515
2515
|
newPin: import("../tlv/TlvObject.js").FieldType<string>;
|
|
2516
2516
|
}>, void, any>;
|
|
@@ -2519,13 +2519,13 @@ export declare namespace ContentControl {
|
|
|
2519
2519
|
*
|
|
2520
2520
|
* If this command is executed successfully, a ResetPINResponse command with a new PIN shall be returned.
|
|
2521
2521
|
*
|
|
2522
|
-
* @see {@link MatterSpecification.
|
|
2522
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.2
|
|
2523
2523
|
*/
|
|
2524
2524
|
readonly resetPin: Command<void, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2525
2525
|
/**
|
|
2526
2526
|
* This field shall indicate a new PIN of the Content Control feature.
|
|
2527
2527
|
*
|
|
2528
|
-
* @see {@link MatterSpecification.
|
|
2528
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.3.1
|
|
2529
2529
|
*/
|
|
2530
2530
|
pinCode: import("../tlv/TlvObject.js").FieldType<string>;
|
|
2531
2531
|
}>, any>;
|
|
@@ -2580,7 +2580,7 @@ export declare namespace ContentControl {
|
|
|
2580
2580
|
* Indicates whether the Content Control feature implemented on a media device is turned off (FALSE) or
|
|
2581
2581
|
* turned on (TRUE).
|
|
2582
2582
|
*
|
|
2583
|
-
* @see {@link MatterSpecification.
|
|
2583
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.7.1
|
|
2584
2584
|
*/
|
|
2585
2585
|
readonly enabled: Attribute<boolean, any>;
|
|
2586
2586
|
};
|
|
@@ -2590,7 +2590,7 @@ export declare namespace ContentControl {
|
|
|
2590
2590
|
*
|
|
2591
2591
|
* Upon receipt of the Enable command, the media device shall set the Enabled attribute to TRUE.
|
|
2592
2592
|
*
|
|
2593
|
-
* @see {@link MatterSpecification.
|
|
2593
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.4
|
|
2594
2594
|
*/
|
|
2595
2595
|
readonly enable: Command<void, void, any>;
|
|
2596
2596
|
/**
|
|
@@ -2598,7 +2598,7 @@ export declare namespace ContentControl {
|
|
|
2598
2598
|
*
|
|
2599
2599
|
* On receipt of the Disable command, the media device shall set the Enabled attribute to FALSE.
|
|
2600
2600
|
*
|
|
2601
|
-
* @see {@link MatterSpecification.
|
|
2601
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.5
|
|
2602
2602
|
*/
|
|
2603
2603
|
readonly disable: Command<void, void, any>;
|
|
2604
2604
|
};
|
|
@@ -2625,7 +2625,7 @@ export declare namespace ContentControl {
|
|
|
2625
2625
|
* The ratings in this collection shall be in order from a rating for the youngest viewers to the one for
|
|
2626
2626
|
* the oldest viewers. Each rating in the list shall be unique.
|
|
2627
2627
|
*
|
|
2628
|
-
* @see {@link MatterSpecification.
|
|
2628
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.7.2
|
|
2629
2629
|
*/
|
|
2630
2630
|
readonly onDemandRatings: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2631
2631
|
/**
|
|
@@ -2633,13 +2633,13 @@ export declare namespace ContentControl {
|
|
|
2633
2633
|
* system is dependent upon the region or country where the Node has been provisioned, and may vary from one
|
|
2634
2634
|
* country to another.
|
|
2635
2635
|
*
|
|
2636
|
-
* @see {@link MatterSpecification.
|
|
2636
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.2.1
|
|
2637
2637
|
*/
|
|
2638
2638
|
ratingName: import("../tlv/TlvObject.js").FieldType<string>;
|
|
2639
2639
|
/**
|
|
2640
2640
|
* This field shall specify a human readable (displayable) description for RatingName.
|
|
2641
2641
|
*
|
|
2642
|
-
* @see {@link MatterSpecification.
|
|
2642
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.2.2
|
|
2643
2643
|
*/
|
|
2644
2644
|
ratingNameDesc: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
2645
2645
|
}>[], any>;
|
|
@@ -2655,7 +2655,7 @@ export declare namespace ContentControl {
|
|
|
2655
2655
|
* example, if the feature does not control content within apps, then the device should make this clear to
|
|
2656
2656
|
* the user when the attribute changes.
|
|
2657
2657
|
*
|
|
2658
|
-
* @see {@link MatterSpecification.
|
|
2658
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.7.3
|
|
2659
2659
|
*/
|
|
2660
2660
|
readonly onDemandRatingThreshold: Attribute<string, any>;
|
|
2661
2661
|
};
|
|
@@ -2667,14 +2667,14 @@ export declare namespace ContentControl {
|
|
|
2667
2667
|
* is one of values present in the OnDemandRatings attribute. If not, then a response with InvalidRating
|
|
2668
2668
|
* error status shall be returned.
|
|
2669
2669
|
*
|
|
2670
|
-
* @see {@link MatterSpecification.
|
|
2670
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.10
|
|
2671
2671
|
*/
|
|
2672
2672
|
readonly setOnDemandRatingThreshold: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2673
2673
|
/**
|
|
2674
2674
|
* This field indicates a threshold rating for filtering on-demand content. This field shall be set to one of
|
|
2675
2675
|
* the values present in the OnDemandRatings attribute
|
|
2676
2676
|
*
|
|
2677
|
-
* @see {@link MatterSpecification.
|
|
2677
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.10.1
|
|
2678
2678
|
*/
|
|
2679
2679
|
rating: import("../tlv/TlvObject.js").FieldType<string>;
|
|
2680
2680
|
}>, void, any>;
|
|
@@ -2698,7 +2698,7 @@ export declare namespace ContentControl {
|
|
|
2698
2698
|
* The ratings in this collection shall be in order from a rating for the youngest viewers to the one for
|
|
2699
2699
|
* the oldest viewers. Each rating in the list shall be unique.
|
|
2700
2700
|
*
|
|
2701
|
-
* @see {@link MatterSpecification.
|
|
2701
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.7.4
|
|
2702
2702
|
*/
|
|
2703
2703
|
readonly scheduledContentRatings: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2704
2704
|
/**
|
|
@@ -2706,13 +2706,13 @@ export declare namespace ContentControl {
|
|
|
2706
2706
|
* system is dependent upon the region or country where the Node has been provisioned, and may vary from one
|
|
2707
2707
|
* country to another.
|
|
2708
2708
|
*
|
|
2709
|
-
* @see {@link MatterSpecification.
|
|
2709
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.2.1
|
|
2710
2710
|
*/
|
|
2711
2711
|
ratingName: import("../tlv/TlvObject.js").FieldType<string>;
|
|
2712
2712
|
/**
|
|
2713
2713
|
* This field shall specify a human readable (displayable) description for RatingName.
|
|
2714
2714
|
*
|
|
2715
|
-
* @see {@link MatterSpecification.
|
|
2715
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.2.2
|
|
2716
2716
|
*/
|
|
2717
2717
|
ratingNameDesc: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
2718
2718
|
}>[], any>;
|
|
@@ -2728,7 +2728,7 @@ export declare namespace ContentControl {
|
|
|
2728
2728
|
* example, if the feature does not control content within apps, then the device should make this clear to
|
|
2729
2729
|
* the user when the attribute changes.
|
|
2730
2730
|
*
|
|
2731
|
-
* @see {@link MatterSpecification.
|
|
2731
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.7.5
|
|
2732
2732
|
*/
|
|
2733
2733
|
readonly scheduledContentRatingThreshold: Attribute<string, any>;
|
|
2734
2734
|
};
|
|
@@ -2740,14 +2740,14 @@ export declare namespace ContentControl {
|
|
|
2740
2740
|
* Rating field is one of values present in the ScheduledContentRatings attribute. If not, then a response
|
|
2741
2741
|
* with InvalidRating error status shall be returned.
|
|
2742
2742
|
*
|
|
2743
|
-
* @see {@link MatterSpecification.
|
|
2743
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.11
|
|
2744
2744
|
*/
|
|
2745
2745
|
readonly setScheduledContentRatingThreshold: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2746
2746
|
/**
|
|
2747
2747
|
* This field indicates a threshold rating for filtering scheduled content. This field shall be set to one of
|
|
2748
2748
|
* the values present in the ScheduledContentRatings attribute.
|
|
2749
2749
|
*
|
|
2750
|
-
* @see {@link MatterSpecification.
|
|
2750
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.11.1
|
|
2751
2751
|
*/
|
|
2752
2752
|
rating: import("../tlv/TlvObject.js").FieldType<string>;
|
|
2753
2753
|
}>, void, any>;
|
|
@@ -2763,7 +2763,7 @@ export declare namespace ContentControl {
|
|
|
2763
2763
|
* Indicates the amount of time (in seconds) which the User is allowed to spend watching TV within one day
|
|
2764
2764
|
* when the Content Control feature is activated.
|
|
2765
2765
|
*
|
|
2766
|
-
* @see {@link MatterSpecification.
|
|
2766
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.7.6
|
|
2767
2767
|
*/
|
|
2768
2768
|
readonly screenDailyTime: Attribute<number, any>;
|
|
2769
2769
|
/**
|
|
@@ -2774,7 +2774,7 @@ export declare namespace ContentControl {
|
|
|
2774
2774
|
* This attribute shall be updated when the AddBonusTime command is received and processed successfully
|
|
2775
2775
|
* (with the correct PIN).
|
|
2776
2776
|
*
|
|
2777
|
-
* @see {@link MatterSpecification.
|
|
2777
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.7.7
|
|
2778
2778
|
*/
|
|
2779
2779
|
readonly remainingScreenTime: Attribute<number, any>;
|
|
2780
2780
|
};
|
|
@@ -2799,7 +2799,7 @@ export declare namespace ContentControl {
|
|
|
2799
2799
|
*
|
|
2800
2800
|
* • The client has provided a PINCode that matches the expected PIN value.
|
|
2801
2801
|
*
|
|
2802
|
-
* @see {@link MatterSpecification.
|
|
2802
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.6
|
|
2803
2803
|
*/
|
|
2804
2804
|
readonly addBonusTime: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2805
2805
|
/**
|
|
@@ -2810,14 +2810,14 @@ export declare namespace ContentControl {
|
|
|
2810
2810
|
* permission is allowed to invoke this command only if the PIN passed in this command is equal to the current
|
|
2811
2811
|
* PIN value.
|
|
2812
2812
|
*
|
|
2813
|
-
* @see {@link MatterSpecification.
|
|
2813
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.6.1
|
|
2814
2814
|
*/
|
|
2815
2815
|
pinCode: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
2816
2816
|
/**
|
|
2817
2817
|
* This field shall indicate the amount of extra time (in seconds) to increase RemainingScreenTime. This field
|
|
2818
2818
|
* shall NOT exceed the remaining time of this day.
|
|
2819
2819
|
*
|
|
2820
|
-
* @see {@link MatterSpecification.
|
|
2820
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.6.2
|
|
2821
2821
|
*/
|
|
2822
2822
|
bonusTime: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2823
2823
|
}>, void, any>;
|
|
@@ -2827,14 +2827,14 @@ export declare namespace ContentControl {
|
|
|
2827
2827
|
* Upon receipt of the SetScreenDailyTime command, the media device shall set the ScreenDailyTime attribute
|
|
2828
2828
|
* to the ScreenTime value.
|
|
2829
2829
|
*
|
|
2830
|
-
* @see {@link MatterSpecification.
|
|
2830
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.7
|
|
2831
2831
|
*/
|
|
2832
2832
|
readonly setScreenDailyTime: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2833
2833
|
/**
|
|
2834
2834
|
* This field shall indicate the time (in seconds) which the User is allowed to spend watching TV on this media
|
|
2835
2835
|
* device within one day.
|
|
2836
2836
|
*
|
|
2837
|
-
* @see {@link MatterSpecification.
|
|
2837
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.7.1
|
|
2838
2838
|
*/
|
|
2839
2839
|
screenTime: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2840
2840
|
}>, void, any>;
|
|
@@ -2843,7 +2843,7 @@ export declare namespace ContentControl {
|
|
|
2843
2843
|
/**
|
|
2844
2844
|
* This event shall be generated when the RemainingScreenTime equals 0.
|
|
2845
2845
|
*
|
|
2846
|
-
* @see {@link MatterSpecification.
|
|
2846
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.9.1
|
|
2847
2847
|
*/
|
|
2848
2848
|
readonly remainingScreenTimeExpired: Event<void, any>;
|
|
2849
2849
|
};
|
|
@@ -2863,7 +2863,7 @@ export declare namespace ContentControl {
|
|
|
2863
2863
|
* example, if the feature does not control content within apps, then the device should make this clear to
|
|
2864
2864
|
* the user when the attribute changes.
|
|
2865
2865
|
*
|
|
2866
|
-
* @see {@link MatterSpecification.
|
|
2866
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.7.8
|
|
2867
2867
|
*/
|
|
2868
2868
|
readonly blockUnrated: Attribute<boolean, any>;
|
|
2869
2869
|
};
|
|
@@ -2875,7 +2875,7 @@ export declare namespace ContentControl {
|
|
|
2875
2875
|
* Upon receipt of the BlockUnratedContent command, the media device shall set the BlockUnrated attribute to
|
|
2876
2876
|
* TRUE.
|
|
2877
2877
|
*
|
|
2878
|
-
* @see {@link MatterSpecification.
|
|
2878
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.8
|
|
2879
2879
|
*/
|
|
2880
2880
|
readonly blockUnratedContent: Command<void, void, any>;
|
|
2881
2881
|
/**
|
|
@@ -2885,7 +2885,7 @@ export declare namespace ContentControl {
|
|
|
2885
2885
|
* Upon receipt of the UnblockUnratedContent command, the media device shall set the BlockUn rated attribute
|
|
2886
2886
|
* to FALSE.
|
|
2887
2887
|
*
|
|
2888
|
-
* @see {@link MatterSpecification.
|
|
2888
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.9
|
|
2889
2889
|
*/
|
|
2890
2890
|
readonly unblockUnratedContent: Command<void, void, any>;
|
|
2891
2891
|
};
|
|
@@ -2899,14 +2899,14 @@ export declare namespace ContentControl {
|
|
|
2899
2899
|
/**
|
|
2900
2900
|
* Indicates a set of channels that shall be blocked when the Content Control feature is activated.
|
|
2901
2901
|
*
|
|
2902
|
-
* @see {@link MatterSpecification.
|
|
2902
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.7.9
|
|
2903
2903
|
*/
|
|
2904
2904
|
readonly blockChannelList: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2905
2905
|
/**
|
|
2906
2906
|
* This field shall indicate a unique index value for a blocked channel. This value may be used to indicate one
|
|
2907
2907
|
* selected channel which will be removed from BlockChannelList attribute.
|
|
2908
2908
|
*
|
|
2909
|
-
* @see {@link MatterSpecification.
|
|
2909
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.3.1
|
|
2910
2910
|
*/
|
|
2911
2911
|
blockChannelIndex: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
2912
2912
|
/**
|
|
@@ -2915,7 +2915,7 @@ export declare namespace ContentControl {
|
|
|
2915
2915
|
* This field is required but shall be set to 0 for channels such as over-the-top channels that are not
|
|
2916
2916
|
* represented by a major or minor number.
|
|
2917
2917
|
*
|
|
2918
|
-
* @see {@link MatterSpecification.
|
|
2918
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.3.2
|
|
2919
2919
|
*/
|
|
2920
2920
|
majorNumber: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2921
2921
|
/**
|
|
@@ -2924,14 +2924,14 @@ 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.v142.Cluster} § 6.13.5.3.3
|
|
2928
2928
|
*/
|
|
2929
2929
|
minorNumber: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2930
2930
|
/**
|
|
2931
2931
|
* This field shall indicate the unique identifier for a specific channel. This field is optional, but SHOULD be
|
|
2932
2932
|
* provided when MajorNumber and MinorNumber are not available.
|
|
2933
2933
|
*
|
|
2934
|
-
* @see {@link MatterSpecification.
|
|
2934
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.3.4
|
|
2935
2935
|
*/
|
|
2936
2936
|
identifier: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
2937
2937
|
}>[], any>;
|
|
@@ -2952,7 +2952,7 @@ export declare namespace ContentControl {
|
|
|
2952
2952
|
* If all channels in Channel field already exist in the BlockChannelList attribute, then a response with
|
|
2953
2953
|
* ChannelAlreadyExist error Status shall be returned.
|
|
2954
2954
|
*
|
|
2955
|
-
* @see {@link MatterSpecification.
|
|
2955
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.12
|
|
2956
2956
|
*/
|
|
2957
2957
|
readonly addBlockChannels: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2958
2958
|
/**
|
|
@@ -2960,14 +2960,14 @@ export declare namespace ContentControl {
|
|
|
2960
2960
|
* This field shall be set to values present in ChannelList attribute in the Channel cluster. The
|
|
2961
2961
|
* BlockChannelIndex field passed in this command shall be NULL.
|
|
2962
2962
|
*
|
|
2963
|
-
* @see {@link MatterSpecification.
|
|
2963
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.12.1
|
|
2964
2964
|
*/
|
|
2965
2965
|
channels: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2966
2966
|
/**
|
|
2967
2967
|
* This field shall indicate a unique index value for a blocked channel. This value may be used to indicate one
|
|
2968
2968
|
* selected channel which will be removed from BlockChannelList attribute.
|
|
2969
2969
|
*
|
|
2970
|
-
* @see {@link MatterSpecification.
|
|
2970
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.3.1
|
|
2971
2971
|
*/
|
|
2972
2972
|
blockChannelIndex: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
2973
2973
|
/**
|
|
@@ -2976,7 +2976,7 @@ export declare namespace ContentControl {
|
|
|
2976
2976
|
* This field is required but shall be set to 0 for channels such as over-the-top channels that are not
|
|
2977
2977
|
* represented by a major or minor number.
|
|
2978
2978
|
*
|
|
2979
|
-
* @see {@link MatterSpecification.
|
|
2979
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.3.2
|
|
2980
2980
|
*/
|
|
2981
2981
|
majorNumber: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2982
2982
|
/**
|
|
@@ -2985,14 +2985,14 @@ export declare namespace ContentControl {
|
|
|
2985
2985
|
* This field is required but shall be set to 0 for channels such as over-the-top channels that are not
|
|
2986
2986
|
* represented by a major or minor number.
|
|
2987
2987
|
*
|
|
2988
|
-
* @see {@link MatterSpecification.
|
|
2988
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.3.3
|
|
2989
2989
|
*/
|
|
2990
2990
|
minorNumber: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2991
2991
|
/**
|
|
2992
2992
|
* This field shall indicate the unique identifier for a specific channel. This field is optional, but SHOULD be
|
|
2993
2993
|
* provided when MajorNumber and MinorNumber are not available.
|
|
2994
2994
|
*
|
|
2995
|
-
* @see {@link MatterSpecification.
|
|
2995
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.3.4
|
|
2996
2996
|
*/
|
|
2997
2997
|
identifier: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
2998
2998
|
}>[]>;
|
|
@@ -3005,14 +3005,14 @@ export declare namespace ContentControl {
|
|
|
3005
3005
|
* channels indicated by ChannelIndexes passed in this command field are not present in the BlockChannelList
|
|
3006
3006
|
* attribute, then a response with ChannelNotExist error Status shall be returned.
|
|
3007
3007
|
*
|
|
3008
|
-
* @see {@link MatterSpecification.
|
|
3008
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.13
|
|
3009
3009
|
*/
|
|
3010
3010
|
readonly removeBlockChannels: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3011
3011
|
/**
|
|
3012
3012
|
* This field shall specify a set of indexes indicating Which channels shall be removed from the
|
|
3013
3013
|
* BlockChannelList attribute.
|
|
3014
3014
|
*
|
|
3015
|
-
* @see {@link MatterSpecification.
|
|
3015
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.13.1
|
|
3016
3016
|
*/
|
|
3017
3017
|
channelIndexes: import("../tlv/TlvObject.js").FieldType<number[]>;
|
|
3018
3018
|
}>, void, any>;
|
|
@@ -3027,7 +3027,7 @@ export declare namespace ContentControl {
|
|
|
3027
3027
|
/**
|
|
3028
3028
|
* Indicates a set of applications that shall be blocked when the Content Control feature is activated.
|
|
3029
3029
|
*
|
|
3030
|
-
* @see {@link MatterSpecification.
|
|
3030
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.7.10
|
|
3031
3031
|
*/
|
|
3032
3032
|
readonly blockApplicationList: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3033
3033
|
/**
|
|
@@ -3037,14 +3037,14 @@ export declare namespace ContentControl {
|
|
|
3037
3037
|
* Content App Platform providers will have their own catalog vendor ID (set to their own Vendor ID) and will
|
|
3038
3038
|
* assign an ApplicationID to each Content App.
|
|
3039
3039
|
*
|
|
3040
|
-
* @see {@link MatterSpecification.
|
|
3040
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.4.1
|
|
3041
3041
|
*/
|
|
3042
3042
|
catalogVendorId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3043
3043
|
/**
|
|
3044
3044
|
* This field shall indicate the application identifier, expressed as a string, such as "PruneVideo" or "Company
|
|
3045
3045
|
* X". This field shall be unique within a catalog.
|
|
3046
3046
|
*
|
|
3047
|
-
* @see {@link MatterSpecification.
|
|
3047
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.4.2
|
|
3048
3048
|
*/
|
|
3049
3049
|
applicationId: import("../tlv/TlvObject.js").FieldType<string>;
|
|
3050
3050
|
}>[], any>;
|
|
@@ -3064,14 +3064,14 @@ export declare namespace ContentControl {
|
|
|
3064
3064
|
* If all applications in Applications field are already present in BlockApplicationList attribute, then a
|
|
3065
3065
|
* response with ApplicationAlreadyExist error Status shall be returned.
|
|
3066
3066
|
*
|
|
3067
|
-
* @see {@link MatterSpecification.
|
|
3067
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.14
|
|
3068
3068
|
*/
|
|
3069
3069
|
readonly addBlockApplications: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3070
3070
|
/**
|
|
3071
3071
|
* This field indicates a set of applications that shall be blocked when the Content Control feature is
|
|
3072
3072
|
* activated.
|
|
3073
3073
|
*
|
|
3074
|
-
* @see {@link MatterSpecification.
|
|
3074
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.14.1
|
|
3075
3075
|
*/
|
|
3076
3076
|
applications: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3077
3077
|
/**
|
|
@@ -3081,14 +3081,14 @@ export declare namespace ContentControl {
|
|
|
3081
3081
|
* Content App Platform providers will have their own catalog vendor ID (set to their own Vendor ID) and will
|
|
3082
3082
|
* assign an ApplicationID to each Content App.
|
|
3083
3083
|
*
|
|
3084
|
-
* @see {@link MatterSpecification.
|
|
3084
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.4.1
|
|
3085
3085
|
*/
|
|
3086
3086
|
catalogVendorId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3087
3087
|
/**
|
|
3088
3088
|
* This field shall indicate the application identifier, expressed as a string, such as "PruneVideo" or "Company
|
|
3089
3089
|
* X". This field shall be unique within a catalog.
|
|
3090
3090
|
*
|
|
3091
|
-
* @see {@link MatterSpecification.
|
|
3091
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.4.2
|
|
3092
3092
|
*/
|
|
3093
3093
|
applicationId: import("../tlv/TlvObject.js").FieldType<string>;
|
|
3094
3094
|
}>[]>;
|
|
@@ -3101,13 +3101,13 @@ export declare namespace ContentControl {
|
|
|
3101
3101
|
* Applications field which are not present in the BlockApplicationList attribute, then a response with
|
|
3102
3102
|
* ApplicationNotExist error Status shall be returned.
|
|
3103
3103
|
*
|
|
3104
|
-
* @see {@link MatterSpecification.
|
|
3104
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.15
|
|
3105
3105
|
*/
|
|
3106
3106
|
readonly removeBlockApplications: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3107
3107
|
/**
|
|
3108
3108
|
* This field indicates a set of applications which shall be removed from BlockApplicationList attribute.
|
|
3109
3109
|
*
|
|
3110
|
-
* @see {@link MatterSpecification.
|
|
3110
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.15.1
|
|
3111
3111
|
*/
|
|
3112
3112
|
applications: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3113
3113
|
/**
|
|
@@ -3117,14 +3117,14 @@ export declare namespace ContentControl {
|
|
|
3117
3117
|
* Content App Platform providers will have their own catalog vendor ID (set to their own Vendor ID) and will
|
|
3118
3118
|
* assign an ApplicationID to each Content App.
|
|
3119
3119
|
*
|
|
3120
|
-
* @see {@link MatterSpecification.
|
|
3120
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.4.1
|
|
3121
3121
|
*/
|
|
3122
3122
|
catalogVendorId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3123
3123
|
/**
|
|
3124
3124
|
* This field shall indicate the application identifier, expressed as a string, such as "PruneVideo" or "Company
|
|
3125
3125
|
* X". This field shall be unique within a catalog.
|
|
3126
3126
|
*
|
|
3127
|
-
* @see {@link MatterSpecification.
|
|
3127
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.4.2
|
|
3128
3128
|
*/
|
|
3129
3129
|
applicationId: import("../tlv/TlvObject.js").FieldType<string>;
|
|
3130
3130
|
}>[]>;
|
|
@@ -3144,20 +3144,20 @@ export declare namespace ContentControl {
|
|
|
3144
3144
|
* block content which is playing and generate an event EnteringBlockContentTimeWindow. There shall NOT be
|
|
3145
3145
|
* multiple entries in this attribute list for the same day of week.
|
|
3146
3146
|
*
|
|
3147
|
-
* @see {@link MatterSpecification.
|
|
3147
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.7.11
|
|
3148
3148
|
*/
|
|
3149
3149
|
readonly blockContentTimeWindow: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3150
3150
|
/**
|
|
3151
3151
|
* This field shall indicate a unique index of a specific time window. This value may be used to indicate a
|
|
3152
3152
|
* selected time window which will be removed from the BlockContentTimeWindow attribute.
|
|
3153
3153
|
*
|
|
3154
|
-
* @see {@link MatterSpecification.
|
|
3154
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.5.1
|
|
3155
3155
|
*/
|
|
3156
3156
|
timeWindowIndex: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
3157
3157
|
/**
|
|
3158
3158
|
* This field shall indicate a day of week.
|
|
3159
3159
|
*
|
|
3160
|
-
* @see {@link MatterSpecification.
|
|
3160
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.5.2
|
|
3161
3161
|
*/
|
|
3162
3162
|
dayOfWeek: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
3163
3163
|
/**
|
|
@@ -3192,25 +3192,25 @@ export declare namespace ContentControl {
|
|
|
3192
3192
|
/**
|
|
3193
3193
|
* This field shall indicate one or more discrete time periods.
|
|
3194
3194
|
*
|
|
3195
|
-
* @see {@link MatterSpecification.
|
|
3195
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.5.3
|
|
3196
3196
|
*/
|
|
3197
3197
|
timePeriod: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3198
3198
|
/**
|
|
3199
3199
|
* This field shall indicate the starting hour.
|
|
3200
3200
|
*
|
|
3201
|
-
* @see {@link MatterSpecification.
|
|
3201
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.6.1
|
|
3202
3202
|
*/
|
|
3203
3203
|
startHour: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3204
3204
|
/**
|
|
3205
3205
|
* This field shall indicate the starting minute.
|
|
3206
3206
|
*
|
|
3207
|
-
* @see {@link MatterSpecification.
|
|
3207
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.6.2
|
|
3208
3208
|
*/
|
|
3209
3209
|
startMinute: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3210
3210
|
/**
|
|
3211
3211
|
* This field shall indicate the ending hour. EndHour shall be equal to or greater than StartHour
|
|
3212
3212
|
*
|
|
3213
|
-
* @see {@link MatterSpecification.
|
|
3213
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.6.3
|
|
3214
3214
|
*/
|
|
3215
3215
|
endHour: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3216
3216
|
/**
|
|
@@ -3218,7 +3218,7 @@ export declare namespace ContentControl {
|
|
|
3218
3218
|
* than StartMinute. If the EndHour is equal to 23 and the EndMinute is equal to 59, all contents shall be
|
|
3219
3219
|
* blocked until 23:59:59.
|
|
3220
3220
|
*
|
|
3221
|
-
* @see {@link MatterSpecification.
|
|
3221
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.6.4
|
|
3222
3222
|
*/
|
|
3223
3223
|
endMinute: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3224
3224
|
}>[]>;
|
|
@@ -3238,26 +3238,26 @@ export declare namespace ContentControl {
|
|
|
3238
3238
|
* If the TimeWindowIndex field is not NULL and presents in the BlockContentTimeWindow attribute, the media
|
|
3239
3239
|
* device shall replace the original time window with the new time window passed in this command.
|
|
3240
3240
|
*
|
|
3241
|
-
* @see {@link MatterSpecification.
|
|
3241
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.16
|
|
3242
3242
|
*/
|
|
3243
3243
|
readonly setBlockContentTimeWindow: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3244
3244
|
/**
|
|
3245
3245
|
* This field shall indicate a time window requested to set to the BlockContentTimeWindow attribute.
|
|
3246
3246
|
*
|
|
3247
|
-
* @see {@link MatterSpecification.
|
|
3247
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.16.1
|
|
3248
3248
|
*/
|
|
3249
3249
|
timeWindow: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3250
3250
|
/**
|
|
3251
3251
|
* This field shall indicate a unique index of a specific time window. This value may be used to indicate a
|
|
3252
3252
|
* selected time window which will be removed from the BlockContentTimeWindow attribute.
|
|
3253
3253
|
*
|
|
3254
|
-
* @see {@link MatterSpecification.
|
|
3254
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.5.1
|
|
3255
3255
|
*/
|
|
3256
3256
|
timeWindowIndex: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
3257
3257
|
/**
|
|
3258
3258
|
* This field shall indicate a day of week.
|
|
3259
3259
|
*
|
|
3260
|
-
* @see {@link MatterSpecification.
|
|
3260
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.5.2
|
|
3261
3261
|
*/
|
|
3262
3262
|
dayOfWeek: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
3263
3263
|
/**
|
|
@@ -3292,25 +3292,25 @@ export declare namespace ContentControl {
|
|
|
3292
3292
|
/**
|
|
3293
3293
|
* This field shall indicate one or more discrete time periods.
|
|
3294
3294
|
*
|
|
3295
|
-
* @see {@link MatterSpecification.
|
|
3295
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.5.3
|
|
3296
3296
|
*/
|
|
3297
3297
|
timePeriod: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3298
3298
|
/**
|
|
3299
3299
|
* This field shall indicate the starting hour.
|
|
3300
3300
|
*
|
|
3301
|
-
* @see {@link MatterSpecification.
|
|
3301
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.6.1
|
|
3302
3302
|
*/
|
|
3303
3303
|
startHour: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3304
3304
|
/**
|
|
3305
3305
|
* This field shall indicate the starting minute.
|
|
3306
3306
|
*
|
|
3307
|
-
* @see {@link MatterSpecification.
|
|
3307
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.6.2
|
|
3308
3308
|
*/
|
|
3309
3309
|
startMinute: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3310
3310
|
/**
|
|
3311
3311
|
* This field shall indicate the ending hour. EndHour shall be equal to or greater than StartHour
|
|
3312
3312
|
*
|
|
3313
|
-
* @see {@link MatterSpecification.
|
|
3313
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.6.3
|
|
3314
3314
|
*/
|
|
3315
3315
|
endHour: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3316
3316
|
/**
|
|
@@ -3318,7 +3318,7 @@ export declare namespace ContentControl {
|
|
|
3318
3318
|
* than StartMinute. If the EndHour is equal to 23 and the EndMinute is equal to 59, all contents shall be
|
|
3319
3319
|
* blocked until 23:59:59.
|
|
3320
3320
|
*
|
|
3321
|
-
* @see {@link MatterSpecification.
|
|
3321
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.6.4
|
|
3322
3322
|
*/
|
|
3323
3323
|
endMinute: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3324
3324
|
}>[]>;
|
|
@@ -3334,14 +3334,14 @@ export declare namespace ContentControl {
|
|
|
3334
3334
|
* If one or more time window indexes passed in this command are not present in BlockContentTimeWindow
|
|
3335
3335
|
* attribute, then a response with TimeWindowNotExist error status shall be returned.
|
|
3336
3336
|
*
|
|
3337
|
-
* @see {@link MatterSpecification.
|
|
3337
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.17
|
|
3338
3338
|
*/
|
|
3339
3339
|
readonly removeBlockContentTimeWindow: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3340
3340
|
/**
|
|
3341
3341
|
* This field shall specify a set of time window indexes indicating which time windows will be removed from the
|
|
3342
3342
|
* BlockContentTimeWindow attribute.
|
|
3343
3343
|
*
|
|
3344
|
-
* @see {@link MatterSpecification.
|
|
3344
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.17.1
|
|
3345
3345
|
*/
|
|
3346
3346
|
timeWindowIndexes: import("../tlv/TlvObject.js").FieldType<number[]>;
|
|
3347
3347
|
}>, void, any>;
|
|
@@ -3351,7 +3351,7 @@ export declare namespace ContentControl {
|
|
|
3351
3351
|
* This event shall be generated when entering a period of blocked content as configured in the
|
|
3352
3352
|
* BlockContentTimeWindow attribute.
|
|
3353
3353
|
*
|
|
3354
|
-
* @see {@link MatterSpecification.
|
|
3354
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.9.2
|
|
3355
3355
|
*/
|
|
3356
3356
|
readonly enteringBlockContentTimeWindow: Event<void, any>;
|
|
3357
3357
|
};
|
|
@@ -3379,20 +3379,20 @@ export declare namespace ContentControl {
|
|
|
3379
3379
|
* performing configuration of the Content Control settings exposed by this cluster. The ResetPIN command
|
|
3380
3380
|
* can also be used to obtain the default PIN.
|
|
3381
3381
|
*
|
|
3382
|
-
* @see {@link MatterSpecification.
|
|
3382
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.1
|
|
3383
3383
|
*/
|
|
3384
3384
|
readonly updatePin: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3385
3385
|
/**
|
|
3386
3386
|
* This field shall specify the original PIN. Once the UpdatePIN command is performed successfully, it shall be
|
|
3387
3387
|
* invalid.
|
|
3388
3388
|
*
|
|
3389
|
-
* @see {@link MatterSpecification.
|
|
3389
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.1.1
|
|
3390
3390
|
*/
|
|
3391
3391
|
oldPin: import("../tlv/TlvObject.js").FieldType<string>;
|
|
3392
3392
|
/**
|
|
3393
3393
|
* This field shall indicate a new PIN for the Content Control feature.
|
|
3394
3394
|
*
|
|
3395
|
-
* @see {@link MatterSpecification.
|
|
3395
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.1.2
|
|
3396
3396
|
*/
|
|
3397
3397
|
newPin: import("../tlv/TlvObject.js").FieldType<string>;
|
|
3398
3398
|
}>, void, any>;
|
|
@@ -3401,13 +3401,13 @@ export declare namespace ContentControl {
|
|
|
3401
3401
|
*
|
|
3402
3402
|
* If this command is executed successfully, a ResetPINResponse command with a new PIN shall be returned.
|
|
3403
3403
|
*
|
|
3404
|
-
* @see {@link MatterSpecification.
|
|
3404
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.2
|
|
3405
3405
|
*/
|
|
3406
3406
|
readonly resetPin: Command<void, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3407
3407
|
/**
|
|
3408
3408
|
* This field shall indicate a new PIN of the Content Control feature.
|
|
3409
3409
|
*
|
|
3410
|
-
* @see {@link MatterSpecification.
|
|
3410
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.3.1
|
|
3411
3411
|
*/
|
|
3412
3412
|
pinCode: import("../tlv/TlvObject.js").FieldType<string>;
|
|
3413
3413
|
}>, any>;
|
|
@@ -3428,7 +3428,7 @@ export declare namespace ContentControl {
|
|
|
3428
3428
|
* ContentControlCluster supports optional features that you can enable with the ContentControlCluster.with()
|
|
3429
3429
|
* factory method.
|
|
3430
3430
|
*
|
|
3431
|
-
* @see {@link MatterSpecification.
|
|
3431
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13
|
|
3432
3432
|
*/
|
|
3433
3433
|
interface Cluster extends Identity<typeof ClusterInstance> {
|
|
3434
3434
|
}
|
|
@@ -3482,13 +3482,13 @@ export declare namespace ContentControl {
|
|
|
3482
3482
|
* system is dependent upon the region or country where the Node has been provisioned, and may vary from one
|
|
3483
3483
|
* country to another.
|
|
3484
3484
|
*
|
|
3485
|
-
* @see {@link MatterSpecification.
|
|
3485
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.2.1
|
|
3486
3486
|
*/
|
|
3487
3487
|
ratingName: import("../tlv/TlvObject.js").FieldType<string>;
|
|
3488
3488
|
/**
|
|
3489
3489
|
* This field shall specify a human readable (displayable) description for RatingName.
|
|
3490
3490
|
*
|
|
3491
|
-
* @see {@link MatterSpecification.
|
|
3491
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.2.2
|
|
3492
3492
|
*/
|
|
3493
3493
|
ratingNameDesc: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
3494
3494
|
}>[], any> & {
|
|
@@ -3513,13 +3513,13 @@ export declare namespace ContentControl {
|
|
|
3513
3513
|
* system is dependent upon the region or country where the Node has been provisioned, and may vary from one
|
|
3514
3514
|
* country to another.
|
|
3515
3515
|
*
|
|
3516
|
-
* @see {@link MatterSpecification.
|
|
3516
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.2.1
|
|
3517
3517
|
*/
|
|
3518
3518
|
ratingName: import("../tlv/TlvObject.js").FieldType<string>;
|
|
3519
3519
|
/**
|
|
3520
3520
|
* This field shall specify a human readable (displayable) description for RatingName.
|
|
3521
3521
|
*
|
|
3522
|
-
* @see {@link MatterSpecification.
|
|
3522
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.2.2
|
|
3523
3523
|
*/
|
|
3524
3524
|
ratingNameDesc: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
3525
3525
|
}>[], any> & {
|
|
@@ -3567,7 +3567,7 @@ export declare namespace ContentControl {
|
|
|
3567
3567
|
* This field shall indicate a unique index value for a blocked channel. This value may be used to indicate one
|
|
3568
3568
|
* selected channel which will be removed from BlockChannelList attribute.
|
|
3569
3569
|
*
|
|
3570
|
-
* @see {@link MatterSpecification.
|
|
3570
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.3.1
|
|
3571
3571
|
*/
|
|
3572
3572
|
blockChannelIndex: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
3573
3573
|
/**
|
|
@@ -3576,7 +3576,7 @@ export declare namespace ContentControl {
|
|
|
3576
3576
|
* This field is required but shall be set to 0 for channels such as over-the-top channels that are not
|
|
3577
3577
|
* represented by a major or minor number.
|
|
3578
3578
|
*
|
|
3579
|
-
* @see {@link MatterSpecification.
|
|
3579
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.3.2
|
|
3580
3580
|
*/
|
|
3581
3581
|
majorNumber: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3582
3582
|
/**
|
|
@@ -3585,14 +3585,14 @@ export declare namespace ContentControl {
|
|
|
3585
3585
|
* This field is required but shall be set to 0 for channels such as over-the-top channels that are not
|
|
3586
3586
|
* represented by a major or minor number.
|
|
3587
3587
|
*
|
|
3588
|
-
* @see {@link MatterSpecification.
|
|
3588
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.3.3
|
|
3589
3589
|
*/
|
|
3590
3590
|
minorNumber: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3591
3591
|
/**
|
|
3592
3592
|
* This field shall indicate the unique identifier for a specific channel. This field is optional, but SHOULD be
|
|
3593
3593
|
* provided when MajorNumber and MinorNumber are not available.
|
|
3594
3594
|
*
|
|
3595
|
-
* @see {@link MatterSpecification.
|
|
3595
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.3.4
|
|
3596
3596
|
*/
|
|
3597
3597
|
identifier: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
3598
3598
|
}>[], any> & {
|
|
@@ -3611,14 +3611,14 @@ export declare namespace ContentControl {
|
|
|
3611
3611
|
* Content App Platform providers will have their own catalog vendor ID (set to their own Vendor ID) and will
|
|
3612
3612
|
* assign an ApplicationID to each Content App.
|
|
3613
3613
|
*
|
|
3614
|
-
* @see {@link MatterSpecification.
|
|
3614
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.4.1
|
|
3615
3615
|
*/
|
|
3616
3616
|
catalogVendorId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3617
3617
|
/**
|
|
3618
3618
|
* This field shall indicate the application identifier, expressed as a string, such as "PruneVideo" or "Company
|
|
3619
3619
|
* X". This field shall be unique within a catalog.
|
|
3620
3620
|
*
|
|
3621
|
-
* @see {@link MatterSpecification.
|
|
3621
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.4.2
|
|
3622
3622
|
*/
|
|
3623
3623
|
applicationId: import("../tlv/TlvObject.js").FieldType<string>;
|
|
3624
3624
|
}>[], any> & {
|
|
@@ -3634,13 +3634,13 @@ export declare namespace ContentControl {
|
|
|
3634
3634
|
* This field shall indicate a unique index of a specific time window. This value may be used to indicate a
|
|
3635
3635
|
* selected time window which will be removed from the BlockContentTimeWindow attribute.
|
|
3636
3636
|
*
|
|
3637
|
-
* @see {@link MatterSpecification.
|
|
3637
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.5.1
|
|
3638
3638
|
*/
|
|
3639
3639
|
timeWindowIndex: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
3640
3640
|
/**
|
|
3641
3641
|
* This field shall indicate a day of week.
|
|
3642
3642
|
*
|
|
3643
|
-
* @see {@link MatterSpecification.
|
|
3643
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.5.2
|
|
3644
3644
|
*/
|
|
3645
3645
|
dayOfWeek: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
3646
3646
|
/**
|
|
@@ -3675,25 +3675,25 @@ export declare namespace ContentControl {
|
|
|
3675
3675
|
/**
|
|
3676
3676
|
* This field shall indicate one or more discrete time periods.
|
|
3677
3677
|
*
|
|
3678
|
-
* @see {@link MatterSpecification.
|
|
3678
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.5.3
|
|
3679
3679
|
*/
|
|
3680
3680
|
timePeriod: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3681
3681
|
/**
|
|
3682
3682
|
* This field shall indicate the starting hour.
|
|
3683
3683
|
*
|
|
3684
|
-
* @see {@link MatterSpecification.
|
|
3684
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.6.1
|
|
3685
3685
|
*/
|
|
3686
3686
|
startHour: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3687
3687
|
/**
|
|
3688
3688
|
* This field shall indicate the starting minute.
|
|
3689
3689
|
*
|
|
3690
|
-
* @see {@link MatterSpecification.
|
|
3690
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.6.2
|
|
3691
3691
|
*/
|
|
3692
3692
|
startMinute: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3693
3693
|
/**
|
|
3694
3694
|
* This field shall indicate the ending hour. EndHour shall be equal to or greater than StartHour
|
|
3695
3695
|
*
|
|
3696
|
-
* @see {@link MatterSpecification.
|
|
3696
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.6.3
|
|
3697
3697
|
*/
|
|
3698
3698
|
endHour: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3699
3699
|
/**
|
|
@@ -3701,7 +3701,7 @@ export declare namespace ContentControl {
|
|
|
3701
3701
|
* than StartMinute. If the EndHour is equal to 23 and the EndMinute is equal to 59, all contents shall be
|
|
3702
3702
|
* blocked until 23:59:59.
|
|
3703
3703
|
*
|
|
3704
|
-
* @see {@link MatterSpecification.
|
|
3704
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.6.4
|
|
3705
3705
|
*/
|
|
3706
3706
|
endMinute: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3707
3707
|
}>[]>;
|
|
@@ -3760,13 +3760,13 @@ export declare namespace ContentControl {
|
|
|
3760
3760
|
* This field shall specify the original PIN. Once the UpdatePIN command is performed successfully, it shall be
|
|
3761
3761
|
* invalid.
|
|
3762
3762
|
*
|
|
3763
|
-
* @see {@link MatterSpecification.
|
|
3763
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.1.1
|
|
3764
3764
|
*/
|
|
3765
3765
|
oldPin: import("../tlv/TlvObject.js").FieldType<string>;
|
|
3766
3766
|
/**
|
|
3767
3767
|
* This field shall indicate a new PIN for the Content Control feature.
|
|
3768
3768
|
*
|
|
3769
|
-
* @see {@link MatterSpecification.
|
|
3769
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.1.2
|
|
3770
3770
|
*/
|
|
3771
3771
|
newPin: import("../tlv/TlvObject.js").FieldType<string>;
|
|
3772
3772
|
}>, void, any> & {
|
|
@@ -3781,7 +3781,7 @@ export declare namespace ContentControl {
|
|
|
3781
3781
|
/**
|
|
3782
3782
|
* This field shall indicate a new PIN of the Content Control feature.
|
|
3783
3783
|
*
|
|
3784
|
-
* @see {@link MatterSpecification.
|
|
3784
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.3.1
|
|
3785
3785
|
*/
|
|
3786
3786
|
pinCode: import("../tlv/TlvObject.js").FieldType<string>;
|
|
3787
3787
|
}>, any> & {
|
|
@@ -3801,14 +3801,14 @@ export declare namespace ContentControl {
|
|
|
3801
3801
|
* permission is allowed to invoke this command only if the PIN passed in this command is equal to the current
|
|
3802
3802
|
* PIN value.
|
|
3803
3803
|
*
|
|
3804
|
-
* @see {@link MatterSpecification.
|
|
3804
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.6.1
|
|
3805
3805
|
*/
|
|
3806
3806
|
pinCode: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
3807
3807
|
/**
|
|
3808
3808
|
* This field shall indicate the amount of extra time (in seconds) to increase RemainingScreenTime. This field
|
|
3809
3809
|
* shall NOT exceed the remaining time of this day.
|
|
3810
3810
|
*
|
|
3811
|
-
* @see {@link MatterSpecification.
|
|
3811
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.6.2
|
|
3812
3812
|
*/
|
|
3813
3813
|
bonusTime: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3814
3814
|
}>, void, any> & {
|
|
@@ -3824,7 +3824,7 @@ export declare namespace ContentControl {
|
|
|
3824
3824
|
* This field shall indicate the time (in seconds) which the User is allowed to spend watching TV on this media
|
|
3825
3825
|
* device within one day.
|
|
3826
3826
|
*
|
|
3827
|
-
* @see {@link MatterSpecification.
|
|
3827
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.7.1
|
|
3828
3828
|
*/
|
|
3829
3829
|
screenTime: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3830
3830
|
}>, void, any> & {
|
|
@@ -3856,7 +3856,7 @@ export declare namespace ContentControl {
|
|
|
3856
3856
|
* This field indicates a threshold rating for filtering on-demand content. This field shall be set to one of
|
|
3857
3857
|
* the values present in the OnDemandRatings attribute
|
|
3858
3858
|
*
|
|
3859
|
-
* @see {@link MatterSpecification.
|
|
3859
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.10.1
|
|
3860
3860
|
*/
|
|
3861
3861
|
rating: import("../tlv/TlvObject.js").FieldType<string>;
|
|
3862
3862
|
}>, void, any> & {
|
|
@@ -3872,7 +3872,7 @@ export declare namespace ContentControl {
|
|
|
3872
3872
|
* This field indicates a threshold rating for filtering scheduled content. This field shall be set to one of
|
|
3873
3873
|
* the values present in the ScheduledContentRatings attribute.
|
|
3874
3874
|
*
|
|
3875
|
-
* @see {@link MatterSpecification.
|
|
3875
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.11.1
|
|
3876
3876
|
*/
|
|
3877
3877
|
rating: import("../tlv/TlvObject.js").FieldType<string>;
|
|
3878
3878
|
}>, void, any> & {
|
|
@@ -3889,14 +3889,14 @@ export declare namespace ContentControl {
|
|
|
3889
3889
|
* This field shall be set to values present in ChannelList attribute in the Channel cluster. The
|
|
3890
3890
|
* BlockChannelIndex field passed in this command shall be NULL.
|
|
3891
3891
|
*
|
|
3892
|
-
* @see {@link MatterSpecification.
|
|
3892
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.12.1
|
|
3893
3893
|
*/
|
|
3894
3894
|
channels: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3895
3895
|
/**
|
|
3896
3896
|
* This field shall indicate a unique index value for a blocked channel. This value may be used to indicate one
|
|
3897
3897
|
* selected channel which will be removed from BlockChannelList attribute.
|
|
3898
3898
|
*
|
|
3899
|
-
* @see {@link MatterSpecification.
|
|
3899
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.3.1
|
|
3900
3900
|
*/
|
|
3901
3901
|
blockChannelIndex: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
3902
3902
|
/**
|
|
@@ -3905,7 +3905,7 @@ export declare namespace ContentControl {
|
|
|
3905
3905
|
* This field is required but shall be set to 0 for channels such as over-the-top channels that are not
|
|
3906
3906
|
* represented by a major or minor number.
|
|
3907
3907
|
*
|
|
3908
|
-
* @see {@link MatterSpecification.
|
|
3908
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.3.2
|
|
3909
3909
|
*/
|
|
3910
3910
|
majorNumber: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3911
3911
|
/**
|
|
@@ -3914,14 +3914,14 @@ export declare namespace ContentControl {
|
|
|
3914
3914
|
* This field is required but shall be set to 0 for channels such as over-the-top channels that are not
|
|
3915
3915
|
* represented by a major or minor number.
|
|
3916
3916
|
*
|
|
3917
|
-
* @see {@link MatterSpecification.
|
|
3917
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.3.3
|
|
3918
3918
|
*/
|
|
3919
3919
|
minorNumber: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3920
3920
|
/**
|
|
3921
3921
|
* This field shall indicate the unique identifier for a specific channel. This field is optional, but SHOULD be
|
|
3922
3922
|
* provided when MajorNumber and MinorNumber are not available.
|
|
3923
3923
|
*
|
|
3924
|
-
* @see {@link MatterSpecification.
|
|
3924
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.3.4
|
|
3925
3925
|
*/
|
|
3926
3926
|
identifier: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
3927
3927
|
}>[]>;
|
|
@@ -3938,7 +3938,7 @@ export declare namespace ContentControl {
|
|
|
3938
3938
|
* This field shall specify a set of indexes indicating Which channels shall be removed from the
|
|
3939
3939
|
* BlockChannelList attribute.
|
|
3940
3940
|
*
|
|
3941
|
-
* @see {@link MatterSpecification.
|
|
3941
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.13.1
|
|
3942
3942
|
*/
|
|
3943
3943
|
channelIndexes: import("../tlv/TlvObject.js").FieldType<number[]>;
|
|
3944
3944
|
}>, void, any> & {
|
|
@@ -3954,7 +3954,7 @@ export declare namespace ContentControl {
|
|
|
3954
3954
|
* This field indicates a set of applications that shall be blocked when the Content Control feature is
|
|
3955
3955
|
* activated.
|
|
3956
3956
|
*
|
|
3957
|
-
* @see {@link MatterSpecification.
|
|
3957
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.14.1
|
|
3958
3958
|
*/
|
|
3959
3959
|
applications: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3960
3960
|
/**
|
|
@@ -3964,14 +3964,14 @@ export declare namespace ContentControl {
|
|
|
3964
3964
|
* Content App Platform providers will have their own catalog vendor ID (set to their own Vendor ID) and will
|
|
3965
3965
|
* assign an ApplicationID to each Content App.
|
|
3966
3966
|
*
|
|
3967
|
-
* @see {@link MatterSpecification.
|
|
3967
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.4.1
|
|
3968
3968
|
*/
|
|
3969
3969
|
catalogVendorId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3970
3970
|
/**
|
|
3971
3971
|
* This field shall indicate the application identifier, expressed as a string, such as "PruneVideo" or "Company
|
|
3972
3972
|
* X". This field shall be unique within a catalog.
|
|
3973
3973
|
*
|
|
3974
|
-
* @see {@link MatterSpecification.
|
|
3974
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.4.2
|
|
3975
3975
|
*/
|
|
3976
3976
|
applicationId: import("../tlv/TlvObject.js").FieldType<string>;
|
|
3977
3977
|
}>[]>;
|
|
@@ -3987,7 +3987,7 @@ export declare namespace ContentControl {
|
|
|
3987
3987
|
/**
|
|
3988
3988
|
* This field indicates a set of applications which shall be removed from BlockApplicationList attribute.
|
|
3989
3989
|
*
|
|
3990
|
-
* @see {@link MatterSpecification.
|
|
3990
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.15.1
|
|
3991
3991
|
*/
|
|
3992
3992
|
applications: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3993
3993
|
/**
|
|
@@ -3997,14 +3997,14 @@ export declare namespace ContentControl {
|
|
|
3997
3997
|
* Content App Platform providers will have their own catalog vendor ID (set to their own Vendor ID) and will
|
|
3998
3998
|
* assign an ApplicationID to each Content App.
|
|
3999
3999
|
*
|
|
4000
|
-
* @see {@link MatterSpecification.
|
|
4000
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.4.1
|
|
4001
4001
|
*/
|
|
4002
4002
|
catalogVendorId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
4003
4003
|
/**
|
|
4004
4004
|
* This field shall indicate the application identifier, expressed as a string, such as "PruneVideo" or "Company
|
|
4005
4005
|
* X". This field shall be unique within a catalog.
|
|
4006
4006
|
*
|
|
4007
|
-
* @see {@link MatterSpecification.
|
|
4007
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.4.2
|
|
4008
4008
|
*/
|
|
4009
4009
|
applicationId: import("../tlv/TlvObject.js").FieldType<string>;
|
|
4010
4010
|
}>[]>;
|
|
@@ -4020,20 +4020,20 @@ export declare namespace ContentControl {
|
|
|
4020
4020
|
/**
|
|
4021
4021
|
* This field shall indicate a time window requested to set to the BlockContentTimeWindow attribute.
|
|
4022
4022
|
*
|
|
4023
|
-
* @see {@link MatterSpecification.
|
|
4023
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.16.1
|
|
4024
4024
|
*/
|
|
4025
4025
|
timeWindow: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
4026
4026
|
/**
|
|
4027
4027
|
* This field shall indicate a unique index of a specific time window. This value may be used to indicate a
|
|
4028
4028
|
* selected time window which will be removed from the BlockContentTimeWindow attribute.
|
|
4029
4029
|
*
|
|
4030
|
-
* @see {@link MatterSpecification.
|
|
4030
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.5.1
|
|
4031
4031
|
*/
|
|
4032
4032
|
timeWindowIndex: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
4033
4033
|
/**
|
|
4034
4034
|
* This field shall indicate a day of week.
|
|
4035
4035
|
*
|
|
4036
|
-
* @see {@link MatterSpecification.
|
|
4036
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.5.2
|
|
4037
4037
|
*/
|
|
4038
4038
|
dayOfWeek: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
4039
4039
|
/**
|
|
@@ -4068,25 +4068,25 @@ export declare namespace ContentControl {
|
|
|
4068
4068
|
/**
|
|
4069
4069
|
* This field shall indicate one or more discrete time periods.
|
|
4070
4070
|
*
|
|
4071
|
-
* @see {@link MatterSpecification.
|
|
4071
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.5.3
|
|
4072
4072
|
*/
|
|
4073
4073
|
timePeriod: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
4074
4074
|
/**
|
|
4075
4075
|
* This field shall indicate the starting hour.
|
|
4076
4076
|
*
|
|
4077
|
-
* @see {@link MatterSpecification.
|
|
4077
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.6.1
|
|
4078
4078
|
*/
|
|
4079
4079
|
startHour: import("../tlv/TlvObject.js").FieldType<number>;
|
|
4080
4080
|
/**
|
|
4081
4081
|
* This field shall indicate the starting minute.
|
|
4082
4082
|
*
|
|
4083
|
-
* @see {@link MatterSpecification.
|
|
4083
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.6.2
|
|
4084
4084
|
*/
|
|
4085
4085
|
startMinute: import("../tlv/TlvObject.js").FieldType<number>;
|
|
4086
4086
|
/**
|
|
4087
4087
|
* This field shall indicate the ending hour. EndHour shall be equal to or greater than StartHour
|
|
4088
4088
|
*
|
|
4089
|
-
* @see {@link MatterSpecification.
|
|
4089
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.6.3
|
|
4090
4090
|
*/
|
|
4091
4091
|
endHour: import("../tlv/TlvObject.js").FieldType<number>;
|
|
4092
4092
|
/**
|
|
@@ -4094,7 +4094,7 @@ export declare namespace ContentControl {
|
|
|
4094
4094
|
* than StartMinute. If the EndHour is equal to 23 and the EndMinute is equal to 59, all contents shall be
|
|
4095
4095
|
* blocked until 23:59:59.
|
|
4096
4096
|
*
|
|
4097
|
-
* @see {@link MatterSpecification.
|
|
4097
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.5.6.4
|
|
4098
4098
|
*/
|
|
4099
4099
|
endMinute: import("../tlv/TlvObject.js").FieldType<number>;
|
|
4100
4100
|
}>[]>;
|
|
@@ -4112,7 +4112,7 @@ export declare namespace ContentControl {
|
|
|
4112
4112
|
* This field shall specify a set of time window indexes indicating which time windows will be removed from the
|
|
4113
4113
|
* BlockContentTimeWindow attribute.
|
|
4114
4114
|
*
|
|
4115
|
-
* @see {@link MatterSpecification.
|
|
4115
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.17.1
|
|
4116
4116
|
*/
|
|
4117
4117
|
timeWindowIndexes: import("../tlv/TlvObject.js").FieldType<number[]>;
|
|
4118
4118
|
}>, void, any> & {
|
|
@@ -4128,7 +4128,7 @@ export declare namespace ContentControl {
|
|
|
4128
4128
|
*
|
|
4129
4129
|
* Upon receipt of the Enable command, the media device shall set the Enabled attribute to TRUE.
|
|
4130
4130
|
*
|
|
4131
|
-
* @see {@link MatterSpecification.
|
|
4131
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.4
|
|
4132
4132
|
*/
|
|
4133
4133
|
readonly enable: Command<void, void, any>;
|
|
4134
4134
|
/**
|
|
@@ -4136,7 +4136,7 @@ export declare namespace ContentControl {
|
|
|
4136
4136
|
*
|
|
4137
4137
|
* On receipt of the Disable command, the media device shall set the Enabled attribute to FALSE.
|
|
4138
4138
|
*
|
|
4139
|
-
* @see {@link MatterSpecification.
|
|
4139
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.13.8.5
|
|
4140
4140
|
*/
|
|
4141
4141
|
readonly disable: Command<void, void, any>;
|
|
4142
4142
|
};
|