@matter/types 0.13.0-alpha.0-20250329-cd36948da → 0.13.0-alpha.0-20250330-df5a17eba
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/clusters/access-control.d.ts +250 -250
- package/dist/cjs/clusters/access-control.js +39 -39
- package/dist/cjs/clusters/account-login.d.ts +29 -29
- package/dist/cjs/clusters/account-login.js +11 -11
- package/dist/cjs/clusters/actions.d.ts +108 -108
- package/dist/cjs/clusters/actions.js +39 -39
- package/dist/cjs/clusters/administrator-commissioning.d.ts +51 -51
- package/dist/cjs/clusters/administrator-commissioning.js +12 -12
- package/dist/cjs/clusters/air-quality.d.ts +5 -5
- package/dist/cjs/clusters/air-quality.js +1 -1
- package/dist/cjs/clusters/alarm-base.d.ts +43 -43
- package/dist/cjs/clusters/alarm-base.js +14 -14
- package/dist/cjs/clusters/application-basic.d.ts +16 -16
- package/dist/cjs/clusters/application-basic.js +10 -10
- package/dist/cjs/clusters/application-launcher.d.ts +99 -99
- package/dist/cjs/clusters/application-launcher.js +13 -13
- package/dist/cjs/clusters/audio-output.d.ts +37 -37
- package/dist/cjs/clusters/audio-output.js +8 -8
- package/dist/cjs/clusters/ballast-configuration.d.ts +23 -23
- package/dist/cjs/clusters/ballast-configuration.js +17 -17
- package/dist/cjs/clusters/basic-information.d.ts +54 -54
- package/dist/cjs/clusters/basic-information.js +34 -34
- package/dist/cjs/clusters/binding.d.ts +12 -12
- package/dist/cjs/clusters/binding.js +5 -5
- package/dist/cjs/clusters/boolean-state-configuration.d.ts +92 -92
- package/dist/cjs/clusters/boolean-state-configuration.js +18 -18
- package/dist/cjs/clusters/boolean-state.d.ts +7 -7
- package/dist/cjs/clusters/boolean-state.js +3 -3
- package/dist/cjs/clusters/bridged-device-basic-information.d.ts +102 -102
- package/dist/cjs/clusters/bridged-device-basic-information.js +28 -28
- package/dist/cjs/clusters/channel.d.ts +559 -559
- package/dist/cjs/clusters/channel.js +73 -73
- package/dist/cjs/clusters/color-control.d.ts +658 -658
- package/dist/cjs/clusters/color-control.js +116 -116
- package/dist/cjs/clusters/commissioner-control.d.ts +16 -16
- package/dist/cjs/clusters/commissioner-control.js +5 -5
- package/dist/cjs/clusters/concentration-measurement.d.ts +26 -26
- package/dist/cjs/clusters/concentration-measurement.js +11 -11
- package/dist/cjs/clusters/content-app-observer.d.ts +17 -17
- package/dist/cjs/clusters/content-app-observer.js +6 -6
- package/dist/cjs/clusters/content-control.d.ts +356 -356
- package/dist/cjs/clusters/content-control.js +58 -58
- package/dist/cjs/clusters/content-launcher.d.ts +475 -475
- package/dist/cjs/clusters/content-launcher.js +39 -39
- package/dist/cjs/clusters/descriptor.d.ts +28 -28
- package/dist/cjs/clusters/descriptor.js +8 -8
- package/dist/cjs/clusters/device-energy-management-mode.d.ts +43 -43
- package/dist/cjs/clusters/device-energy-management-mode.js +8 -8
- package/dist/cjs/clusters/device-energy-management.d.ts +544 -544
- package/dist/cjs/clusters/device-energy-management.js +87 -87
- package/dist/cjs/clusters/diagnostic-logs.d.ts +33 -33
- package/dist/cjs/clusters/diagnostic-logs.js +8 -8
- package/dist/cjs/clusters/dishwasher-alarm.d.ts +57 -57
- package/dist/cjs/clusters/dishwasher-alarm.js +14 -14
- package/dist/cjs/clusters/dishwasher-mode.d.ts +42 -42
- package/dist/cjs/clusters/dishwasher-mode.js +8 -8
- package/dist/cjs/clusters/door-lock.d.ts +1350 -1350
- package/dist/cjs/clusters/door-lock.js +229 -229
- package/dist/cjs/clusters/ecosystem-information.d.ts +27 -27
- package/dist/cjs/clusters/ecosystem-information.js +12 -12
- package/dist/cjs/clusters/electrical-energy-measurement.d.ts +275 -275
- package/dist/cjs/clusters/electrical-energy-measurement.js +25 -25
- package/dist/cjs/clusters/electrical-power-measurement.d.ts +199 -199
- package/dist/cjs/clusters/electrical-power-measurement.js +39 -39
- package/dist/cjs/clusters/energy-evse-mode.d.ts +43 -43
- package/dist/cjs/clusters/energy-evse-mode.js +8 -8
- package/dist/cjs/clusters/energy-evse.d.ts +323 -323
- package/dist/cjs/clusters/energy-evse.js +73 -73
- package/dist/cjs/clusters/energy-preference.d.ts +49 -49
- package/dist/cjs/clusters/energy-preference.js +9 -9
- package/dist/cjs/clusters/ethernet-network-diagnostics.d.ts +31 -31
- package/dist/cjs/clusters/ethernet-network-diagnostics.js +10 -10
- package/dist/cjs/clusters/fan-control.d.ts +67 -67
- package/dist/cjs/clusters/fan-control.js +17 -17
- package/dist/cjs/clusters/fixed-label.d.ts +2 -2
- package/dist/cjs/clusters/fixed-label.js +1 -1
- package/dist/cjs/clusters/flow-measurement.d.ts +5 -5
- package/dist/cjs/clusters/flow-measurement.js +4 -4
- package/dist/cjs/clusters/general-commissioning.d.ts +104 -104
- package/dist/cjs/clusters/general-commissioning.js +25 -25
- package/dist/cjs/clusters/general-diagnostics.d.ts +174 -174
- package/dist/cjs/clusters/general-diagnostics.js +40 -40
- package/dist/cjs/clusters/group-key-management.d.ts +119 -119
- package/dist/cjs/clusters/group-key-management.js +23 -23
- package/dist/cjs/clusters/groups.d.ts +78 -78
- package/dist/cjs/clusters/groups.js +21 -21
- package/dist/cjs/clusters/icd-management.d.ts +131 -131
- package/dist/cjs/clusters/icd-management.js +29 -29
- package/dist/cjs/clusters/identify.d.ts +16 -16
- package/dist/cjs/clusters/identify.js +6 -6
- package/dist/cjs/clusters/illuminance-measurement.d.ts +7 -7
- package/dist/cjs/clusters/illuminance-measurement.js +5 -5
- package/dist/cjs/clusters/joint-fabric-datastore-cluster.d.ts +175 -175
- package/dist/cjs/clusters/joint-fabric-datastore-cluster.js +62 -62
- package/dist/cjs/clusters/joint-fabric-pki.d.ts +14 -14
- package/dist/cjs/clusters/joint-fabric-pki.js +5 -5
- package/dist/cjs/clusters/keypad-input.d.ts +16 -16
- package/dist/cjs/clusters/keypad-input.js +3 -3
- package/dist/cjs/clusters/label.d.ts +10 -10
- package/dist/cjs/clusters/label.js +3 -3
- package/dist/cjs/clusters/laundry-dryer-controls.d.ts +4 -4
- package/dist/cjs/clusters/laundry-dryer-controls.js +2 -2
- package/dist/cjs/clusters/laundry-washer-controls.d.ts +23 -23
- package/dist/cjs/clusters/laundry-washer-controls.js +6 -6
- package/dist/cjs/clusters/laundry-washer-mode.d.ts +43 -43
- package/dist/cjs/clusters/laundry-washer-mode.js +8 -8
- package/dist/cjs/clusters/level-control.d.ts +307 -307
- package/dist/cjs/clusters/level-control.js +33 -33
- package/dist/cjs/clusters/localization-configuration.d.ts +3 -3
- package/dist/cjs/clusters/localization-configuration.js +2 -2
- package/dist/cjs/clusters/low-power.d.ts +2 -2
- package/dist/cjs/clusters/low-power.js +1 -1
- package/dist/cjs/clusters/media-input.d.ts +47 -47
- package/dist/cjs/clusters/media-input.js +11 -11
- package/dist/cjs/clusters/media-playback.d.ts +385 -385
- package/dist/cjs/clusters/media-playback.js +57 -57
- package/dist/cjs/clusters/messages.d.ts +154 -154
- package/dist/cjs/clusters/messages.js +38 -38
- package/dist/cjs/clusters/microwave-oven-control.d.ts +63 -63
- package/dist/cjs/clusters/microwave-oven-control.js +17 -17
- package/dist/cjs/clusters/microwave-oven-mode.d.ts +39 -39
- package/dist/cjs/clusters/microwave-oven-mode.js +7 -7
- package/dist/cjs/clusters/mode-base.d.ts +59 -59
- package/dist/cjs/clusters/mode-base.js +13 -13
- package/dist/cjs/clusters/mode-select.d.ts +51 -51
- package/dist/cjs/clusters/mode-select.js +13 -13
- package/dist/cjs/clusters/network-commissioning.d.ts +325 -325
- package/dist/cjs/clusters/network-commissioning.js +46 -46
- package/dist/cjs/clusters/occupancy-sensing.d.ts +78 -78
- package/dist/cjs/clusters/occupancy-sensing.js +20 -20
- package/dist/cjs/clusters/on-off.d.ts +103 -103
- package/dist/cjs/clusters/on-off.js +19 -19
- package/dist/cjs/clusters/operational-credentials.d.ts +94 -94
- package/dist/cjs/clusters/operational-credentials.js +34 -34
- package/dist/cjs/clusters/operational-state.d.ts +67 -67
- package/dist/cjs/clusters/operational-state.js +21 -21
- package/dist/cjs/clusters/ota-software-update-provider.d.ts +61 -61
- package/dist/cjs/clusters/ota-software-update-provider.js +25 -25
- package/dist/cjs/clusters/ota-software-update-requestor.d.ts +72 -72
- package/dist/cjs/clusters/ota-software-update-requestor.js +25 -25
- package/dist/cjs/clusters/oven-cavity-operational-state.d.ts +9 -9
- package/dist/cjs/clusters/oven-cavity-operational-state.js +8 -8
- package/dist/cjs/clusters/oven-mode.d.ts +49 -49
- package/dist/cjs/clusters/oven-mode.js +8 -8
- package/dist/cjs/clusters/power-source-configuration.d.ts +2 -2
- package/dist/cjs/clusters/power-source-configuration.js +1 -1
- package/dist/cjs/clusters/power-source.d.ts +155 -155
- package/dist/cjs/clusters/power-source.js +41 -41
- package/dist/cjs/clusters/power-topology.d.ts +8 -8
- package/dist/cjs/clusters/power-topology.js +2 -2
- package/dist/cjs/clusters/pressure-measurement.d.ts +25 -25
- package/dist/cjs/clusters/pressure-measurement.js +9 -9
- package/dist/cjs/clusters/proxy-configuration.d.ts +8 -8
- package/dist/cjs/clusters/proxy-configuration.js +3 -3
- package/dist/cjs/clusters/proxy-discovery.d.ts +10 -10
- package/dist/cjs/clusters/proxy-discovery.js +4 -4
- package/dist/cjs/clusters/pump-configuration-and-control.d.ts +189 -189
- package/dist/cjs/clusters/pump-configuration-and-control.js +57 -57
- package/dist/cjs/clusters/refrigerator-alarm.d.ts +43 -43
- package/dist/cjs/clusters/refrigerator-alarm.js +11 -11
- package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +41 -41
- package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +8 -8
- package/dist/cjs/clusters/relative-humidity-measurement.d.ts +5 -5
- package/dist/cjs/clusters/relative-humidity-measurement.js +4 -4
- package/dist/cjs/clusters/resource-monitoring.d.ts +20 -20
- package/dist/cjs/clusters/resource-monitoring.js +7 -7
- package/dist/cjs/clusters/rvc-clean-mode.d.ts +43 -43
- package/dist/cjs/clusters/rvc-clean-mode.js +8 -8
- package/dist/cjs/clusters/rvc-operational-state.d.ts +44 -44
- package/dist/cjs/clusters/rvc-operational-state.js +15 -15
- package/dist/cjs/clusters/rvc-run-mode.d.ts +50 -50
- package/dist/cjs/clusters/rvc-run-mode.js +8 -8
- package/dist/cjs/clusters/scenes-management.d.ts +246 -246
- package/dist/cjs/clusters/scenes-management.js +70 -70
- package/dist/cjs/clusters/service-area.d.ts +128 -128
- package/dist/cjs/clusters/service-area.js +26 -26
- package/dist/cjs/clusters/smoke-co-alarm.d.ts +135 -135
- package/dist/cjs/clusters/smoke-co-alarm.js +30 -30
- package/dist/cjs/clusters/software-diagnostics.d.ts +53 -53
- package/dist/cjs/clusters/software-diagnostics.js +14 -14
- package/dist/cjs/clusters/switch.d.ts +105 -105
- package/dist/cjs/clusters/switch.js +23 -23
- package/dist/cjs/clusters/target-navigator.d.ts +30 -30
- package/dist/cjs/clusters/target-navigator.js +10 -10
- package/dist/cjs/clusters/temperature-control.d.ts +45 -45
- package/dist/cjs/clusters/temperature-control.js +12 -12
- package/dist/cjs/clusters/temperature-measurement.d.ts +5 -5
- package/dist/cjs/clusters/temperature-measurement.js +4 -4
- package/dist/cjs/clusters/thermostat-user-interface-configuration.d.ts +7 -7
- package/dist/cjs/clusters/thermostat-user-interface-configuration.js +3 -3
- package/dist/cjs/clusters/thermostat.d.ts +515 -515
- package/dist/cjs/clusters/thermostat.js +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 +245 -245
- package/dist/cjs/clusters/time-synchronization.js +47 -47
- package/dist/cjs/clusters/unit-localization.d.ts +6 -6
- package/dist/cjs/clusters/unit-localization.js +1 -1
- package/dist/cjs/clusters/user-label.d.ts +2 -2
- package/dist/cjs/clusters/user-label.js +1 -1
- package/dist/cjs/clusters/valid-proxies.d.ts +7 -7
- package/dist/cjs/clusters/valid-proxies.js +2 -2
- package/dist/cjs/clusters/valve-configuration-and-control.d.ts +80 -80
- package/dist/cjs/clusters/valve-configuration-and-control.js +22 -22
- package/dist/cjs/clusters/wake-on-lan.d.ts +3 -3
- package/dist/cjs/clusters/wake-on-lan.js +2 -2
- package/dist/cjs/clusters/water-heater-management.d.ts +91 -91
- package/dist/cjs/clusters/water-heater-management.js +16 -16
- package/dist/cjs/clusters/water-heater-mode.d.ts +42 -42
- package/dist/cjs/clusters/water-heater-mode.js +8 -8
- package/dist/cjs/clusters/wi-fi-network-diagnostics.d.ts +69 -69
- package/dist/cjs/clusters/wi-fi-network-diagnostics.js +20 -20
- package/dist/cjs/clusters/wi-fi-network-management.d.ts +6 -6
- package/dist/cjs/clusters/wi-fi-network-management.js +3 -3
- package/dist/cjs/clusters/window-covering.d.ts +183 -183
- package/dist/cjs/clusters/window-covering.js +49 -49
- package/dist/cjs/globals/AtomicAttributeStatus.d.ts +4 -4
- package/dist/cjs/globals/AtomicAttributeStatus.js +2 -2
- package/dist/cjs/globals/AtomicRequestType.d.ts +1 -1
- package/dist/cjs/globals/Locationdesc.d.ts +5 -5
- package/dist/cjs/globals/Locationdesc.js +3 -3
- package/dist/cjs/globals/MeasurementAccuracy.d.ts +5 -5
- package/dist/cjs/globals/MeasurementAccuracy.js +3 -3
- package/dist/cjs/globals/MeasurementAccuracyRange.d.ts +10 -10
- package/dist/cjs/globals/MeasurementAccuracyRange.js +8 -8
- package/dist/cjs/globals/MeasurementType.d.ts +1 -1
- package/dist/cjs/globals/Priority.d.ts +1 -1
- package/dist/cjs/globals/Semtag.d.ts +6 -6
- package/dist/cjs/globals/Semtag.js +4 -4
- package/dist/cjs/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
- package/dist/cjs/globals/Status.d.ts +33 -33
- package/dist/cjs/globals/Tod.d.ts +2 -2
- package/dist/cjs/globals/WildcardPathFlags.d.ts +1 -1
- package/dist/esm/clusters/access-control.d.ts +250 -250
- package/dist/esm/clusters/access-control.js +39 -39
- package/dist/esm/clusters/account-login.d.ts +29 -29
- package/dist/esm/clusters/account-login.js +11 -11
- package/dist/esm/clusters/actions.d.ts +108 -108
- package/dist/esm/clusters/actions.js +39 -39
- package/dist/esm/clusters/administrator-commissioning.d.ts +51 -51
- package/dist/esm/clusters/administrator-commissioning.js +12 -12
- package/dist/esm/clusters/air-quality.d.ts +5 -5
- package/dist/esm/clusters/air-quality.js +1 -1
- package/dist/esm/clusters/alarm-base.d.ts +43 -43
- package/dist/esm/clusters/alarm-base.js +14 -14
- package/dist/esm/clusters/application-basic.d.ts +16 -16
- package/dist/esm/clusters/application-basic.js +10 -10
- package/dist/esm/clusters/application-launcher.d.ts +99 -99
- package/dist/esm/clusters/application-launcher.js +13 -13
- package/dist/esm/clusters/audio-output.d.ts +37 -37
- package/dist/esm/clusters/audio-output.js +8 -8
- package/dist/esm/clusters/ballast-configuration.d.ts +23 -23
- package/dist/esm/clusters/ballast-configuration.js +17 -17
- package/dist/esm/clusters/basic-information.d.ts +54 -54
- package/dist/esm/clusters/basic-information.js +34 -34
- package/dist/esm/clusters/binding.d.ts +12 -12
- package/dist/esm/clusters/binding.js +5 -5
- package/dist/esm/clusters/boolean-state-configuration.d.ts +92 -92
- package/dist/esm/clusters/boolean-state-configuration.js +18 -18
- package/dist/esm/clusters/boolean-state.d.ts +7 -7
- package/dist/esm/clusters/boolean-state.js +3 -3
- package/dist/esm/clusters/bridged-device-basic-information.d.ts +102 -102
- package/dist/esm/clusters/bridged-device-basic-information.js +28 -28
- package/dist/esm/clusters/channel.d.ts +559 -559
- package/dist/esm/clusters/channel.js +73 -73
- package/dist/esm/clusters/color-control.d.ts +658 -658
- package/dist/esm/clusters/color-control.js +116 -116
- package/dist/esm/clusters/commissioner-control.d.ts +16 -16
- package/dist/esm/clusters/commissioner-control.js +5 -5
- package/dist/esm/clusters/concentration-measurement.d.ts +26 -26
- package/dist/esm/clusters/concentration-measurement.js +11 -11
- package/dist/esm/clusters/content-app-observer.d.ts +17 -17
- package/dist/esm/clusters/content-app-observer.js +6 -6
- package/dist/esm/clusters/content-control.d.ts +356 -356
- package/dist/esm/clusters/content-control.js +58 -58
- package/dist/esm/clusters/content-launcher.d.ts +475 -475
- package/dist/esm/clusters/content-launcher.js +39 -39
- package/dist/esm/clusters/descriptor.d.ts +28 -28
- package/dist/esm/clusters/descriptor.js +8 -8
- package/dist/esm/clusters/device-energy-management-mode.d.ts +43 -43
- package/dist/esm/clusters/device-energy-management-mode.js +8 -8
- package/dist/esm/clusters/device-energy-management.d.ts +544 -544
- package/dist/esm/clusters/device-energy-management.js +87 -87
- package/dist/esm/clusters/diagnostic-logs.d.ts +33 -33
- package/dist/esm/clusters/diagnostic-logs.js +8 -8
- package/dist/esm/clusters/dishwasher-alarm.d.ts +57 -57
- package/dist/esm/clusters/dishwasher-alarm.js +14 -14
- package/dist/esm/clusters/dishwasher-mode.d.ts +42 -42
- package/dist/esm/clusters/dishwasher-mode.js +8 -8
- package/dist/esm/clusters/door-lock.d.ts +1350 -1350
- package/dist/esm/clusters/door-lock.js +229 -229
- package/dist/esm/clusters/ecosystem-information.d.ts +27 -27
- package/dist/esm/clusters/ecosystem-information.js +12 -12
- package/dist/esm/clusters/electrical-energy-measurement.d.ts +275 -275
- package/dist/esm/clusters/electrical-energy-measurement.js +25 -25
- package/dist/esm/clusters/electrical-power-measurement.d.ts +199 -199
- package/dist/esm/clusters/electrical-power-measurement.js +39 -39
- package/dist/esm/clusters/energy-evse-mode.d.ts +43 -43
- package/dist/esm/clusters/energy-evse-mode.js +8 -8
- package/dist/esm/clusters/energy-evse.d.ts +323 -323
- package/dist/esm/clusters/energy-evse.js +73 -73
- package/dist/esm/clusters/energy-preference.d.ts +49 -49
- package/dist/esm/clusters/energy-preference.js +9 -9
- package/dist/esm/clusters/ethernet-network-diagnostics.d.ts +31 -31
- package/dist/esm/clusters/ethernet-network-diagnostics.js +10 -10
- package/dist/esm/clusters/fan-control.d.ts +67 -67
- package/dist/esm/clusters/fan-control.js +17 -17
- package/dist/esm/clusters/fixed-label.d.ts +2 -2
- package/dist/esm/clusters/fixed-label.js +1 -1
- package/dist/esm/clusters/flow-measurement.d.ts +5 -5
- package/dist/esm/clusters/flow-measurement.js +4 -4
- package/dist/esm/clusters/general-commissioning.d.ts +104 -104
- package/dist/esm/clusters/general-commissioning.js +25 -25
- package/dist/esm/clusters/general-diagnostics.d.ts +174 -174
- package/dist/esm/clusters/general-diagnostics.js +40 -40
- package/dist/esm/clusters/group-key-management.d.ts +119 -119
- package/dist/esm/clusters/group-key-management.js +23 -23
- package/dist/esm/clusters/groups.d.ts +78 -78
- package/dist/esm/clusters/groups.js +21 -21
- package/dist/esm/clusters/icd-management.d.ts +131 -131
- package/dist/esm/clusters/icd-management.js +29 -29
- package/dist/esm/clusters/identify.d.ts +16 -16
- package/dist/esm/clusters/identify.js +6 -6
- package/dist/esm/clusters/illuminance-measurement.d.ts +7 -7
- package/dist/esm/clusters/illuminance-measurement.js +5 -5
- package/dist/esm/clusters/joint-fabric-datastore-cluster.d.ts +175 -175
- package/dist/esm/clusters/joint-fabric-datastore-cluster.js +62 -62
- package/dist/esm/clusters/joint-fabric-pki.d.ts +14 -14
- package/dist/esm/clusters/joint-fabric-pki.js +5 -5
- package/dist/esm/clusters/keypad-input.d.ts +16 -16
- package/dist/esm/clusters/keypad-input.js +3 -3
- package/dist/esm/clusters/label.d.ts +10 -10
- package/dist/esm/clusters/label.js +3 -3
- package/dist/esm/clusters/laundry-dryer-controls.d.ts +4 -4
- package/dist/esm/clusters/laundry-dryer-controls.js +2 -2
- package/dist/esm/clusters/laundry-washer-controls.d.ts +23 -23
- package/dist/esm/clusters/laundry-washer-controls.js +6 -6
- package/dist/esm/clusters/laundry-washer-mode.d.ts +43 -43
- package/dist/esm/clusters/laundry-washer-mode.js +8 -8
- package/dist/esm/clusters/level-control.d.ts +307 -307
- package/dist/esm/clusters/level-control.js +33 -33
- package/dist/esm/clusters/localization-configuration.d.ts +3 -3
- package/dist/esm/clusters/localization-configuration.js +2 -2
- package/dist/esm/clusters/low-power.d.ts +2 -2
- package/dist/esm/clusters/low-power.js +1 -1
- package/dist/esm/clusters/media-input.d.ts +47 -47
- package/dist/esm/clusters/media-input.js +11 -11
- package/dist/esm/clusters/media-playback.d.ts +385 -385
- package/dist/esm/clusters/media-playback.js +57 -57
- package/dist/esm/clusters/messages.d.ts +154 -154
- package/dist/esm/clusters/messages.js +38 -38
- package/dist/esm/clusters/microwave-oven-control.d.ts +63 -63
- package/dist/esm/clusters/microwave-oven-control.js +17 -17
- package/dist/esm/clusters/microwave-oven-mode.d.ts +39 -39
- package/dist/esm/clusters/microwave-oven-mode.js +7 -7
- package/dist/esm/clusters/mode-base.d.ts +59 -59
- package/dist/esm/clusters/mode-base.js +13 -13
- package/dist/esm/clusters/mode-select.d.ts +51 -51
- package/dist/esm/clusters/mode-select.js +13 -13
- package/dist/esm/clusters/network-commissioning.d.ts +325 -325
- package/dist/esm/clusters/network-commissioning.js +46 -46
- package/dist/esm/clusters/occupancy-sensing.d.ts +78 -78
- package/dist/esm/clusters/occupancy-sensing.js +20 -20
- package/dist/esm/clusters/on-off.d.ts +103 -103
- package/dist/esm/clusters/on-off.js +19 -19
- package/dist/esm/clusters/operational-credentials.d.ts +94 -94
- package/dist/esm/clusters/operational-credentials.js +34 -34
- package/dist/esm/clusters/operational-state.d.ts +67 -67
- package/dist/esm/clusters/operational-state.js +21 -21
- package/dist/esm/clusters/ota-software-update-provider.d.ts +61 -61
- package/dist/esm/clusters/ota-software-update-provider.js +25 -25
- package/dist/esm/clusters/ota-software-update-requestor.d.ts +72 -72
- package/dist/esm/clusters/ota-software-update-requestor.js +25 -25
- package/dist/esm/clusters/oven-cavity-operational-state.d.ts +9 -9
- package/dist/esm/clusters/oven-cavity-operational-state.js +8 -8
- package/dist/esm/clusters/oven-mode.d.ts +49 -49
- package/dist/esm/clusters/oven-mode.js +8 -8
- package/dist/esm/clusters/power-source-configuration.d.ts +2 -2
- package/dist/esm/clusters/power-source-configuration.js +1 -1
- package/dist/esm/clusters/power-source.d.ts +155 -155
- package/dist/esm/clusters/power-source.js +41 -41
- package/dist/esm/clusters/power-topology.d.ts +8 -8
- package/dist/esm/clusters/power-topology.js +2 -2
- package/dist/esm/clusters/pressure-measurement.d.ts +25 -25
- package/dist/esm/clusters/pressure-measurement.js +9 -9
- package/dist/esm/clusters/proxy-configuration.d.ts +8 -8
- package/dist/esm/clusters/proxy-configuration.js +3 -3
- package/dist/esm/clusters/proxy-discovery.d.ts +10 -10
- package/dist/esm/clusters/proxy-discovery.js +4 -4
- package/dist/esm/clusters/pump-configuration-and-control.d.ts +189 -189
- package/dist/esm/clusters/pump-configuration-and-control.js +57 -57
- package/dist/esm/clusters/refrigerator-alarm.d.ts +43 -43
- package/dist/esm/clusters/refrigerator-alarm.js +11 -11
- package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +41 -41
- package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +8 -8
- package/dist/esm/clusters/relative-humidity-measurement.d.ts +5 -5
- package/dist/esm/clusters/relative-humidity-measurement.js +4 -4
- package/dist/esm/clusters/resource-monitoring.d.ts +20 -20
- package/dist/esm/clusters/resource-monitoring.js +7 -7
- package/dist/esm/clusters/rvc-clean-mode.d.ts +43 -43
- package/dist/esm/clusters/rvc-clean-mode.js +8 -8
- package/dist/esm/clusters/rvc-operational-state.d.ts +44 -44
- package/dist/esm/clusters/rvc-operational-state.js +15 -15
- package/dist/esm/clusters/rvc-run-mode.d.ts +50 -50
- package/dist/esm/clusters/rvc-run-mode.js +8 -8
- package/dist/esm/clusters/scenes-management.d.ts +246 -246
- package/dist/esm/clusters/scenes-management.js +70 -70
- package/dist/esm/clusters/service-area.d.ts +128 -128
- package/dist/esm/clusters/service-area.js +26 -26
- package/dist/esm/clusters/smoke-co-alarm.d.ts +135 -135
- package/dist/esm/clusters/smoke-co-alarm.js +30 -30
- package/dist/esm/clusters/software-diagnostics.d.ts +53 -53
- package/dist/esm/clusters/software-diagnostics.js +14 -14
- package/dist/esm/clusters/switch.d.ts +105 -105
- package/dist/esm/clusters/switch.js +23 -23
- package/dist/esm/clusters/target-navigator.d.ts +30 -30
- package/dist/esm/clusters/target-navigator.js +10 -10
- package/dist/esm/clusters/temperature-control.d.ts +45 -45
- package/dist/esm/clusters/temperature-control.js +12 -12
- package/dist/esm/clusters/temperature-measurement.d.ts +5 -5
- package/dist/esm/clusters/temperature-measurement.js +4 -4
- package/dist/esm/clusters/thermostat-user-interface-configuration.d.ts +7 -7
- package/dist/esm/clusters/thermostat-user-interface-configuration.js +3 -3
- package/dist/esm/clusters/thermostat.d.ts +515 -515
- package/dist/esm/clusters/thermostat.js +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 +245 -245
- package/dist/esm/clusters/time-synchronization.js +47 -47
- package/dist/esm/clusters/unit-localization.d.ts +6 -6
- package/dist/esm/clusters/unit-localization.js +1 -1
- package/dist/esm/clusters/user-label.d.ts +2 -2
- package/dist/esm/clusters/user-label.js +1 -1
- package/dist/esm/clusters/valid-proxies.d.ts +7 -7
- package/dist/esm/clusters/valid-proxies.js +2 -2
- package/dist/esm/clusters/valve-configuration-and-control.d.ts +80 -80
- package/dist/esm/clusters/valve-configuration-and-control.js +22 -22
- package/dist/esm/clusters/wake-on-lan.d.ts +3 -3
- package/dist/esm/clusters/wake-on-lan.js +2 -2
- package/dist/esm/clusters/water-heater-management.d.ts +91 -91
- package/dist/esm/clusters/water-heater-management.js +16 -16
- package/dist/esm/clusters/water-heater-mode.d.ts +42 -42
- package/dist/esm/clusters/water-heater-mode.js +8 -8
- package/dist/esm/clusters/wi-fi-network-diagnostics.d.ts +69 -69
- package/dist/esm/clusters/wi-fi-network-diagnostics.js +20 -20
- package/dist/esm/clusters/wi-fi-network-management.d.ts +6 -6
- package/dist/esm/clusters/wi-fi-network-management.js +3 -3
- package/dist/esm/clusters/window-covering.d.ts +183 -183
- package/dist/esm/clusters/window-covering.js +49 -49
- package/dist/esm/globals/AtomicAttributeStatus.d.ts +4 -4
- package/dist/esm/globals/AtomicAttributeStatus.js +2 -2
- package/dist/esm/globals/AtomicRequestType.d.ts +1 -1
- package/dist/esm/globals/Locationdesc.d.ts +5 -5
- package/dist/esm/globals/Locationdesc.js +3 -3
- package/dist/esm/globals/MeasurementAccuracy.d.ts +5 -5
- package/dist/esm/globals/MeasurementAccuracy.js +3 -3
- package/dist/esm/globals/MeasurementAccuracyRange.d.ts +10 -10
- package/dist/esm/globals/MeasurementAccuracyRange.js +8 -8
- package/dist/esm/globals/MeasurementType.d.ts +1 -1
- package/dist/esm/globals/Priority.d.ts +1 -1
- package/dist/esm/globals/Semtag.d.ts +6 -6
- package/dist/esm/globals/Semtag.js +4 -4
- package/dist/esm/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
- package/dist/esm/globals/Status.d.ts +33 -33
- package/dist/esm/globals/Tod.d.ts +2 -2
- package/dist/esm/globals/WildcardPathFlags.d.ts +1 -1
- package/package.json +5 -5
- package/src/clusters/access-control.ts +72 -72
- package/src/clusters/account-login.ts +22 -22
- package/src/clusters/actions.ts +86 -86
- package/src/clusters/administrator-commissioning.ts +20 -20
- package/src/clusters/air-quality.ts +4 -4
- package/src/clusters/alarm-base.ts +22 -22
- package/src/clusters/application-basic.ts +14 -14
- package/src/clusters/application-launcher.ts +28 -28
- package/src/clusters/audio-output.ts +17 -17
- package/src/clusters/ballast-configuration.ts +20 -20
- package/src/clusters/basic-information.ts +47 -47
- package/src/clusters/binding.ts +8 -8
- package/src/clusters/boolean-state-configuration.ts +31 -31
- package/src/clusters/boolean-state.ts +6 -6
- package/src/clusters/bridged-device-basic-information.ts +38 -38
- package/src/clusters/channel.ts +111 -111
- package/src/clusters/color-control.ts +168 -168
- package/src/clusters/commissioner-control.ts +15 -15
- package/src/clusters/concentration-measurement.ts +15 -15
- package/src/clusters/content-app-observer.ts +12 -12
- package/src/clusters/content-control.ts +96 -96
- package/src/clusters/content-launcher.ts +69 -69
- package/src/clusters/descriptor.ts +13 -13
- package/src/clusters/device-energy-management-mode.ts +28 -28
- package/src/clusters/device-energy-management.ts +136 -136
- package/src/clusters/diagnostic-logs.ts +26 -26
- package/src/clusters/dishwasher-alarm.ts +24 -24
- package/src/clusters/dishwasher-mode.ts +27 -27
- package/src/clusters/door-lock.ts +378 -378
- package/src/clusters/ecosystem-information.ts +17 -17
- package/src/clusters/electrical-energy-measurement.ts +39 -39
- package/src/clusters/electrical-power-measurement.ts +53 -53
- package/src/clusters/energy-evse-mode.ts +28 -28
- package/src/clusters/energy-evse.ts +109 -109
- package/src/clusters/energy-preference.ts +19 -19
- package/src/clusters/ethernet-network-diagnostics.ts +13 -13
- package/src/clusters/fan-control.ts +30 -30
- package/src/clusters/fixed-label.ts +2 -2
- package/src/clusters/flow-measurement.ts +5 -5
- package/src/clusters/general-commissioning.ts +45 -45
- package/src/clusters/general-diagnostics.ts +66 -66
- package/src/clusters/group-key-management.ts +45 -45
- package/src/clusters/groups.ts +44 -44
- package/src/clusters/icd-management.ts +50 -50
- package/src/clusters/identify.ts +14 -14
- package/src/clusters/illuminance-measurement.ts +7 -7
- package/src/clusters/joint-fabric-datastore-cluster.ts +82 -82
- package/src/clusters/joint-fabric-pki.ts +12 -12
- package/src/clusters/keypad-input.ts +11 -11
- package/src/clusters/label.ts +5 -5
- package/src/clusters/laundry-dryer-controls.ts +4 -4
- package/src/clusters/laundry-washer-controls.ts +11 -11
- package/src/clusters/laundry-washer-mode.ts +28 -28
- package/src/clusters/level-control.ts +50 -50
- package/src/clusters/localization-configuration.ts +3 -3
- package/src/clusters/low-power.ts +2 -2
- package/src/clusters/media-input.ts +20 -20
- package/src/clusters/media-playback.ts +91 -91
- package/src/clusters/messages.ts +61 -61
- package/src/clusters/microwave-oven-control.ts +23 -23
- package/src/clusters/microwave-oven-mode.ts +25 -25
- package/src/clusters/mode-base.ts +37 -37
- package/src/clusters/mode-select.ts +22 -22
- package/src/clusters/network-commissioning.ts +76 -76
- package/src/clusters/occupancy-sensing.ts +29 -29
- package/src/clusters/on-off.ts +33 -33
- package/src/clusters/operational-credentials.ts +65 -65
- package/src/clusters/operational-state.ts +34 -34
- package/src/clusters/ota-software-update-provider.ts +39 -39
- package/src/clusters/ota-software-update-requestor.ts +55 -55
- package/src/clusters/oven-cavity-operational-state.ts +9 -9
- package/src/clusters/oven-mode.ts +34 -34
- package/src/clusters/power-source-configuration.ts +2 -2
- package/src/clusters/power-source.ts +59 -59
- package/src/clusters/power-topology.ts +4 -4
- package/src/clusters/pressure-measurement.ts +11 -11
- package/src/clusters/proxy-configuration.ts +6 -6
- package/src/clusters/proxy-discovery.ts +7 -7
- package/src/clusters/pump-configuration-and-control.ts +69 -69
- package/src/clusters/refrigerator-alarm.ts +18 -18
- package/src/clusters/refrigerator-and-temperature-controlled-cabinet-mode.ts +26 -26
- package/src/clusters/relative-humidity-measurement.ts +5 -5
- package/src/clusters/resource-monitoring.ts +13 -13
- package/src/clusters/rvc-clean-mode.ts +28 -28
- package/src/clusters/rvc-operational-state.ts +26 -26
- package/src/clusters/rvc-run-mode.ts +35 -35
- package/src/clusters/scenes-management.ts +112 -112
- package/src/clusters/service-area.ts +50 -50
- package/src/clusters/smoke-co-alarm.ts +66 -66
- package/src/clusters/software-diagnostics.ts +20 -20
- package/src/clusters/switch.ts +45 -45
- package/src/clusters/target-navigator.ts +20 -20
- package/src/clusters/temperature-control.ts +19 -19
- package/src/clusters/temperature-measurement.ts +5 -5
- package/src/clusters/thermostat-user-interface-configuration.ts +7 -7
- package/src/clusters/thermostat.ts +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 +81 -81
- package/src/clusters/unit-localization.ts +4 -4
- package/src/clusters/user-label.ts +2 -2
- package/src/clusters/valid-proxies.ts +7 -7
- package/src/clusters/valve-configuration-and-control.ts +35 -35
- package/src/clusters/wake-on-lan.ts +3 -3
- package/src/clusters/water-heater-management.ts +26 -26
- package/src/clusters/water-heater-mode.ts +27 -27
- package/src/clusters/wi-fi-network-diagnostics.ts +32 -32
- package/src/clusters/wi-fi-network-management.ts +6 -6
- package/src/clusters/window-covering.ts +68 -68
- package/src/globals/AtomicAttributeStatus.ts +4 -4
- package/src/globals/AtomicRequestType.ts +1 -1
- package/src/globals/Locationdesc.ts +5 -5
- package/src/globals/MeasurementAccuracy.ts +5 -5
- package/src/globals/MeasurementAccuracyRange.ts +10 -10
- package/src/globals/MeasurementType.ts +1 -1
- package/src/globals/Priority.ts +1 -1
- package/src/globals/Semtag.ts +6 -6
- package/src/globals/SoftwareVersionCertificationStatus.ts +1 -1
- package/src/globals/Status.ts +33 -33
- package/src/globals/Tod.ts +2 -2
- package/src/globals/WildcardPathFlags.ts +1 -1
|
@@ -13,7 +13,7 @@ export declare namespace TimeSynchronization {
|
|
|
13
13
|
/**
|
|
14
14
|
* These are optional features supported by TimeSynchronizationCluster.
|
|
15
15
|
*
|
|
16
|
-
* @see {@link MatterSpecification.
|
|
16
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.5
|
|
17
17
|
*/
|
|
18
18
|
enum Feature {
|
|
19
19
|
/**
|
|
@@ -24,7 +24,7 @@ export declare namespace TimeSynchronization {
|
|
|
24
24
|
* commands, and TimeZone and DSTOffset attributes, and shall expose the local time through the LocalTime
|
|
25
25
|
* attribute.
|
|
26
26
|
*
|
|
27
|
-
* @see {@link MatterSpecification.
|
|
27
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.5.1
|
|
28
28
|
*/
|
|
29
29
|
TimeZone = "TimeZone",
|
|
30
30
|
/**
|
|
@@ -32,7 +32,7 @@ export declare namespace TimeSynchronization {
|
|
|
32
32
|
*
|
|
33
33
|
* Allows a node to use NTP/SNTP for time synchronization.
|
|
34
34
|
*
|
|
35
|
-
* @see {@link MatterSpecification.
|
|
35
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.5.2
|
|
36
36
|
*/
|
|
37
37
|
NtpClient = "NtpClient",
|
|
38
38
|
/**
|
|
@@ -41,7 +41,7 @@ export declare namespace TimeSynchronization {
|
|
|
41
41
|
* Allows a Node to host an NTP server for the network so that other Nodes can achieve a high accuracy time
|
|
42
42
|
* synchronization within the network. See Section 11.17.15, “Acting as an NTP Server”.
|
|
43
43
|
*
|
|
44
|
-
* @see {@link MatterSpecification.
|
|
44
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.5.3
|
|
45
45
|
*/
|
|
46
46
|
NtpServer = "NtpServer",
|
|
47
47
|
/**
|
|
@@ -49,47 +49,47 @@ export declare namespace TimeSynchronization {
|
|
|
49
49
|
*
|
|
50
50
|
* This node also supports a time synchronization client and can connect to and read time from other nodes.
|
|
51
51
|
*
|
|
52
|
-
* @see {@link MatterSpecification.
|
|
52
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.5.4
|
|
53
53
|
*/
|
|
54
54
|
TimeSyncClient = "TimeSyncClient"
|
|
55
55
|
}
|
|
56
56
|
/**
|
|
57
|
-
* @see {@link MatterSpecification.
|
|
57
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.6.4
|
|
58
58
|
*/
|
|
59
59
|
const TlvTrustedTimeSource: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
60
60
|
/**
|
|
61
61
|
* The Fabric Index associated with the Fabric of the client which last set the value of the trusted time source
|
|
62
62
|
* node.
|
|
63
63
|
*
|
|
64
|
-
* @see {@link MatterSpecification.
|
|
64
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.6.4.1
|
|
65
65
|
*/
|
|
66
66
|
fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
|
|
67
67
|
/**
|
|
68
68
|
* Node ID of the trusted time source node on the Fabric associated with the entry.
|
|
69
69
|
*
|
|
70
|
-
* @see {@link MatterSpecification.
|
|
70
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.6.4.2
|
|
71
71
|
*/
|
|
72
72
|
nodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
73
73
|
/**
|
|
74
74
|
* Endpoint on the trusted time source node that contains the Time Synchronization cluster server.
|
|
75
75
|
*
|
|
76
|
-
* @see {@link MatterSpecification.
|
|
76
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.6.4.3
|
|
77
77
|
*/
|
|
78
78
|
endpoint: import("../tlv/TlvObject.js").FieldType<import("../datatype/EndpointNumber.js").EndpointNumber>;
|
|
79
79
|
}>;
|
|
80
80
|
/**
|
|
81
|
-
* @see {@link MatterSpecification.
|
|
81
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.6.4
|
|
82
82
|
*/
|
|
83
83
|
interface TrustedTimeSource extends TypeFromSchema<typeof TlvTrustedTimeSource> {
|
|
84
84
|
}
|
|
85
85
|
/**
|
|
86
|
-
* @see {@link MatterSpecification.
|
|
86
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.6.5
|
|
87
87
|
*/
|
|
88
88
|
const TlvFabricScopedTrustedTimeSource: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
89
89
|
/**
|
|
90
90
|
* Node ID of the trusted time source node on the Fabric of the issuer.
|
|
91
91
|
*
|
|
92
|
-
* @see {@link MatterSpecification.
|
|
92
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.6.5.1
|
|
93
93
|
*/
|
|
94
94
|
nodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
95
95
|
/**
|
|
@@ -97,31 +97,31 @@ export declare namespace TimeSynchronization {
|
|
|
97
97
|
* provided to avoid having to do discovery of the location of that endpoint by walking over all endpoints and
|
|
98
98
|
* checking their Descriptor Cluster.
|
|
99
99
|
*
|
|
100
|
-
* @see {@link MatterSpecification.
|
|
100
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.6.5.2
|
|
101
101
|
*/
|
|
102
102
|
endpoint: import("../tlv/TlvObject.js").FieldType<import("../datatype/EndpointNumber.js").EndpointNumber>;
|
|
103
103
|
}>;
|
|
104
104
|
/**
|
|
105
|
-
* @see {@link MatterSpecification.
|
|
105
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.6.5
|
|
106
106
|
*/
|
|
107
107
|
interface FabricScopedTrustedTimeSource extends TypeFromSchema<typeof TlvFabricScopedTrustedTimeSource> {
|
|
108
108
|
}
|
|
109
109
|
/**
|
|
110
110
|
* Input to the TimeSynchronization setTrustedTimeSource command
|
|
111
111
|
*
|
|
112
|
-
* @see {@link MatterSpecification.
|
|
112
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.9.2
|
|
113
113
|
*/
|
|
114
114
|
const TlvSetTrustedTimeSourceRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
115
115
|
/**
|
|
116
116
|
* This field contains the Node ID and endpoint of a trusted time source on the accessing fabric.
|
|
117
117
|
*
|
|
118
|
-
* @see {@link MatterSpecification.
|
|
118
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.9.2.1
|
|
119
119
|
*/
|
|
120
120
|
trustedTimeSource: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
121
121
|
/**
|
|
122
122
|
* Node ID of the trusted time source node on the Fabric of the issuer.
|
|
123
123
|
*
|
|
124
|
-
* @see {@link MatterSpecification.
|
|
124
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.6.5.1
|
|
125
125
|
*/
|
|
126
126
|
nodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
127
127
|
/**
|
|
@@ -129,7 +129,7 @@ export declare namespace TimeSynchronization {
|
|
|
129
129
|
* provided to avoid having to do discovery of the location of that endpoint by walking over all endpoints and
|
|
130
130
|
* checking their Descriptor Cluster.
|
|
131
131
|
*
|
|
132
|
-
* @see {@link MatterSpecification.
|
|
132
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.6.5.2
|
|
133
133
|
*/
|
|
134
134
|
endpoint: import("../tlv/TlvObject.js").FieldType<import("../datatype/EndpointNumber.js").EndpointNumber>;
|
|
135
135
|
}> | null>;
|
|
@@ -138,45 +138,45 @@ export declare namespace TimeSynchronization {
|
|
|
138
138
|
/**
|
|
139
139
|
* Input to the TimeSynchronization setTrustedTimeSource command
|
|
140
140
|
*
|
|
141
|
-
* @see {@link MatterSpecification.
|
|
141
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.9.2
|
|
142
142
|
*/
|
|
143
143
|
interface SetTrustedTimeSourceRequest extends TypeFromSchema<typeof TlvSetTrustedTimeSourceRequest> {
|
|
144
144
|
}
|
|
145
145
|
/**
|
|
146
146
|
* Input to the TimeSynchronization setDefaultNtp command
|
|
147
147
|
*
|
|
148
|
-
* @see {@link MatterSpecification.
|
|
148
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.9.6
|
|
149
149
|
*/
|
|
150
150
|
const TlvSetDefaultNtpRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
151
151
|
/**
|
|
152
152
|
* This field contains the address of an NTP server than can be used as a fallback for time synchronization. The
|
|
153
153
|
* format of this field shall follow the requirements in the DefaultNTP attribute description.
|
|
154
154
|
*
|
|
155
|
-
* @see {@link MatterSpecification.
|
|
155
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.9.6.1
|
|
156
156
|
*/
|
|
157
157
|
defaultNtp: import("../tlv/TlvObject.js").FieldType<string | null>;
|
|
158
158
|
}>;
|
|
159
159
|
/**
|
|
160
160
|
* Input to the TimeSynchronization setDefaultNtp command
|
|
161
161
|
*
|
|
162
|
-
* @see {@link MatterSpecification.
|
|
162
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.9.6
|
|
163
163
|
*/
|
|
164
164
|
interface SetDefaultNtpRequest extends TypeFromSchema<typeof TlvSetDefaultNtpRequest> {
|
|
165
165
|
}
|
|
166
166
|
/**
|
|
167
|
-
* @see {@link MatterSpecification.
|
|
167
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.6.6
|
|
168
168
|
*/
|
|
169
169
|
const TlvTimeZone: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
170
170
|
/**
|
|
171
171
|
* The time zone offset from UTC in seconds.
|
|
172
172
|
*
|
|
173
|
-
* @see {@link MatterSpecification.
|
|
173
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.6.6.1
|
|
174
174
|
*/
|
|
175
175
|
offset: import("../tlv/TlvObject.js").FieldType<number>;
|
|
176
176
|
/**
|
|
177
177
|
* The UTC time when the offset shall be applied.
|
|
178
178
|
*
|
|
179
|
-
* @see {@link MatterSpecification.
|
|
179
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.6.6.2
|
|
180
180
|
*/
|
|
181
181
|
validAt: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
182
182
|
/**
|
|
@@ -185,17 +185,17 @@ export declare namespace TimeSynchronization {
|
|
|
185
185
|
* TimeZoneDatabase it may use the Name field to set its own DST offsets if it has database information for the
|
|
186
186
|
* supplied time zone Name and the given Offset matches.
|
|
187
187
|
*
|
|
188
|
-
* @see {@link MatterSpecification.
|
|
188
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.6.6.3
|
|
189
189
|
*/
|
|
190
190
|
name: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
191
191
|
}>;
|
|
192
192
|
/**
|
|
193
|
-
* @see {@link MatterSpecification.
|
|
193
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.6.6
|
|
194
194
|
*/
|
|
195
195
|
interface TimeZone extends TypeFromSchema<typeof TlvTimeZone> {
|
|
196
196
|
}
|
|
197
197
|
/**
|
|
198
|
-
* @see {@link MatterSpecification.
|
|
198
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.6.7
|
|
199
199
|
*/
|
|
200
200
|
const TlvDstOffset: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
201
201
|
/**
|
|
@@ -203,25 +203,25 @@ export declare namespace TimeSynchronization {
|
|
|
203
203
|
* accept any values in the int32 range to accommodate potential future legislation that does not fit with these
|
|
204
204
|
* assumptions.
|
|
205
205
|
*
|
|
206
|
-
* @see {@link MatterSpecification.
|
|
206
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.6.7.1
|
|
207
207
|
*/
|
|
208
208
|
offset: import("../tlv/TlvObject.js").FieldType<number>;
|
|
209
209
|
/**
|
|
210
210
|
* The UTC time when the offset shall be applied.
|
|
211
211
|
*
|
|
212
|
-
* @see {@link MatterSpecification.
|
|
212
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.6.7.2
|
|
213
213
|
*/
|
|
214
214
|
validStarting: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
215
215
|
/**
|
|
216
216
|
* The UTC time when the offset shall stop being applied. Providing a null value here indicates a permanent DST
|
|
217
217
|
* change. If this value is non-null the value shall be larger than the ValidStarting time.
|
|
218
218
|
*
|
|
219
|
-
* @see {@link MatterSpecification.
|
|
219
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.6.7.3
|
|
220
220
|
*/
|
|
221
221
|
validUntil: import("../tlv/TlvObject.js").FieldType<number | bigint | null>;
|
|
222
222
|
}>;
|
|
223
223
|
/**
|
|
224
|
-
* @see {@link MatterSpecification.
|
|
224
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.6.7
|
|
225
225
|
*/
|
|
226
226
|
interface DstOffset extends TypeFromSchema<typeof TlvDstOffset> {
|
|
227
227
|
}
|
|
@@ -230,7 +230,7 @@ export declare namespace TimeSynchronization {
|
|
|
230
230
|
* may be used to omit historical data, less commonly used time zones, and/or time zones not related to the region a
|
|
231
231
|
* product is sold in.
|
|
232
232
|
*
|
|
233
|
-
* @see {@link MatterSpecification.
|
|
233
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.6.3
|
|
234
234
|
*/
|
|
235
235
|
enum TimeZoneDatabase {
|
|
236
236
|
/**
|
|
@@ -249,20 +249,20 @@ export declare namespace TimeSynchronization {
|
|
|
249
249
|
/**
|
|
250
250
|
* Input to the TimeSynchronization setTimeZone command
|
|
251
251
|
*
|
|
252
|
-
* @see {@link MatterSpecification.
|
|
252
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.9.3
|
|
253
253
|
*/
|
|
254
254
|
const TlvSetTimeZoneRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
255
255
|
timeZone: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
256
256
|
/**
|
|
257
257
|
* The time zone offset from UTC in seconds.
|
|
258
258
|
*
|
|
259
|
-
* @see {@link MatterSpecification.
|
|
259
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.6.6.1
|
|
260
260
|
*/
|
|
261
261
|
offset: import("../tlv/TlvObject.js").FieldType<number>;
|
|
262
262
|
/**
|
|
263
263
|
* The UTC time when the offset shall be applied.
|
|
264
264
|
*
|
|
265
|
-
* @see {@link MatterSpecification.
|
|
265
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.6.6.2
|
|
266
266
|
*/
|
|
267
267
|
validAt: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
268
268
|
/**
|
|
@@ -271,7 +271,7 @@ export declare namespace TimeSynchronization {
|
|
|
271
271
|
* TimeZoneDatabase it may use the Name field to set its own DST offsets if it has database information for the
|
|
272
272
|
* supplied time zone Name and the given Offset matches.
|
|
273
273
|
*
|
|
274
|
-
* @see {@link MatterSpecification.
|
|
274
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.6.6.3
|
|
275
275
|
*/
|
|
276
276
|
name: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
277
277
|
}>[]>;
|
|
@@ -279,14 +279,14 @@ export declare namespace TimeSynchronization {
|
|
|
279
279
|
/**
|
|
280
280
|
* Input to the TimeSynchronization setTimeZone command
|
|
281
281
|
*
|
|
282
|
-
* @see {@link MatterSpecification.
|
|
282
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.9.3
|
|
283
283
|
*/
|
|
284
284
|
interface SetTimeZoneRequest extends TypeFromSchema<typeof TlvSetTimeZoneRequest> {
|
|
285
285
|
}
|
|
286
286
|
/**
|
|
287
287
|
* This command shall be generated in response to a SetTimeZone command.
|
|
288
288
|
*
|
|
289
|
-
* @see {@link MatterSpecification.
|
|
289
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.9.4
|
|
290
290
|
*/
|
|
291
291
|
const TlvSetTimeZoneResponse: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
292
292
|
/**
|
|
@@ -294,21 +294,21 @@ export declare namespace TimeSynchronization {
|
|
|
294
294
|
* this information to set the DSTOffset attribute. If the node is setting its own DSTOffset attribute, the
|
|
295
295
|
* DSTOffsetsRequired field shall be set to false, otherwise it shall be set to true.
|
|
296
296
|
*
|
|
297
|
-
* @see {@link MatterSpecification.
|
|
297
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.9.4.1
|
|
298
298
|
*/
|
|
299
299
|
dstOffsetsRequired: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
300
300
|
}>;
|
|
301
301
|
/**
|
|
302
302
|
* This command shall be generated in response to a SetTimeZone command.
|
|
303
303
|
*
|
|
304
|
-
* @see {@link MatterSpecification.
|
|
304
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.9.4
|
|
305
305
|
*/
|
|
306
306
|
interface SetTimeZoneResponse extends TypeFromSchema<typeof TlvSetTimeZoneResponse> {
|
|
307
307
|
}
|
|
308
308
|
/**
|
|
309
309
|
* Input to the TimeSynchronization setDstOffset command
|
|
310
310
|
*
|
|
311
|
-
* @see {@link MatterSpecification.
|
|
311
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.9.5
|
|
312
312
|
*/
|
|
313
313
|
const TlvSetDstOffsetRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
314
314
|
dstOffset: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
@@ -317,20 +317,20 @@ export declare namespace TimeSynchronization {
|
|
|
317
317
|
* accept any values in the int32 range to accommodate potential future legislation that does not fit with these
|
|
318
318
|
* assumptions.
|
|
319
319
|
*
|
|
320
|
-
* @see {@link MatterSpecification.
|
|
320
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.6.7.1
|
|
321
321
|
*/
|
|
322
322
|
offset: import("../tlv/TlvObject.js").FieldType<number>;
|
|
323
323
|
/**
|
|
324
324
|
* The UTC time when the offset shall be applied.
|
|
325
325
|
*
|
|
326
|
-
* @see {@link MatterSpecification.
|
|
326
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.6.7.2
|
|
327
327
|
*/
|
|
328
328
|
validStarting: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
329
329
|
/**
|
|
330
330
|
* The UTC time when the offset shall stop being applied. Providing a null value here indicates a permanent DST
|
|
331
331
|
* change. If this value is non-null the value shall be larger than the ValidStarting time.
|
|
332
332
|
*
|
|
333
|
-
* @see {@link MatterSpecification.
|
|
333
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.6.7.3
|
|
334
334
|
*/
|
|
335
335
|
validUntil: import("../tlv/TlvObject.js").FieldType<number | bigint | null>;
|
|
336
336
|
}>[]>;
|
|
@@ -338,60 +338,60 @@ export declare namespace TimeSynchronization {
|
|
|
338
338
|
/**
|
|
339
339
|
* Input to the TimeSynchronization setDstOffset command
|
|
340
340
|
*
|
|
341
|
-
* @see {@link MatterSpecification.
|
|
341
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.9.5
|
|
342
342
|
*/
|
|
343
343
|
interface SetDstOffsetRequest extends TypeFromSchema<typeof TlvSetDstOffsetRequest> {
|
|
344
344
|
}
|
|
345
345
|
/**
|
|
346
346
|
* Body of the TimeSynchronization dstStatus event
|
|
347
347
|
*
|
|
348
|
-
* @see {@link MatterSpecification.
|
|
348
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.10.2
|
|
349
349
|
*/
|
|
350
350
|
const TlvDstStatusEvent: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
351
351
|
/**
|
|
352
352
|
* Indicates whether the current DST offset is being applied (i.e, daylight savings time is applied, as opposed
|
|
353
353
|
* to standard time).
|
|
354
354
|
*
|
|
355
|
-
* @see {@link MatterSpecification.
|
|
355
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.10.2.1
|
|
356
356
|
*/
|
|
357
357
|
dstOffsetActive: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
358
358
|
}>;
|
|
359
359
|
/**
|
|
360
360
|
* Body of the TimeSynchronization dstStatus event
|
|
361
361
|
*
|
|
362
|
-
* @see {@link MatterSpecification.
|
|
362
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.10.2
|
|
363
363
|
*/
|
|
364
364
|
interface DstStatusEvent extends TypeFromSchema<typeof TlvDstStatusEvent> {
|
|
365
365
|
}
|
|
366
366
|
/**
|
|
367
367
|
* Body of the TimeSynchronization timeZoneStatus event
|
|
368
368
|
*
|
|
369
|
-
* @see {@link MatterSpecification.
|
|
369
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.10.3
|
|
370
370
|
*/
|
|
371
371
|
const TlvTimeZoneStatusEvent: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
372
372
|
/**
|
|
373
373
|
* Current time zone offset from UTC in seconds.
|
|
374
374
|
*
|
|
375
|
-
* @see {@link MatterSpecification.
|
|
375
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.10.3.1
|
|
376
376
|
*/
|
|
377
377
|
offset: import("../tlv/TlvObject.js").FieldType<number>;
|
|
378
378
|
/**
|
|
379
379
|
* Current time zone name. This name SHOULD use the country/city format specified by the IANA Time Zone
|
|
380
380
|
* Database.
|
|
381
381
|
*
|
|
382
|
-
* @see {@link MatterSpecification.
|
|
382
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.10.3.2
|
|
383
383
|
*/
|
|
384
384
|
name: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
385
385
|
}>;
|
|
386
386
|
/**
|
|
387
387
|
* Body of the TimeSynchronization timeZoneStatus event
|
|
388
388
|
*
|
|
389
|
-
* @see {@link MatterSpecification.
|
|
389
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.10.3
|
|
390
390
|
*/
|
|
391
391
|
interface TimeZoneStatusEvent extends TypeFromSchema<typeof TlvTimeZoneStatusEvent> {
|
|
392
392
|
}
|
|
393
393
|
/**
|
|
394
|
-
* @see {@link MatterSpecification.
|
|
394
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.6.1
|
|
395
395
|
*/
|
|
396
396
|
enum Granularity {
|
|
397
397
|
/**
|
|
@@ -422,7 +422,7 @@ export declare namespace TimeSynchronization {
|
|
|
422
422
|
MicrosecondsGranularity = 4
|
|
423
423
|
}
|
|
424
424
|
/**
|
|
425
|
-
* @see {@link MatterSpecification.
|
|
425
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.6.2
|
|
426
426
|
*/
|
|
427
427
|
enum TimeSource {
|
|
428
428
|
/**
|
|
@@ -498,37 +498,37 @@ export declare namespace TimeSynchronization {
|
|
|
498
498
|
/**
|
|
499
499
|
* Input to the TimeSynchronization setUtcTime command
|
|
500
500
|
*
|
|
501
|
-
* @see {@link MatterSpecification.
|
|
501
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.9.1
|
|
502
502
|
*/
|
|
503
503
|
const TlvSetUtcTimeRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
504
504
|
/**
|
|
505
505
|
* This shall give the Client’s UTC Time.
|
|
506
506
|
*
|
|
507
|
-
* @see {@link MatterSpecification.
|
|
507
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.9.1.1
|
|
508
508
|
*/
|
|
509
509
|
utcTime: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
510
510
|
/**
|
|
511
511
|
* This shall give the Client’s Granularity, as described in Granularity.
|
|
512
512
|
*
|
|
513
|
-
* @see {@link MatterSpecification.
|
|
513
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.9.1.2
|
|
514
514
|
*/
|
|
515
515
|
granularity: import("../tlv/TlvObject.js").FieldType<Granularity>;
|
|
516
516
|
/**
|
|
517
517
|
* This shall give the Client’s TimeSource, as described in TimeSource.
|
|
518
518
|
*
|
|
519
|
-
* @see {@link MatterSpecification.
|
|
519
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.9.1.3
|
|
520
520
|
*/
|
|
521
521
|
timeSource: import("../tlv/TlvObject.js").OptionalFieldType<TimeSource>;
|
|
522
522
|
}>;
|
|
523
523
|
/**
|
|
524
524
|
* Input to the TimeSynchronization setUtcTime command
|
|
525
525
|
*
|
|
526
|
-
* @see {@link MatterSpecification.
|
|
526
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.9.1
|
|
527
527
|
*/
|
|
528
528
|
interface SetUtcTimeRequest extends TypeFromSchema<typeof TlvSetUtcTimeRequest> {
|
|
529
529
|
}
|
|
530
530
|
/**
|
|
531
|
-
* @see {@link MatterSpecification.
|
|
531
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.7.1
|
|
532
532
|
*/
|
|
533
533
|
enum StatusCode {
|
|
534
534
|
/**
|
|
@@ -547,26 +547,26 @@ export declare namespace TimeSynchronization {
|
|
|
547
547
|
* administrator using the SetTrustedTimeSource command. If the value is null, no trusted time source has
|
|
548
548
|
* yet been set.
|
|
549
549
|
*
|
|
550
|
-
* @see {@link MatterSpecification.
|
|
550
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.8.4
|
|
551
551
|
*/
|
|
552
552
|
readonly trustedTimeSource: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
553
553
|
/**
|
|
554
554
|
* The Fabric Index associated with the Fabric of the client which last set the value of the trusted time source
|
|
555
555
|
* node.
|
|
556
556
|
*
|
|
557
|
-
* @see {@link MatterSpecification.
|
|
557
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.6.4.1
|
|
558
558
|
*/
|
|
559
559
|
fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
|
|
560
560
|
/**
|
|
561
561
|
* Node ID of the trusted time source node on the Fabric associated with the entry.
|
|
562
562
|
*
|
|
563
|
-
* @see {@link MatterSpecification.
|
|
563
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.6.4.2
|
|
564
564
|
*/
|
|
565
565
|
nodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
566
566
|
/**
|
|
567
567
|
* Endpoint on the trusted time source node that contains the Time Synchronization cluster server.
|
|
568
568
|
*
|
|
569
|
-
* @see {@link MatterSpecification.
|
|
569
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.6.4.3
|
|
570
570
|
*/
|
|
571
571
|
endpoint: import("../tlv/TlvObject.js").FieldType<import("../datatype/EndpointNumber.js").EndpointNumber>;
|
|
572
572
|
}> | null, any>;
|
|
@@ -582,19 +582,19 @@ export declare namespace TimeSynchronization {
|
|
|
582
582
|
* Endpoint fields matching those in the TrustedTimeSource field and has its FabricIndex field set to
|
|
583
583
|
* the command’s accessing fabric index.
|
|
584
584
|
*
|
|
585
|
-
* @see {@link MatterSpecification.
|
|
585
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.9.2
|
|
586
586
|
*/
|
|
587
587
|
readonly setTrustedTimeSource: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
588
588
|
/**
|
|
589
589
|
* This field contains the Node ID and endpoint of a trusted time source on the accessing fabric.
|
|
590
590
|
*
|
|
591
|
-
* @see {@link MatterSpecification.
|
|
591
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.9.2.1
|
|
592
592
|
*/
|
|
593
593
|
trustedTimeSource: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
594
594
|
/**
|
|
595
595
|
* Node ID of the trusted time source node on the Fabric of the issuer.
|
|
596
596
|
*
|
|
597
|
-
* @see {@link MatterSpecification.
|
|
597
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.6.5.1
|
|
598
598
|
*/
|
|
599
599
|
nodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
600
600
|
/**
|
|
@@ -602,7 +602,7 @@ export declare namespace TimeSynchronization {
|
|
|
602
602
|
* provided to avoid having to do discovery of the location of that endpoint by walking over all endpoints and
|
|
603
603
|
* checking their Descriptor Cluster.
|
|
604
604
|
*
|
|
605
|
-
* @see {@link MatterSpecification.
|
|
605
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.6.5.2
|
|
606
606
|
*/
|
|
607
607
|
endpoint: import("../tlv/TlvObject.js").FieldType<import("../datatype/EndpointNumber.js").EndpointNumber>;
|
|
608
608
|
}> | null>;
|
|
@@ -619,7 +619,7 @@ export declare namespace TimeSynchronization {
|
|
|
619
619
|
* is null or the specified peer cannot be reached. MissingTrustedTimeSource events corresponding to a time
|
|
620
620
|
* update SHOULD NOT be generated more often than once per hour.
|
|
621
621
|
*
|
|
622
|
-
* @see {@link MatterSpecification.
|
|
622
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.10.5
|
|
623
623
|
*/
|
|
624
624
|
readonly missingTrustedTimeSource: Event<void, any>;
|
|
625
625
|
};
|
|
@@ -639,14 +639,14 @@ export declare namespace TimeSynchronization {
|
|
|
639
639
|
* text format, as specified in RFC 5952. The address format shall follow the recommendations in Section 4
|
|
640
640
|
* and shall NOT contain a port number.
|
|
641
641
|
*
|
|
642
|
-
* @see {@link MatterSpecification.
|
|
642
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.8.5
|
|
643
643
|
*/
|
|
644
644
|
readonly defaultNtp: Attribute<string | null, any>;
|
|
645
645
|
/**
|
|
646
646
|
* This attribute is true if the node supports resolving a domain name. DefaultNTP Address values for these
|
|
647
647
|
* nodes may include domain names. If this is False, the Address for a DefaultNTP shall be an IPv6 address.
|
|
648
648
|
*
|
|
649
|
-
* @see {@link MatterSpecification.
|
|
649
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.8.13
|
|
650
650
|
*/
|
|
651
651
|
readonly supportsDnsResolve: FixedAttribute<boolean, any>;
|
|
652
652
|
};
|
|
@@ -658,14 +658,14 @@ export declare namespace TimeSynchronization {
|
|
|
658
658
|
* provided Address is a domain name, the command shall fail with a status code of INVALID_COMMAND.
|
|
659
659
|
* Otherwise, the node shall set the DefaultNTP attribute to match the DefaultNTP provided in this command.
|
|
660
660
|
*
|
|
661
|
-
* @see {@link MatterSpecification.
|
|
661
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.9.6
|
|
662
662
|
*/
|
|
663
663
|
readonly setDefaultNtp: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
664
664
|
/**
|
|
665
665
|
* This field contains the address of an NTP server than can be used as a fallback for time synchronization. The
|
|
666
666
|
* format of this field shall follow the requirements in the DefaultNTP attribute description.
|
|
667
667
|
*
|
|
668
|
-
* @see {@link MatterSpecification.
|
|
668
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.9.6.1
|
|
669
669
|
*/
|
|
670
670
|
defaultNtp: import("../tlv/TlvObject.js").FieldType<string | null>;
|
|
671
671
|
}>, void, any>;
|
|
@@ -706,19 +706,19 @@ export declare namespace TimeSynchronization {
|
|
|
706
706
|
* zone has been set, it may set this value to a list containing a single TimeZoneStruct with an offset of 0
|
|
707
707
|
* (UTC) and a ValidAt time of 0.
|
|
708
708
|
*
|
|
709
|
-
* @see {@link MatterSpecification.
|
|
709
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.8.6
|
|
710
710
|
*/
|
|
711
711
|
readonly timeZone: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
712
712
|
/**
|
|
713
713
|
* The time zone offset from UTC in seconds.
|
|
714
714
|
*
|
|
715
|
-
* @see {@link MatterSpecification.
|
|
715
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.6.6.1
|
|
716
716
|
*/
|
|
717
717
|
offset: import("../tlv/TlvObject.js").FieldType<number>;
|
|
718
718
|
/**
|
|
719
719
|
* The UTC time when the offset shall be applied.
|
|
720
720
|
*
|
|
721
|
-
* @see {@link MatterSpecification.
|
|
721
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.6.6.2
|
|
722
722
|
*/
|
|
723
723
|
validAt: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
724
724
|
/**
|
|
@@ -727,7 +727,7 @@ export declare namespace TimeSynchronization {
|
|
|
727
727
|
* TimeZoneDatabase it may use the Name field to set its own DST offsets if it has database information for the
|
|
728
728
|
* supplied time zone Name and the given Offset matches.
|
|
729
729
|
*
|
|
730
|
-
* @see {@link MatterSpecification.
|
|
730
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.6.6.3
|
|
731
731
|
*/
|
|
732
732
|
name: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
733
733
|
}>[], any>;
|
|
@@ -747,7 +747,7 @@ export declare namespace TimeSynchronization {
|
|
|
747
747
|
* If a time zone does not use DST, this shall be indicated by a single entry with a 0 offset and a null
|
|
748
748
|
* ValidUntil field.
|
|
749
749
|
*
|
|
750
|
-
* @see {@link MatterSpecification.
|
|
750
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.8.7
|
|
751
751
|
*/
|
|
752
752
|
readonly dstOffset: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
753
753
|
/**
|
|
@@ -755,20 +755,20 @@ export declare namespace TimeSynchronization {
|
|
|
755
755
|
* accept any values in the int32 range to accommodate potential future legislation that does not fit with these
|
|
756
756
|
* assumptions.
|
|
757
757
|
*
|
|
758
|
-
* @see {@link MatterSpecification.
|
|
758
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.6.7.1
|
|
759
759
|
*/
|
|
760
760
|
offset: import("../tlv/TlvObject.js").FieldType<number>;
|
|
761
761
|
/**
|
|
762
762
|
* The UTC time when the offset shall be applied.
|
|
763
763
|
*
|
|
764
|
-
* @see {@link MatterSpecification.
|
|
764
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.6.7.2
|
|
765
765
|
*/
|
|
766
766
|
validStarting: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
767
767
|
/**
|
|
768
768
|
* The UTC time when the offset shall stop being applied. Providing a null value here indicates a permanent DST
|
|
769
769
|
* change. If this value is non-null the value shall be larger than the ValidStarting time.
|
|
770
770
|
*
|
|
771
|
-
* @see {@link MatterSpecification.
|
|
771
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.6.7.3
|
|
772
772
|
*/
|
|
773
773
|
validUntil: import("../tlv/TlvObject.js").FieldType<number | bigint | null>;
|
|
774
774
|
}>[], any>;
|
|
@@ -781,7 +781,7 @@ export declare namespace TimeSynchronization {
|
|
|
781
781
|
* If the node has not achieved time synchronization, this shall be null. If the node has an empty
|
|
782
782
|
* DSTOffset, this shall be null.
|
|
783
783
|
*
|
|
784
|
-
* @see {@link MatterSpecification.
|
|
784
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.8.8
|
|
785
785
|
*/
|
|
786
786
|
readonly localTime: Attribute<number | bigint | null, any>;
|
|
787
787
|
/**
|
|
@@ -789,20 +789,20 @@ export declare namespace TimeSynchronization {
|
|
|
789
789
|
* their own DSTOffset attribute to add new entries and may push DSTOffset updates to other Nodes in the
|
|
790
790
|
* same time zone as required.
|
|
791
791
|
*
|
|
792
|
-
* @see {@link MatterSpecification.
|
|
792
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.8.9
|
|
793
793
|
*/
|
|
794
794
|
readonly timeZoneDatabase: FixedAttribute<TimeZoneDatabase, any>;
|
|
795
795
|
/**
|
|
796
796
|
* Number of supported list entries in the TimeZone attribute. This attribute may take the value of 1 or 2,
|
|
797
797
|
* where the optional second list entry may be used to handle scheduled regulatory time zone changes.
|
|
798
798
|
*
|
|
799
|
-
* @see {@link MatterSpecification.
|
|
799
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.8.11
|
|
800
800
|
*/
|
|
801
801
|
readonly timeZoneListMaxSize: FixedAttribute<number, any>;
|
|
802
802
|
/**
|
|
803
803
|
* Number of supported list entries in DSTOffset attribute. This value must be at least 1.
|
|
804
804
|
*
|
|
805
|
-
* @see {@link MatterSpecification.
|
|
805
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.8.12
|
|
806
806
|
*/
|
|
807
807
|
readonly dstOffsetListMaxSize: FixedAttribute<number, any>;
|
|
808
808
|
};
|
|
@@ -824,20 +824,20 @@ export declare namespace TimeSynchronization {
|
|
|
824
824
|
* list. A DSTTableEmpty event shall be generated if the DSTOffset attribute is empty. A DSTStatus event
|
|
825
825
|
* shall be generated if the node was previously applying a DST offset.
|
|
826
826
|
*
|
|
827
|
-
* @see {@link MatterSpecification.
|
|
827
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.9.3
|
|
828
828
|
*/
|
|
829
829
|
readonly setTimeZone: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
830
830
|
timeZone: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
831
831
|
/**
|
|
832
832
|
* The time zone offset from UTC in seconds.
|
|
833
833
|
*
|
|
834
|
-
* @see {@link MatterSpecification.
|
|
834
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.6.6.1
|
|
835
835
|
*/
|
|
836
836
|
offset: import("../tlv/TlvObject.js").FieldType<number>;
|
|
837
837
|
/**
|
|
838
838
|
* The UTC time when the offset shall be applied.
|
|
839
839
|
*
|
|
840
|
-
* @see {@link MatterSpecification.
|
|
840
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.6.6.2
|
|
841
841
|
*/
|
|
842
842
|
validAt: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
843
843
|
/**
|
|
@@ -846,7 +846,7 @@ export declare namespace TimeSynchronization {
|
|
|
846
846
|
* TimeZoneDatabase it may use the Name field to set its own DST offsets if it has database information for the
|
|
847
847
|
* supplied time zone Name and the given Offset matches.
|
|
848
848
|
*
|
|
849
|
-
* @see {@link MatterSpecification.
|
|
849
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.6.6.3
|
|
850
850
|
*/
|
|
851
851
|
name: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
852
852
|
}>[]>;
|
|
@@ -856,7 +856,7 @@ export declare namespace TimeSynchronization {
|
|
|
856
856
|
* this information to set the DSTOffset attribute. If the node is setting its own DSTOffset attribute, the
|
|
857
857
|
* DSTOffsetsRequired field shall be set to false, otherwise it shall be set to true.
|
|
858
858
|
*
|
|
859
|
-
* @see {@link MatterSpecification.
|
|
859
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.9.4.1
|
|
860
860
|
*/
|
|
861
861
|
dstOffsetsRequired: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
862
862
|
}>, any>;
|
|
@@ -875,7 +875,7 @@ export declare namespace TimeSynchronization {
|
|
|
875
875
|
* If the DSTOffset attribute change causes a corresponding change to the DST state, a DSTStatus event shall
|
|
876
876
|
* be generated. If the list is empty, the node shall generate a DSTTableEmpty event.
|
|
877
877
|
*
|
|
878
|
-
* @see {@link MatterSpecification.
|
|
878
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.9.5
|
|
879
879
|
*/
|
|
880
880
|
readonly setDstOffset: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
881
881
|
dstOffset: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
@@ -884,20 +884,20 @@ export declare namespace TimeSynchronization {
|
|
|
884
884
|
* accept any values in the int32 range to accommodate potential future legislation that does not fit with these
|
|
885
885
|
* assumptions.
|
|
886
886
|
*
|
|
887
|
-
* @see {@link MatterSpecification.
|
|
887
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.6.7.1
|
|
888
888
|
*/
|
|
889
889
|
offset: import("../tlv/TlvObject.js").FieldType<number>;
|
|
890
890
|
/**
|
|
891
891
|
* The UTC time when the offset shall be applied.
|
|
892
892
|
*
|
|
893
|
-
* @see {@link MatterSpecification.
|
|
893
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.6.7.2
|
|
894
894
|
*/
|
|
895
895
|
validStarting: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
896
896
|
/**
|
|
897
897
|
* The UTC time when the offset shall stop being applied. Providing a null value here indicates a permanent DST
|
|
898
898
|
* change. If this value is non-null the value shall be larger than the ValidStarting time.
|
|
899
899
|
*
|
|
900
|
-
* @see {@link MatterSpecification.
|
|
900
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.6.7.3
|
|
901
901
|
*/
|
|
902
902
|
validUntil: import("../tlv/TlvObject.js").FieldType<number | bigint | null>;
|
|
903
903
|
}>[]>;
|
|
@@ -916,20 +916,20 @@ export declare namespace TimeSynchronization {
|
|
|
916
916
|
*
|
|
917
917
|
* There is no data for this event.
|
|
918
918
|
*
|
|
919
|
-
* @see {@link MatterSpecification.
|
|
919
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.10.1
|
|
920
920
|
*/
|
|
921
921
|
readonly dstTableEmpty: Event<void, any>;
|
|
922
922
|
/**
|
|
923
923
|
* This event shall be generated when the node starts or stops applying a DST offset.
|
|
924
924
|
*
|
|
925
|
-
* @see {@link MatterSpecification.
|
|
925
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.10.2
|
|
926
926
|
*/
|
|
927
927
|
readonly dstStatus: Event<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
928
928
|
/**
|
|
929
929
|
* Indicates whether the current DST offset is being applied (i.e, daylight savings time is applied, as opposed
|
|
930
930
|
* to standard time).
|
|
931
931
|
*
|
|
932
|
-
* @see {@link MatterSpecification.
|
|
932
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.10.2.1
|
|
933
933
|
*/
|
|
934
934
|
dstOffsetActive: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
935
935
|
}>, any>;
|
|
@@ -937,20 +937,20 @@ export declare namespace TimeSynchronization {
|
|
|
937
937
|
* This event shall be generated when the node changes its time zone offset or name. It shall NOT be sent
|
|
938
938
|
* for DST changes that are not accompanied by a time zone change.
|
|
939
939
|
*
|
|
940
|
-
* @see {@link MatterSpecification.
|
|
940
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.10.3
|
|
941
941
|
*/
|
|
942
942
|
readonly timeZoneStatus: Event<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
943
943
|
/**
|
|
944
944
|
* Current time zone offset from UTC in seconds.
|
|
945
945
|
*
|
|
946
|
-
* @see {@link MatterSpecification.
|
|
946
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.10.3.1
|
|
947
947
|
*/
|
|
948
948
|
offset: import("../tlv/TlvObject.js").FieldType<number>;
|
|
949
949
|
/**
|
|
950
950
|
* Current time zone name. This name SHOULD use the country/city format specified by the IANA Time Zone
|
|
951
951
|
* Database.
|
|
952
952
|
*
|
|
953
|
-
* @see {@link MatterSpecification.
|
|
953
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.10.3.2
|
|
954
954
|
*/
|
|
955
955
|
name: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
956
956
|
}>, any>;
|
|
@@ -965,7 +965,7 @@ export declare namespace TimeSynchronization {
|
|
|
965
965
|
* If the node is running an RFC 5905 NTPv4 compliant server on port 123, this value shall be True. If the
|
|
966
966
|
* node is not currently running an NTP server, this value shall be False.
|
|
967
967
|
*
|
|
968
|
-
* @see {@link MatterSpecification.
|
|
968
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.8.10
|
|
969
969
|
*/
|
|
970
970
|
readonly ntpServerAvailable: Attribute<boolean, any>;
|
|
971
971
|
};
|
|
@@ -986,7 +986,7 @@ export declare namespace TimeSynchronization {
|
|
|
986
986
|
* SetDSTOffset commands, and TimeZone and DSTOffset attributes, and shall expose the local time through the
|
|
987
987
|
* LocalTime attribute.
|
|
988
988
|
*
|
|
989
|
-
* @see {@link MatterSpecification.
|
|
989
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.5.1
|
|
990
990
|
*/
|
|
991
991
|
readonly timeZone: BitFlag;
|
|
992
992
|
/**
|
|
@@ -994,7 +994,7 @@ export declare namespace TimeSynchronization {
|
|
|
994
994
|
*
|
|
995
995
|
* Allows a node to use NTP/SNTP for time synchronization.
|
|
996
996
|
*
|
|
997
|
-
* @see {@link MatterSpecification.
|
|
997
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.5.2
|
|
998
998
|
*/
|
|
999
999
|
readonly ntpClient: BitFlag;
|
|
1000
1000
|
/**
|
|
@@ -1003,7 +1003,7 @@ export declare namespace TimeSynchronization {
|
|
|
1003
1003
|
* Allows a Node to host an NTP server for the network so that other Nodes can achieve a high accuracy time
|
|
1004
1004
|
* synchronization within the network. See Section 11.17.15, “Acting as an NTP Server”.
|
|
1005
1005
|
*
|
|
1006
|
-
* @see {@link MatterSpecification.
|
|
1006
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.5.3
|
|
1007
1007
|
*/
|
|
1008
1008
|
readonly ntpServer: BitFlag;
|
|
1009
1009
|
/**
|
|
@@ -1011,7 +1011,7 @@ export declare namespace TimeSynchronization {
|
|
|
1011
1011
|
*
|
|
1012
1012
|
* This node also supports a time synchronization client and can connect to and read time from other nodes.
|
|
1013
1013
|
*
|
|
1014
|
-
* @see {@link MatterSpecification.
|
|
1014
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.5.4
|
|
1015
1015
|
*/
|
|
1016
1016
|
readonly timeSyncClient: BitFlag;
|
|
1017
1017
|
};
|
|
@@ -1023,7 +1023,7 @@ export declare namespace TimeSynchronization {
|
|
|
1023
1023
|
* If the node has not achieved time synchronization, this shall be null. This attribute may be set when a
|
|
1024
1024
|
* SetUTCTime is received.
|
|
1025
1025
|
*
|
|
1026
|
-
* @see {@link MatterSpecification.
|
|
1026
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.8.1
|
|
1027
1027
|
*/
|
|
1028
1028
|
readonly utcTime: Attribute<number | bigint | null, any>;
|
|
1029
1029
|
/**
|
|
@@ -1033,7 +1033,7 @@ export declare namespace TimeSynchronization {
|
|
|
1033
1033
|
* This value shall be set to NoTimeGranularity if UTCTime is null and shall NOT be set to NoTimeGranularity
|
|
1034
1034
|
* if UTCTime is non-null.
|
|
1035
1035
|
*
|
|
1036
|
-
* @see {@link MatterSpecification.
|
|
1036
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.8.2
|
|
1037
1037
|
*/
|
|
1038
1038
|
readonly granularity: Attribute<Granularity, any>;
|
|
1039
1039
|
/**
|
|
@@ -1047,7 +1047,7 @@ export declare namespace TimeSynchronization {
|
|
|
1047
1047
|
*
|
|
1048
1048
|
* This value shall be set to None if UTCTime is null and shall NOT be set to None if UTCTime is non-null.
|
|
1049
1049
|
*
|
|
1050
|
-
* @see {@link MatterSpecification.
|
|
1050
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.8.3
|
|
1051
1051
|
*/
|
|
1052
1052
|
readonly timeSource: OptionalAttribute<TimeSource, any>;
|
|
1053
1053
|
};
|
|
@@ -1070,25 +1070,25 @@ export declare namespace TimeSynchronization {
|
|
|
1070
1070
|
* it opts to not update its time, it shall fail the command with a cluster specific Status Code of
|
|
1071
1071
|
* TimeNotAccepted.
|
|
1072
1072
|
*
|
|
1073
|
-
* @see {@link MatterSpecification.
|
|
1073
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.9.1
|
|
1074
1074
|
*/
|
|
1075
1075
|
readonly setUtcTime: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1076
1076
|
/**
|
|
1077
1077
|
* This shall give the Client’s UTC Time.
|
|
1078
1078
|
*
|
|
1079
|
-
* @see {@link MatterSpecification.
|
|
1079
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.9.1.1
|
|
1080
1080
|
*/
|
|
1081
1081
|
utcTime: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
1082
1082
|
/**
|
|
1083
1083
|
* This shall give the Client’s Granularity, as described in Granularity.
|
|
1084
1084
|
*
|
|
1085
|
-
* @see {@link MatterSpecification.
|
|
1085
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.9.1.2
|
|
1086
1086
|
*/
|
|
1087
1087
|
granularity: import("../tlv/TlvObject.js").FieldType<Granularity>;
|
|
1088
1088
|
/**
|
|
1089
1089
|
* This shall give the Client’s TimeSource, as described in TimeSource.
|
|
1090
1090
|
*
|
|
1091
|
-
* @see {@link MatterSpecification.
|
|
1091
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.9.1.3
|
|
1092
1092
|
*/
|
|
1093
1093
|
timeSource: import("../tlv/TlvObject.js").OptionalFieldType<TimeSource>;
|
|
1094
1094
|
}>, void, any>;
|
|
@@ -1099,7 +1099,7 @@ export declare namespace TimeSynchronization {
|
|
|
1099
1099
|
* node is unable to get a time from any source. This event SHOULD NOT be generated more often than once per
|
|
1100
1100
|
* hour.
|
|
1101
1101
|
*
|
|
1102
|
-
* @see {@link MatterSpecification.
|
|
1102
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.10.4
|
|
1103
1103
|
*/
|
|
1104
1104
|
readonly timeFailure: Event<void, any>;
|
|
1105
1105
|
};
|
|
@@ -1119,26 +1119,26 @@ export declare namespace TimeSynchronization {
|
|
|
1119
1119
|
* administrator using the SetTrustedTimeSource command. If the value is null, no trusted time source has
|
|
1120
1120
|
* yet been set.
|
|
1121
1121
|
*
|
|
1122
|
-
* @see {@link MatterSpecification.
|
|
1122
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.8.4
|
|
1123
1123
|
*/
|
|
1124
1124
|
readonly trustedTimeSource: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1125
1125
|
/**
|
|
1126
1126
|
* The Fabric Index associated with the Fabric of the client which last set the value of the trusted time source
|
|
1127
1127
|
* node.
|
|
1128
1128
|
*
|
|
1129
|
-
* @see {@link MatterSpecification.
|
|
1129
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.6.4.1
|
|
1130
1130
|
*/
|
|
1131
1131
|
fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
|
|
1132
1132
|
/**
|
|
1133
1133
|
* Node ID of the trusted time source node on the Fabric associated with the entry.
|
|
1134
1134
|
*
|
|
1135
|
-
* @see {@link MatterSpecification.
|
|
1135
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.6.4.2
|
|
1136
1136
|
*/
|
|
1137
1137
|
nodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
1138
1138
|
/**
|
|
1139
1139
|
* Endpoint on the trusted time source node that contains the Time Synchronization cluster server.
|
|
1140
1140
|
*
|
|
1141
|
-
* @see {@link MatterSpecification.
|
|
1141
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.6.4.3
|
|
1142
1142
|
*/
|
|
1143
1143
|
endpoint: import("../tlv/TlvObject.js").FieldType<import("../datatype/EndpointNumber.js").EndpointNumber>;
|
|
1144
1144
|
}> | null, any>;
|
|
@@ -1154,19 +1154,19 @@ export declare namespace TimeSynchronization {
|
|
|
1154
1154
|
* Endpoint fields matching those in the TrustedTimeSource field and has its FabricIndex field set to
|
|
1155
1155
|
* the command’s accessing fabric index.
|
|
1156
1156
|
*
|
|
1157
|
-
* @see {@link MatterSpecification.
|
|
1157
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.9.2
|
|
1158
1158
|
*/
|
|
1159
1159
|
readonly setTrustedTimeSource: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1160
1160
|
/**
|
|
1161
1161
|
* This field contains the Node ID and endpoint of a trusted time source on the accessing fabric.
|
|
1162
1162
|
*
|
|
1163
|
-
* @see {@link MatterSpecification.
|
|
1163
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.9.2.1
|
|
1164
1164
|
*/
|
|
1165
1165
|
trustedTimeSource: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1166
1166
|
/**
|
|
1167
1167
|
* Node ID of the trusted time source node on the Fabric of the issuer.
|
|
1168
1168
|
*
|
|
1169
|
-
* @see {@link MatterSpecification.
|
|
1169
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.6.5.1
|
|
1170
1170
|
*/
|
|
1171
1171
|
nodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
1172
1172
|
/**
|
|
@@ -1174,7 +1174,7 @@ export declare namespace TimeSynchronization {
|
|
|
1174
1174
|
* provided to avoid having to do discovery of the location of that endpoint by walking over all endpoints and
|
|
1175
1175
|
* checking their Descriptor Cluster.
|
|
1176
1176
|
*
|
|
1177
|
-
* @see {@link MatterSpecification.
|
|
1177
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.6.5.2
|
|
1178
1178
|
*/
|
|
1179
1179
|
endpoint: import("../tlv/TlvObject.js").FieldType<import("../datatype/EndpointNumber.js").EndpointNumber>;
|
|
1180
1180
|
}> | null>;
|
|
@@ -1191,7 +1191,7 @@ export declare namespace TimeSynchronization {
|
|
|
1191
1191
|
* is null or the specified peer cannot be reached. MissingTrustedTimeSource events corresponding to a time
|
|
1192
1192
|
* update SHOULD NOT be generated more often than once per hour.
|
|
1193
1193
|
*
|
|
1194
|
-
* @see {@link MatterSpecification.
|
|
1194
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.10.5
|
|
1195
1195
|
*/
|
|
1196
1196
|
readonly missingTrustedTimeSource: Event<void, any>;
|
|
1197
1197
|
};
|
|
@@ -1212,14 +1212,14 @@ export declare namespace TimeSynchronization {
|
|
|
1212
1212
|
* text format, as specified in RFC 5952. The address format shall follow the recommendations in Section 4
|
|
1213
1213
|
* and shall NOT contain a port number.
|
|
1214
1214
|
*
|
|
1215
|
-
* @see {@link MatterSpecification.
|
|
1215
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.8.5
|
|
1216
1216
|
*/
|
|
1217
1217
|
readonly defaultNtp: Attribute<string | null, any>;
|
|
1218
1218
|
/**
|
|
1219
1219
|
* This attribute is true if the node supports resolving a domain name. DefaultNTP Address values for these
|
|
1220
1220
|
* nodes may include domain names. If this is False, the Address for a DefaultNTP shall be an IPv6 address.
|
|
1221
1221
|
*
|
|
1222
|
-
* @see {@link MatterSpecification.
|
|
1222
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.8.13
|
|
1223
1223
|
*/
|
|
1224
1224
|
readonly supportsDnsResolve: FixedAttribute<boolean, any>;
|
|
1225
1225
|
};
|
|
@@ -1231,14 +1231,14 @@ export declare namespace TimeSynchronization {
|
|
|
1231
1231
|
* provided Address is a domain name, the command shall fail with a status code of INVALID_COMMAND.
|
|
1232
1232
|
* Otherwise, the node shall set the DefaultNTP attribute to match the DefaultNTP provided in this command.
|
|
1233
1233
|
*
|
|
1234
|
-
* @see {@link MatterSpecification.
|
|
1234
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.9.6
|
|
1235
1235
|
*/
|
|
1236
1236
|
readonly setDefaultNtp: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1237
1237
|
/**
|
|
1238
1238
|
* This field contains the address of an NTP server than can be used as a fallback for time synchronization. The
|
|
1239
1239
|
* format of this field shall follow the requirements in the DefaultNTP attribute description.
|
|
1240
1240
|
*
|
|
1241
|
-
* @see {@link MatterSpecification.
|
|
1241
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.9.6.1
|
|
1242
1242
|
*/
|
|
1243
1243
|
defaultNtp: import("../tlv/TlvObject.js").FieldType<string | null>;
|
|
1244
1244
|
}>, void, any>;
|
|
@@ -1280,19 +1280,19 @@ export declare namespace TimeSynchronization {
|
|
|
1280
1280
|
* zone has been set, it may set this value to a list containing a single TimeZoneStruct with an offset of 0
|
|
1281
1281
|
* (UTC) and a ValidAt time of 0.
|
|
1282
1282
|
*
|
|
1283
|
-
* @see {@link MatterSpecification.
|
|
1283
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.8.6
|
|
1284
1284
|
*/
|
|
1285
1285
|
readonly timeZone: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1286
1286
|
/**
|
|
1287
1287
|
* The time zone offset from UTC in seconds.
|
|
1288
1288
|
*
|
|
1289
|
-
* @see {@link MatterSpecification.
|
|
1289
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.6.6.1
|
|
1290
1290
|
*/
|
|
1291
1291
|
offset: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1292
1292
|
/**
|
|
1293
1293
|
* The UTC time when the offset shall be applied.
|
|
1294
1294
|
*
|
|
1295
|
-
* @see {@link MatterSpecification.
|
|
1295
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.6.6.2
|
|
1296
1296
|
*/
|
|
1297
1297
|
validAt: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
1298
1298
|
/**
|
|
@@ -1301,7 +1301,7 @@ export declare namespace TimeSynchronization {
|
|
|
1301
1301
|
* TimeZoneDatabase it may use the Name field to set its own DST offsets if it has database information for the
|
|
1302
1302
|
* supplied time zone Name and the given Offset matches.
|
|
1303
1303
|
*
|
|
1304
|
-
* @see {@link MatterSpecification.
|
|
1304
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.6.6.3
|
|
1305
1305
|
*/
|
|
1306
1306
|
name: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
1307
1307
|
}>[], any>;
|
|
@@ -1321,7 +1321,7 @@ export declare namespace TimeSynchronization {
|
|
|
1321
1321
|
* If a time zone does not use DST, this shall be indicated by a single entry with a 0 offset and a null
|
|
1322
1322
|
* ValidUntil field.
|
|
1323
1323
|
*
|
|
1324
|
-
* @see {@link MatterSpecification.
|
|
1324
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.8.7
|
|
1325
1325
|
*/
|
|
1326
1326
|
readonly dstOffset: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1327
1327
|
/**
|
|
@@ -1329,20 +1329,20 @@ export declare namespace TimeSynchronization {
|
|
|
1329
1329
|
* accept any values in the int32 range to accommodate potential future legislation that does not fit with these
|
|
1330
1330
|
* assumptions.
|
|
1331
1331
|
*
|
|
1332
|
-
* @see {@link MatterSpecification.
|
|
1332
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.6.7.1
|
|
1333
1333
|
*/
|
|
1334
1334
|
offset: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1335
1335
|
/**
|
|
1336
1336
|
* The UTC time when the offset shall be applied.
|
|
1337
1337
|
*
|
|
1338
|
-
* @see {@link MatterSpecification.
|
|
1338
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.6.7.2
|
|
1339
1339
|
*/
|
|
1340
1340
|
validStarting: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
1341
1341
|
/**
|
|
1342
1342
|
* The UTC time when the offset shall stop being applied. Providing a null value here indicates a permanent DST
|
|
1343
1343
|
* change. If this value is non-null the value shall be larger than the ValidStarting time.
|
|
1344
1344
|
*
|
|
1345
|
-
* @see {@link MatterSpecification.
|
|
1345
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.6.7.3
|
|
1346
1346
|
*/
|
|
1347
1347
|
validUntil: import("../tlv/TlvObject.js").FieldType<number | bigint | null>;
|
|
1348
1348
|
}>[], any>;
|
|
@@ -1355,7 +1355,7 @@ export declare namespace TimeSynchronization {
|
|
|
1355
1355
|
* If the node has not achieved time synchronization, this shall be null. If the node has an empty
|
|
1356
1356
|
* DSTOffset, this shall be null.
|
|
1357
1357
|
*
|
|
1358
|
-
* @see {@link MatterSpecification.
|
|
1358
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.8.8
|
|
1359
1359
|
*/
|
|
1360
1360
|
readonly localTime: Attribute<number | bigint | null, any>;
|
|
1361
1361
|
/**
|
|
@@ -1363,20 +1363,20 @@ export declare namespace TimeSynchronization {
|
|
|
1363
1363
|
* their own DSTOffset attribute to add new entries and may push DSTOffset updates to other Nodes in the
|
|
1364
1364
|
* same time zone as required.
|
|
1365
1365
|
*
|
|
1366
|
-
* @see {@link MatterSpecification.
|
|
1366
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.8.9
|
|
1367
1367
|
*/
|
|
1368
1368
|
readonly timeZoneDatabase: FixedAttribute<TimeZoneDatabase, any>;
|
|
1369
1369
|
/**
|
|
1370
1370
|
* Number of supported list entries in the TimeZone attribute. This attribute may take the value of 1 or 2,
|
|
1371
1371
|
* where the optional second list entry may be used to handle scheduled regulatory time zone changes.
|
|
1372
1372
|
*
|
|
1373
|
-
* @see {@link MatterSpecification.
|
|
1373
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.8.11
|
|
1374
1374
|
*/
|
|
1375
1375
|
readonly timeZoneListMaxSize: FixedAttribute<number, any>;
|
|
1376
1376
|
/**
|
|
1377
1377
|
* Number of supported list entries in DSTOffset attribute. This value must be at least 1.
|
|
1378
1378
|
*
|
|
1379
|
-
* @see {@link MatterSpecification.
|
|
1379
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.8.12
|
|
1380
1380
|
*/
|
|
1381
1381
|
readonly dstOffsetListMaxSize: FixedAttribute<number, any>;
|
|
1382
1382
|
};
|
|
@@ -1398,20 +1398,20 @@ export declare namespace TimeSynchronization {
|
|
|
1398
1398
|
* list. A DSTTableEmpty event shall be generated if the DSTOffset attribute is empty. A DSTStatus event
|
|
1399
1399
|
* shall be generated if the node was previously applying a DST offset.
|
|
1400
1400
|
*
|
|
1401
|
-
* @see {@link MatterSpecification.
|
|
1401
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.9.3
|
|
1402
1402
|
*/
|
|
1403
1403
|
readonly setTimeZone: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1404
1404
|
timeZone: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1405
1405
|
/**
|
|
1406
1406
|
* The time zone offset from UTC in seconds.
|
|
1407
1407
|
*
|
|
1408
|
-
* @see {@link MatterSpecification.
|
|
1408
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.6.6.1
|
|
1409
1409
|
*/
|
|
1410
1410
|
offset: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1411
1411
|
/**
|
|
1412
1412
|
* The UTC time when the offset shall be applied.
|
|
1413
1413
|
*
|
|
1414
|
-
* @see {@link MatterSpecification.
|
|
1414
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.6.6.2
|
|
1415
1415
|
*/
|
|
1416
1416
|
validAt: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
1417
1417
|
/**
|
|
@@ -1420,7 +1420,7 @@ export declare namespace TimeSynchronization {
|
|
|
1420
1420
|
* TimeZoneDatabase it may use the Name field to set its own DST offsets if it has database information for the
|
|
1421
1421
|
* supplied time zone Name and the given Offset matches.
|
|
1422
1422
|
*
|
|
1423
|
-
* @see {@link MatterSpecification.
|
|
1423
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.6.6.3
|
|
1424
1424
|
*/
|
|
1425
1425
|
name: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
1426
1426
|
}>[]>;
|
|
@@ -1430,7 +1430,7 @@ export declare namespace TimeSynchronization {
|
|
|
1430
1430
|
* this information to set the DSTOffset attribute. If the node is setting its own DSTOffset attribute, the
|
|
1431
1431
|
* DSTOffsetsRequired field shall be set to false, otherwise it shall be set to true.
|
|
1432
1432
|
*
|
|
1433
|
-
* @see {@link MatterSpecification.
|
|
1433
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.9.4.1
|
|
1434
1434
|
*/
|
|
1435
1435
|
dstOffsetsRequired: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
1436
1436
|
}>, any>;
|
|
@@ -1449,7 +1449,7 @@ export declare namespace TimeSynchronization {
|
|
|
1449
1449
|
* If the DSTOffset attribute change causes a corresponding change to the DST state, a DSTStatus event shall
|
|
1450
1450
|
* be generated. If the list is empty, the node shall generate a DSTTableEmpty event.
|
|
1451
1451
|
*
|
|
1452
|
-
* @see {@link MatterSpecification.
|
|
1452
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.9.5
|
|
1453
1453
|
*/
|
|
1454
1454
|
readonly setDstOffset: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1455
1455
|
dstOffset: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
@@ -1458,20 +1458,20 @@ export declare namespace TimeSynchronization {
|
|
|
1458
1458
|
* accept any values in the int32 range to accommodate potential future legislation that does not fit with these
|
|
1459
1459
|
* assumptions.
|
|
1460
1460
|
*
|
|
1461
|
-
* @see {@link MatterSpecification.
|
|
1461
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.6.7.1
|
|
1462
1462
|
*/
|
|
1463
1463
|
offset: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1464
1464
|
/**
|
|
1465
1465
|
* The UTC time when the offset shall be applied.
|
|
1466
1466
|
*
|
|
1467
|
-
* @see {@link MatterSpecification.
|
|
1467
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.6.7.2
|
|
1468
1468
|
*/
|
|
1469
1469
|
validStarting: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
1470
1470
|
/**
|
|
1471
1471
|
* The UTC time when the offset shall stop being applied. Providing a null value here indicates a permanent DST
|
|
1472
1472
|
* change. If this value is non-null the value shall be larger than the ValidStarting time.
|
|
1473
1473
|
*
|
|
1474
|
-
* @see {@link MatterSpecification.
|
|
1474
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.6.7.3
|
|
1475
1475
|
*/
|
|
1476
1476
|
validUntil: import("../tlv/TlvObject.js").FieldType<number | bigint | null>;
|
|
1477
1477
|
}>[]>;
|
|
@@ -1490,20 +1490,20 @@ export declare namespace TimeSynchronization {
|
|
|
1490
1490
|
*
|
|
1491
1491
|
* There is no data for this event.
|
|
1492
1492
|
*
|
|
1493
|
-
* @see {@link MatterSpecification.
|
|
1493
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.10.1
|
|
1494
1494
|
*/
|
|
1495
1495
|
readonly dstTableEmpty: Event<void, any>;
|
|
1496
1496
|
/**
|
|
1497
1497
|
* This event shall be generated when the node starts or stops applying a DST offset.
|
|
1498
1498
|
*
|
|
1499
|
-
* @see {@link MatterSpecification.
|
|
1499
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.10.2
|
|
1500
1500
|
*/
|
|
1501
1501
|
readonly dstStatus: Event<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1502
1502
|
/**
|
|
1503
1503
|
* Indicates whether the current DST offset is being applied (i.e, daylight savings time is applied, as opposed
|
|
1504
1504
|
* to standard time).
|
|
1505
1505
|
*
|
|
1506
|
-
* @see {@link MatterSpecification.
|
|
1506
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.10.2.1
|
|
1507
1507
|
*/
|
|
1508
1508
|
dstOffsetActive: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
1509
1509
|
}>, any>;
|
|
@@ -1511,20 +1511,20 @@ export declare namespace TimeSynchronization {
|
|
|
1511
1511
|
* This event shall be generated when the node changes its time zone offset or name. It shall NOT be sent
|
|
1512
1512
|
* for DST changes that are not accompanied by a time zone change.
|
|
1513
1513
|
*
|
|
1514
|
-
* @see {@link MatterSpecification.
|
|
1514
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.10.3
|
|
1515
1515
|
*/
|
|
1516
1516
|
readonly timeZoneStatus: Event<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1517
1517
|
/**
|
|
1518
1518
|
* Current time zone offset from UTC in seconds.
|
|
1519
1519
|
*
|
|
1520
|
-
* @see {@link MatterSpecification.
|
|
1520
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.10.3.1
|
|
1521
1521
|
*/
|
|
1522
1522
|
offset: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1523
1523
|
/**
|
|
1524
1524
|
* Current time zone name. This name SHOULD use the country/city format specified by the IANA Time Zone
|
|
1525
1525
|
* Database.
|
|
1526
1526
|
*
|
|
1527
|
-
* @see {@link MatterSpecification.
|
|
1527
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.10.3.2
|
|
1528
1528
|
*/
|
|
1529
1529
|
name: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
1530
1530
|
}>, any>;
|
|
@@ -1540,7 +1540,7 @@ export declare namespace TimeSynchronization {
|
|
|
1540
1540
|
* If the node is running an RFC 5905 NTPv4 compliant server on port 123, this value shall be True. If the
|
|
1541
1541
|
* node is not currently running an NTP server, this value shall be False.
|
|
1542
1542
|
*
|
|
1543
|
-
* @see {@link MatterSpecification.
|
|
1543
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.8.10
|
|
1544
1544
|
*/
|
|
1545
1545
|
readonly ntpServerAvailable: Attribute<boolean, any>;
|
|
1546
1546
|
};
|
|
@@ -1563,7 +1563,7 @@ export declare namespace TimeSynchronization {
|
|
|
1563
1563
|
* SetDSTOffset commands, and TimeZone and DSTOffset attributes, and shall expose the local time through the
|
|
1564
1564
|
* LocalTime attribute.
|
|
1565
1565
|
*
|
|
1566
|
-
* @see {@link MatterSpecification.
|
|
1566
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.5.1
|
|
1567
1567
|
*/
|
|
1568
1568
|
readonly timeZone: BitFlag;
|
|
1569
1569
|
/**
|
|
@@ -1571,7 +1571,7 @@ export declare namespace TimeSynchronization {
|
|
|
1571
1571
|
*
|
|
1572
1572
|
* Allows a node to use NTP/SNTP for time synchronization.
|
|
1573
1573
|
*
|
|
1574
|
-
* @see {@link MatterSpecification.
|
|
1574
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.5.2
|
|
1575
1575
|
*/
|
|
1576
1576
|
readonly ntpClient: BitFlag;
|
|
1577
1577
|
/**
|
|
@@ -1580,7 +1580,7 @@ export declare namespace TimeSynchronization {
|
|
|
1580
1580
|
* Allows a Node to host an NTP server for the network so that other Nodes can achieve a high accuracy time
|
|
1581
1581
|
* synchronization within the network. See Section 11.17.15, “Acting as an NTP Server”.
|
|
1582
1582
|
*
|
|
1583
|
-
* @see {@link MatterSpecification.
|
|
1583
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.5.3
|
|
1584
1584
|
*/
|
|
1585
1585
|
readonly ntpServer: BitFlag;
|
|
1586
1586
|
/**
|
|
@@ -1588,7 +1588,7 @@ export declare namespace TimeSynchronization {
|
|
|
1588
1588
|
*
|
|
1589
1589
|
* This node also supports a time synchronization client and can connect to and read time from other nodes.
|
|
1590
1590
|
*
|
|
1591
|
-
* @see {@link MatterSpecification.
|
|
1591
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.5.4
|
|
1592
1592
|
*/
|
|
1593
1593
|
readonly timeSyncClient: BitFlag;
|
|
1594
1594
|
};
|
|
@@ -1600,7 +1600,7 @@ export declare namespace TimeSynchronization {
|
|
|
1600
1600
|
* If the node has not achieved time synchronization, this shall be null. This attribute may be set when a
|
|
1601
1601
|
* SetUTCTime is received.
|
|
1602
1602
|
*
|
|
1603
|
-
* @see {@link MatterSpecification.
|
|
1603
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.8.1
|
|
1604
1604
|
*/
|
|
1605
1605
|
readonly utcTime: Attribute<number | bigint | null, any>;
|
|
1606
1606
|
/**
|
|
@@ -1610,7 +1610,7 @@ export declare namespace TimeSynchronization {
|
|
|
1610
1610
|
* This value shall be set to NoTimeGranularity if UTCTime is null and shall NOT be set to NoTimeGranularity
|
|
1611
1611
|
* if UTCTime is non-null.
|
|
1612
1612
|
*
|
|
1613
|
-
* @see {@link MatterSpecification.
|
|
1613
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.8.2
|
|
1614
1614
|
*/
|
|
1615
1615
|
readonly granularity: Attribute<Granularity, any>;
|
|
1616
1616
|
/**
|
|
@@ -1624,7 +1624,7 @@ export declare namespace TimeSynchronization {
|
|
|
1624
1624
|
*
|
|
1625
1625
|
* This value shall be set to None if UTCTime is null and shall NOT be set to None if UTCTime is non-null.
|
|
1626
1626
|
*
|
|
1627
|
-
* @see {@link MatterSpecification.
|
|
1627
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.8.3
|
|
1628
1628
|
*/
|
|
1629
1629
|
readonly timeSource: OptionalAttribute<TimeSource, any>;
|
|
1630
1630
|
};
|
|
@@ -1647,25 +1647,25 @@ export declare namespace TimeSynchronization {
|
|
|
1647
1647
|
* it opts to not update its time, it shall fail the command with a cluster specific Status Code of
|
|
1648
1648
|
* TimeNotAccepted.
|
|
1649
1649
|
*
|
|
1650
|
-
* @see {@link MatterSpecification.
|
|
1650
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.9.1
|
|
1651
1651
|
*/
|
|
1652
1652
|
readonly setUtcTime: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1653
1653
|
/**
|
|
1654
1654
|
* This shall give the Client’s UTC Time.
|
|
1655
1655
|
*
|
|
1656
|
-
* @see {@link MatterSpecification.
|
|
1656
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.9.1.1
|
|
1657
1657
|
*/
|
|
1658
1658
|
utcTime: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
1659
1659
|
/**
|
|
1660
1660
|
* This shall give the Client’s Granularity, as described in Granularity.
|
|
1661
1661
|
*
|
|
1662
|
-
* @see {@link MatterSpecification.
|
|
1662
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.9.1.2
|
|
1663
1663
|
*/
|
|
1664
1664
|
granularity: import("../tlv/TlvObject.js").FieldType<Granularity>;
|
|
1665
1665
|
/**
|
|
1666
1666
|
* This shall give the Client’s TimeSource, as described in TimeSource.
|
|
1667
1667
|
*
|
|
1668
|
-
* @see {@link MatterSpecification.
|
|
1668
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.9.1.3
|
|
1669
1669
|
*/
|
|
1670
1670
|
timeSource: import("../tlv/TlvObject.js").OptionalFieldType<TimeSource>;
|
|
1671
1671
|
}>, void, any>;
|
|
@@ -1676,7 +1676,7 @@ export declare namespace TimeSynchronization {
|
|
|
1676
1676
|
* node is unable to get a time from any source. This event SHOULD NOT be generated more often than once per
|
|
1677
1677
|
* hour.
|
|
1678
1678
|
*
|
|
1679
|
-
* @see {@link MatterSpecification.
|
|
1679
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.10.4
|
|
1680
1680
|
*/
|
|
1681
1681
|
readonly timeFailure: Event<void, any>;
|
|
1682
1682
|
};
|
|
@@ -1696,26 +1696,26 @@ export declare namespace TimeSynchronization {
|
|
|
1696
1696
|
* administrator using the SetTrustedTimeSource command. If the value is null, no trusted time source has
|
|
1697
1697
|
* yet been set.
|
|
1698
1698
|
*
|
|
1699
|
-
* @see {@link MatterSpecification.
|
|
1699
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.8.4
|
|
1700
1700
|
*/
|
|
1701
1701
|
readonly trustedTimeSource: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1702
1702
|
/**
|
|
1703
1703
|
* The Fabric Index associated with the Fabric of the client which last set the value of the trusted time source
|
|
1704
1704
|
* node.
|
|
1705
1705
|
*
|
|
1706
|
-
* @see {@link MatterSpecification.
|
|
1706
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.6.4.1
|
|
1707
1707
|
*/
|
|
1708
1708
|
fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
|
|
1709
1709
|
/**
|
|
1710
1710
|
* Node ID of the trusted time source node on the Fabric associated with the entry.
|
|
1711
1711
|
*
|
|
1712
|
-
* @see {@link MatterSpecification.
|
|
1712
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.6.4.2
|
|
1713
1713
|
*/
|
|
1714
1714
|
nodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
1715
1715
|
/**
|
|
1716
1716
|
* Endpoint on the trusted time source node that contains the Time Synchronization cluster server.
|
|
1717
1717
|
*
|
|
1718
|
-
* @see {@link MatterSpecification.
|
|
1718
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.6.4.3
|
|
1719
1719
|
*/
|
|
1720
1720
|
endpoint: import("../tlv/TlvObject.js").FieldType<import("../datatype/EndpointNumber.js").EndpointNumber>;
|
|
1721
1721
|
}> | null, any>;
|
|
@@ -1731,19 +1731,19 @@ export declare namespace TimeSynchronization {
|
|
|
1731
1731
|
* Endpoint fields matching those in the TrustedTimeSource field and has its FabricIndex field set to
|
|
1732
1732
|
* the command’s accessing fabric index.
|
|
1733
1733
|
*
|
|
1734
|
-
* @see {@link MatterSpecification.
|
|
1734
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.9.2
|
|
1735
1735
|
*/
|
|
1736
1736
|
readonly setTrustedTimeSource: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1737
1737
|
/**
|
|
1738
1738
|
* This field contains the Node ID and endpoint of a trusted time source on the accessing fabric.
|
|
1739
1739
|
*
|
|
1740
|
-
* @see {@link MatterSpecification.
|
|
1740
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.9.2.1
|
|
1741
1741
|
*/
|
|
1742
1742
|
trustedTimeSource: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1743
1743
|
/**
|
|
1744
1744
|
* Node ID of the trusted time source node on the Fabric of the issuer.
|
|
1745
1745
|
*
|
|
1746
|
-
* @see {@link MatterSpecification.
|
|
1746
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.6.5.1
|
|
1747
1747
|
*/
|
|
1748
1748
|
nodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
1749
1749
|
/**
|
|
@@ -1751,7 +1751,7 @@ export declare namespace TimeSynchronization {
|
|
|
1751
1751
|
* provided to avoid having to do discovery of the location of that endpoint by walking over all endpoints and
|
|
1752
1752
|
* checking their Descriptor Cluster.
|
|
1753
1753
|
*
|
|
1754
|
-
* @see {@link MatterSpecification.
|
|
1754
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.6.5.2
|
|
1755
1755
|
*/
|
|
1756
1756
|
endpoint: import("../tlv/TlvObject.js").FieldType<import("../datatype/EndpointNumber.js").EndpointNumber>;
|
|
1757
1757
|
}> | null>;
|
|
@@ -1768,7 +1768,7 @@ export declare namespace TimeSynchronization {
|
|
|
1768
1768
|
* is null or the specified peer cannot be reached. MissingTrustedTimeSource events corresponding to a time
|
|
1769
1769
|
* update SHOULD NOT be generated more often than once per hour.
|
|
1770
1770
|
*
|
|
1771
|
-
* @see {@link MatterSpecification.
|
|
1771
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.10.5
|
|
1772
1772
|
*/
|
|
1773
1773
|
readonly missingTrustedTimeSource: Event<void, any>;
|
|
1774
1774
|
};
|
|
@@ -1789,14 +1789,14 @@ export declare namespace TimeSynchronization {
|
|
|
1789
1789
|
* text format, as specified in RFC 5952. The address format shall follow the recommendations in Section 4
|
|
1790
1790
|
* and shall NOT contain a port number.
|
|
1791
1791
|
*
|
|
1792
|
-
* @see {@link MatterSpecification.
|
|
1792
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.8.5
|
|
1793
1793
|
*/
|
|
1794
1794
|
readonly defaultNtp: Attribute<string | null, any>;
|
|
1795
1795
|
/**
|
|
1796
1796
|
* This attribute is true if the node supports resolving a domain name. DefaultNTP Address values for these
|
|
1797
1797
|
* nodes may include domain names. If this is False, the Address for a DefaultNTP shall be an IPv6 address.
|
|
1798
1798
|
*
|
|
1799
|
-
* @see {@link MatterSpecification.
|
|
1799
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.8.13
|
|
1800
1800
|
*/
|
|
1801
1801
|
readonly supportsDnsResolve: FixedAttribute<boolean, any>;
|
|
1802
1802
|
};
|
|
@@ -1808,14 +1808,14 @@ export declare namespace TimeSynchronization {
|
|
|
1808
1808
|
* provided Address is a domain name, the command shall fail with a status code of INVALID_COMMAND.
|
|
1809
1809
|
* Otherwise, the node shall set the DefaultNTP attribute to match the DefaultNTP provided in this command.
|
|
1810
1810
|
*
|
|
1811
|
-
* @see {@link MatterSpecification.
|
|
1811
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.9.6
|
|
1812
1812
|
*/
|
|
1813
1813
|
readonly setDefaultNtp: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1814
1814
|
/**
|
|
1815
1815
|
* This field contains the address of an NTP server than can be used as a fallback for time synchronization. The
|
|
1816
1816
|
* format of this field shall follow the requirements in the DefaultNTP attribute description.
|
|
1817
1817
|
*
|
|
1818
|
-
* @see {@link MatterSpecification.
|
|
1818
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.9.6.1
|
|
1819
1819
|
*/
|
|
1820
1820
|
defaultNtp: import("../tlv/TlvObject.js").FieldType<string | null>;
|
|
1821
1821
|
}>, void, any>;
|
|
@@ -1857,19 +1857,19 @@ export declare namespace TimeSynchronization {
|
|
|
1857
1857
|
* zone has been set, it may set this value to a list containing a single TimeZoneStruct with an offset of 0
|
|
1858
1858
|
* (UTC) and a ValidAt time of 0.
|
|
1859
1859
|
*
|
|
1860
|
-
* @see {@link MatterSpecification.
|
|
1860
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.8.6
|
|
1861
1861
|
*/
|
|
1862
1862
|
readonly timeZone: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1863
1863
|
/**
|
|
1864
1864
|
* The time zone offset from UTC in seconds.
|
|
1865
1865
|
*
|
|
1866
|
-
* @see {@link MatterSpecification.
|
|
1866
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.6.6.1
|
|
1867
1867
|
*/
|
|
1868
1868
|
offset: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1869
1869
|
/**
|
|
1870
1870
|
* The UTC time when the offset shall be applied.
|
|
1871
1871
|
*
|
|
1872
|
-
* @see {@link MatterSpecification.
|
|
1872
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.6.6.2
|
|
1873
1873
|
*/
|
|
1874
1874
|
validAt: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
1875
1875
|
/**
|
|
@@ -1878,7 +1878,7 @@ export declare namespace TimeSynchronization {
|
|
|
1878
1878
|
* TimeZoneDatabase it may use the Name field to set its own DST offsets if it has database information for the
|
|
1879
1879
|
* supplied time zone Name and the given Offset matches.
|
|
1880
1880
|
*
|
|
1881
|
-
* @see {@link MatterSpecification.
|
|
1881
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.6.6.3
|
|
1882
1882
|
*/
|
|
1883
1883
|
name: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
1884
1884
|
}>[], any>;
|
|
@@ -1898,7 +1898,7 @@ export declare namespace TimeSynchronization {
|
|
|
1898
1898
|
* If a time zone does not use DST, this shall be indicated by a single entry with a 0 offset and a null
|
|
1899
1899
|
* ValidUntil field.
|
|
1900
1900
|
*
|
|
1901
|
-
* @see {@link MatterSpecification.
|
|
1901
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.8.7
|
|
1902
1902
|
*/
|
|
1903
1903
|
readonly dstOffset: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1904
1904
|
/**
|
|
@@ -1906,20 +1906,20 @@ export declare namespace TimeSynchronization {
|
|
|
1906
1906
|
* accept any values in the int32 range to accommodate potential future legislation that does not fit with these
|
|
1907
1907
|
* assumptions.
|
|
1908
1908
|
*
|
|
1909
|
-
* @see {@link MatterSpecification.
|
|
1909
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.6.7.1
|
|
1910
1910
|
*/
|
|
1911
1911
|
offset: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1912
1912
|
/**
|
|
1913
1913
|
* The UTC time when the offset shall be applied.
|
|
1914
1914
|
*
|
|
1915
|
-
* @see {@link MatterSpecification.
|
|
1915
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.6.7.2
|
|
1916
1916
|
*/
|
|
1917
1917
|
validStarting: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
1918
1918
|
/**
|
|
1919
1919
|
* The UTC time when the offset shall stop being applied. Providing a null value here indicates a permanent DST
|
|
1920
1920
|
* change. If this value is non-null the value shall be larger than the ValidStarting time.
|
|
1921
1921
|
*
|
|
1922
|
-
* @see {@link MatterSpecification.
|
|
1922
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.6.7.3
|
|
1923
1923
|
*/
|
|
1924
1924
|
validUntil: import("../tlv/TlvObject.js").FieldType<number | bigint | null>;
|
|
1925
1925
|
}>[], any>;
|
|
@@ -1932,7 +1932,7 @@ export declare namespace TimeSynchronization {
|
|
|
1932
1932
|
* If the node has not achieved time synchronization, this shall be null. If the node has an empty
|
|
1933
1933
|
* DSTOffset, this shall be null.
|
|
1934
1934
|
*
|
|
1935
|
-
* @see {@link MatterSpecification.
|
|
1935
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.8.8
|
|
1936
1936
|
*/
|
|
1937
1937
|
readonly localTime: Attribute<number | bigint | null, any>;
|
|
1938
1938
|
/**
|
|
@@ -1940,20 +1940,20 @@ export declare namespace TimeSynchronization {
|
|
|
1940
1940
|
* their own DSTOffset attribute to add new entries and may push DSTOffset updates to other Nodes in the
|
|
1941
1941
|
* same time zone as required.
|
|
1942
1942
|
*
|
|
1943
|
-
* @see {@link MatterSpecification.
|
|
1943
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.8.9
|
|
1944
1944
|
*/
|
|
1945
1945
|
readonly timeZoneDatabase: FixedAttribute<TimeZoneDatabase, any>;
|
|
1946
1946
|
/**
|
|
1947
1947
|
* Number of supported list entries in the TimeZone attribute. This attribute may take the value of 1 or 2,
|
|
1948
1948
|
* where the optional second list entry may be used to handle scheduled regulatory time zone changes.
|
|
1949
1949
|
*
|
|
1950
|
-
* @see {@link MatterSpecification.
|
|
1950
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.8.11
|
|
1951
1951
|
*/
|
|
1952
1952
|
readonly timeZoneListMaxSize: FixedAttribute<number, any>;
|
|
1953
1953
|
/**
|
|
1954
1954
|
* Number of supported list entries in DSTOffset attribute. This value must be at least 1.
|
|
1955
1955
|
*
|
|
1956
|
-
* @see {@link MatterSpecification.
|
|
1956
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.8.12
|
|
1957
1957
|
*/
|
|
1958
1958
|
readonly dstOffsetListMaxSize: FixedAttribute<number, any>;
|
|
1959
1959
|
};
|
|
@@ -1975,20 +1975,20 @@ export declare namespace TimeSynchronization {
|
|
|
1975
1975
|
* list. A DSTTableEmpty event shall be generated if the DSTOffset attribute is empty. A DSTStatus event
|
|
1976
1976
|
* shall be generated if the node was previously applying a DST offset.
|
|
1977
1977
|
*
|
|
1978
|
-
* @see {@link MatterSpecification.
|
|
1978
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.9.3
|
|
1979
1979
|
*/
|
|
1980
1980
|
readonly setTimeZone: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1981
1981
|
timeZone: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1982
1982
|
/**
|
|
1983
1983
|
* The time zone offset from UTC in seconds.
|
|
1984
1984
|
*
|
|
1985
|
-
* @see {@link MatterSpecification.
|
|
1985
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.6.6.1
|
|
1986
1986
|
*/
|
|
1987
1987
|
offset: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1988
1988
|
/**
|
|
1989
1989
|
* The UTC time when the offset shall be applied.
|
|
1990
1990
|
*
|
|
1991
|
-
* @see {@link MatterSpecification.
|
|
1991
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.6.6.2
|
|
1992
1992
|
*/
|
|
1993
1993
|
validAt: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
1994
1994
|
/**
|
|
@@ -1997,7 +1997,7 @@ export declare namespace TimeSynchronization {
|
|
|
1997
1997
|
* TimeZoneDatabase it may use the Name field to set its own DST offsets if it has database information for the
|
|
1998
1998
|
* supplied time zone Name and the given Offset matches.
|
|
1999
1999
|
*
|
|
2000
|
-
* @see {@link MatterSpecification.
|
|
2000
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.6.6.3
|
|
2001
2001
|
*/
|
|
2002
2002
|
name: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
2003
2003
|
}>[]>;
|
|
@@ -2007,7 +2007,7 @@ export declare namespace TimeSynchronization {
|
|
|
2007
2007
|
* this information to set the DSTOffset attribute. If the node is setting its own DSTOffset attribute, the
|
|
2008
2008
|
* DSTOffsetsRequired field shall be set to false, otherwise it shall be set to true.
|
|
2009
2009
|
*
|
|
2010
|
-
* @see {@link MatterSpecification.
|
|
2010
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.9.4.1
|
|
2011
2011
|
*/
|
|
2012
2012
|
dstOffsetsRequired: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
2013
2013
|
}>, any>;
|
|
@@ -2026,7 +2026,7 @@ export declare namespace TimeSynchronization {
|
|
|
2026
2026
|
* If the DSTOffset attribute change causes a corresponding change to the DST state, a DSTStatus event shall
|
|
2027
2027
|
* be generated. If the list is empty, the node shall generate a DSTTableEmpty event.
|
|
2028
2028
|
*
|
|
2029
|
-
* @see {@link MatterSpecification.
|
|
2029
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.9.5
|
|
2030
2030
|
*/
|
|
2031
2031
|
readonly setDstOffset: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2032
2032
|
dstOffset: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
@@ -2035,20 +2035,20 @@ export declare namespace TimeSynchronization {
|
|
|
2035
2035
|
* accept any values in the int32 range to accommodate potential future legislation that does not fit with these
|
|
2036
2036
|
* assumptions.
|
|
2037
2037
|
*
|
|
2038
|
-
* @see {@link MatterSpecification.
|
|
2038
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.6.7.1
|
|
2039
2039
|
*/
|
|
2040
2040
|
offset: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2041
2041
|
/**
|
|
2042
2042
|
* The UTC time when the offset shall be applied.
|
|
2043
2043
|
*
|
|
2044
|
-
* @see {@link MatterSpecification.
|
|
2044
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.6.7.2
|
|
2045
2045
|
*/
|
|
2046
2046
|
validStarting: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
2047
2047
|
/**
|
|
2048
2048
|
* The UTC time when the offset shall stop being applied. Providing a null value here indicates a permanent DST
|
|
2049
2049
|
* change. If this value is non-null the value shall be larger than the ValidStarting time.
|
|
2050
2050
|
*
|
|
2051
|
-
* @see {@link MatterSpecification.
|
|
2051
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.6.7.3
|
|
2052
2052
|
*/
|
|
2053
2053
|
validUntil: import("../tlv/TlvObject.js").FieldType<number | bigint | null>;
|
|
2054
2054
|
}>[]>;
|
|
@@ -2067,20 +2067,20 @@ export declare namespace TimeSynchronization {
|
|
|
2067
2067
|
*
|
|
2068
2068
|
* There is no data for this event.
|
|
2069
2069
|
*
|
|
2070
|
-
* @see {@link MatterSpecification.
|
|
2070
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.10.1
|
|
2071
2071
|
*/
|
|
2072
2072
|
readonly dstTableEmpty: Event<void, any>;
|
|
2073
2073
|
/**
|
|
2074
2074
|
* This event shall be generated when the node starts or stops applying a DST offset.
|
|
2075
2075
|
*
|
|
2076
|
-
* @see {@link MatterSpecification.
|
|
2076
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.10.2
|
|
2077
2077
|
*/
|
|
2078
2078
|
readonly dstStatus: Event<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2079
2079
|
/**
|
|
2080
2080
|
* Indicates whether the current DST offset is being applied (i.e, daylight savings time is applied, as opposed
|
|
2081
2081
|
* to standard time).
|
|
2082
2082
|
*
|
|
2083
|
-
* @see {@link MatterSpecification.
|
|
2083
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.10.2.1
|
|
2084
2084
|
*/
|
|
2085
2085
|
dstOffsetActive: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
2086
2086
|
}>, any>;
|
|
@@ -2088,20 +2088,20 @@ export declare namespace TimeSynchronization {
|
|
|
2088
2088
|
* This event shall be generated when the node changes its time zone offset or name. It shall NOT be sent
|
|
2089
2089
|
* for DST changes that are not accompanied by a time zone change.
|
|
2090
2090
|
*
|
|
2091
|
-
* @see {@link MatterSpecification.
|
|
2091
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.10.3
|
|
2092
2092
|
*/
|
|
2093
2093
|
readonly timeZoneStatus: Event<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2094
2094
|
/**
|
|
2095
2095
|
* Current time zone offset from UTC in seconds.
|
|
2096
2096
|
*
|
|
2097
|
-
* @see {@link MatterSpecification.
|
|
2097
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.10.3.1
|
|
2098
2098
|
*/
|
|
2099
2099
|
offset: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2100
2100
|
/**
|
|
2101
2101
|
* Current time zone name. This name SHOULD use the country/city format specified by the IANA Time Zone
|
|
2102
2102
|
* Database.
|
|
2103
2103
|
*
|
|
2104
|
-
* @see {@link MatterSpecification.
|
|
2104
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.10.3.2
|
|
2105
2105
|
*/
|
|
2106
2106
|
name: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
2107
2107
|
}>, any>;
|
|
@@ -2117,7 +2117,7 @@ export declare namespace TimeSynchronization {
|
|
|
2117
2117
|
* If the node is running an RFC 5905 NTPv4 compliant server on port 123, this value shall be True. If the
|
|
2118
2118
|
* node is not currently running an NTP server, this value shall be False.
|
|
2119
2119
|
*
|
|
2120
|
-
* @see {@link MatterSpecification.
|
|
2120
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.8.10
|
|
2121
2121
|
*/
|
|
2122
2122
|
readonly ntpServerAvailable: Attribute<boolean, any>;
|
|
2123
2123
|
};
|
|
@@ -2138,7 +2138,7 @@ export declare namespace TimeSynchronization {
|
|
|
2138
2138
|
* TimeSynchronizationCluster supports optional features that you can enable with the
|
|
2139
2139
|
* TimeSynchronizationCluster.with() factory method.
|
|
2140
2140
|
*
|
|
2141
|
-
* @see {@link MatterSpecification.
|
|
2141
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17
|
|
2142
2142
|
*/
|
|
2143
2143
|
interface Cluster extends Identity<typeof ClusterInstance> {
|
|
2144
2144
|
}
|
|
@@ -2159,7 +2159,7 @@ export declare namespace TimeSynchronization {
|
|
|
2159
2159
|
* SetDSTOffset commands, and TimeZone and DSTOffset attributes, and shall expose the local time through the
|
|
2160
2160
|
* LocalTime attribute.
|
|
2161
2161
|
*
|
|
2162
|
-
* @see {@link MatterSpecification.
|
|
2162
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.5.1
|
|
2163
2163
|
*/
|
|
2164
2164
|
readonly timeZone: BitFlag;
|
|
2165
2165
|
/**
|
|
@@ -2167,7 +2167,7 @@ export declare namespace TimeSynchronization {
|
|
|
2167
2167
|
*
|
|
2168
2168
|
* Allows a node to use NTP/SNTP for time synchronization.
|
|
2169
2169
|
*
|
|
2170
|
-
* @see {@link MatterSpecification.
|
|
2170
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.5.2
|
|
2171
2171
|
*/
|
|
2172
2172
|
readonly ntpClient: BitFlag;
|
|
2173
2173
|
/**
|
|
@@ -2176,7 +2176,7 @@ export declare namespace TimeSynchronization {
|
|
|
2176
2176
|
* Allows a Node to host an NTP server for the network so that other Nodes can achieve a high accuracy time
|
|
2177
2177
|
* synchronization within the network. See Section 11.17.15, “Acting as an NTP Server”.
|
|
2178
2178
|
*
|
|
2179
|
-
* @see {@link MatterSpecification.
|
|
2179
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.5.3
|
|
2180
2180
|
*/
|
|
2181
2181
|
readonly ntpServer: BitFlag;
|
|
2182
2182
|
/**
|
|
@@ -2184,7 +2184,7 @@ export declare namespace TimeSynchronization {
|
|
|
2184
2184
|
*
|
|
2185
2185
|
* This node also supports a time synchronization client and can connect to and read time from other nodes.
|
|
2186
2186
|
*
|
|
2187
|
-
* @see {@link MatterSpecification.
|
|
2187
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.5.4
|
|
2188
2188
|
*/
|
|
2189
2189
|
readonly timeSyncClient: BitFlag;
|
|
2190
2190
|
};
|
|
@@ -2194,19 +2194,19 @@ export declare namespace TimeSynchronization {
|
|
|
2194
2194
|
* The Fabric Index associated with the Fabric of the client which last set the value of the trusted time source
|
|
2195
2195
|
* node.
|
|
2196
2196
|
*
|
|
2197
|
-
* @see {@link MatterSpecification.
|
|
2197
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.6.4.1
|
|
2198
2198
|
*/
|
|
2199
2199
|
fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
|
|
2200
2200
|
/**
|
|
2201
2201
|
* Node ID of the trusted time source node on the Fabric associated with the entry.
|
|
2202
2202
|
*
|
|
2203
|
-
* @see {@link MatterSpecification.
|
|
2203
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.6.4.2
|
|
2204
2204
|
*/
|
|
2205
2205
|
nodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
2206
2206
|
/**
|
|
2207
2207
|
* Endpoint on the trusted time source node that contains the Time Synchronization cluster server.
|
|
2208
2208
|
*
|
|
2209
|
-
* @see {@link MatterSpecification.
|
|
2209
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.6.4.3
|
|
2210
2210
|
*/
|
|
2211
2211
|
endpoint: import("../tlv/TlvObject.js").FieldType<import("../datatype/EndpointNumber.js").EndpointNumber>;
|
|
2212
2212
|
}> | null, any> & {
|
|
@@ -2229,13 +2229,13 @@ export declare namespace TimeSynchronization {
|
|
|
2229
2229
|
/**
|
|
2230
2230
|
* The time zone offset from UTC in seconds.
|
|
2231
2231
|
*
|
|
2232
|
-
* @see {@link MatterSpecification.
|
|
2232
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.6.6.1
|
|
2233
2233
|
*/
|
|
2234
2234
|
offset: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2235
2235
|
/**
|
|
2236
2236
|
* The UTC time when the offset shall be applied.
|
|
2237
2237
|
*
|
|
2238
|
-
* @see {@link MatterSpecification.
|
|
2238
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.6.6.2
|
|
2239
2239
|
*/
|
|
2240
2240
|
validAt: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
2241
2241
|
/**
|
|
@@ -2244,7 +2244,7 @@ export declare namespace TimeSynchronization {
|
|
|
2244
2244
|
* TimeZoneDatabase it may use the Name field to set its own DST offsets if it has database information for the
|
|
2245
2245
|
* supplied time zone Name and the given Offset matches.
|
|
2246
2246
|
*
|
|
2247
|
-
* @see {@link MatterSpecification.
|
|
2247
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.6.6.3
|
|
2248
2248
|
*/
|
|
2249
2249
|
name: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
2250
2250
|
}>[], any> & {
|
|
@@ -2261,20 +2261,20 @@ export declare namespace TimeSynchronization {
|
|
|
2261
2261
|
* accept any values in the int32 range to accommodate potential future legislation that does not fit with these
|
|
2262
2262
|
* assumptions.
|
|
2263
2263
|
*
|
|
2264
|
-
* @see {@link MatterSpecification.
|
|
2264
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.6.7.1
|
|
2265
2265
|
*/
|
|
2266
2266
|
offset: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2267
2267
|
/**
|
|
2268
2268
|
* The UTC time when the offset shall be applied.
|
|
2269
2269
|
*
|
|
2270
|
-
* @see {@link MatterSpecification.
|
|
2270
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.6.7.2
|
|
2271
2271
|
*/
|
|
2272
2272
|
validStarting: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
2273
2273
|
/**
|
|
2274
2274
|
* The UTC time when the offset shall stop being applied. Providing a null value here indicates a permanent DST
|
|
2275
2275
|
* change. If this value is non-null the value shall be larger than the ValidStarting time.
|
|
2276
2276
|
*
|
|
2277
|
-
* @see {@link MatterSpecification.
|
|
2277
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.6.7.3
|
|
2278
2278
|
*/
|
|
2279
2279
|
validUntil: import("../tlv/TlvObject.js").FieldType<number | bigint | null>;
|
|
2280
2280
|
}>[], any> & {
|
|
@@ -2346,7 +2346,7 @@ export declare namespace TimeSynchronization {
|
|
|
2346
2346
|
* SetDSTOffset commands, and TimeZone and DSTOffset attributes, and shall expose the local time through the
|
|
2347
2347
|
* LocalTime attribute.
|
|
2348
2348
|
*
|
|
2349
|
-
* @see {@link MatterSpecification.
|
|
2349
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.5.1
|
|
2350
2350
|
*/
|
|
2351
2351
|
readonly timeZone: BitFlag;
|
|
2352
2352
|
/**
|
|
@@ -2354,7 +2354,7 @@ export declare namespace TimeSynchronization {
|
|
|
2354
2354
|
*
|
|
2355
2355
|
* Allows a node to use NTP/SNTP for time synchronization.
|
|
2356
2356
|
*
|
|
2357
|
-
* @see {@link MatterSpecification.
|
|
2357
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.5.2
|
|
2358
2358
|
*/
|
|
2359
2359
|
readonly ntpClient: BitFlag;
|
|
2360
2360
|
/**
|
|
@@ -2363,7 +2363,7 @@ export declare namespace TimeSynchronization {
|
|
|
2363
2363
|
* Allows a Node to host an NTP server for the network so that other Nodes can achieve a high accuracy time
|
|
2364
2364
|
* synchronization within the network. See Section 11.17.15, “Acting as an NTP Server”.
|
|
2365
2365
|
*
|
|
2366
|
-
* @see {@link MatterSpecification.
|
|
2366
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.5.3
|
|
2367
2367
|
*/
|
|
2368
2368
|
readonly ntpServer: BitFlag;
|
|
2369
2369
|
/**
|
|
@@ -2371,7 +2371,7 @@ export declare namespace TimeSynchronization {
|
|
|
2371
2371
|
*
|
|
2372
2372
|
* This node also supports a time synchronization client and can connect to and read time from other nodes.
|
|
2373
2373
|
*
|
|
2374
|
-
* @see {@link MatterSpecification.
|
|
2374
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.5.4
|
|
2375
2375
|
*/
|
|
2376
2376
|
readonly timeSyncClient: BitFlag;
|
|
2377
2377
|
}>, never>;
|
|
@@ -2384,13 +2384,13 @@ export declare namespace TimeSynchronization {
|
|
|
2384
2384
|
/**
|
|
2385
2385
|
* This field contains the Node ID and endpoint of a trusted time source on the accessing fabric.
|
|
2386
2386
|
*
|
|
2387
|
-
* @see {@link MatterSpecification.
|
|
2387
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.9.2.1
|
|
2388
2388
|
*/
|
|
2389
2389
|
trustedTimeSource: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2390
2390
|
/**
|
|
2391
2391
|
* Node ID of the trusted time source node on the Fabric of the issuer.
|
|
2392
2392
|
*
|
|
2393
|
-
* @see {@link MatterSpecification.
|
|
2393
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.6.5.1
|
|
2394
2394
|
*/
|
|
2395
2395
|
nodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
2396
2396
|
/**
|
|
@@ -2398,7 +2398,7 @@ export declare namespace TimeSynchronization {
|
|
|
2398
2398
|
* provided to avoid having to do discovery of the location of that endpoint by walking over all endpoints and
|
|
2399
2399
|
* checking their Descriptor Cluster.
|
|
2400
2400
|
*
|
|
2401
|
-
* @see {@link MatterSpecification.
|
|
2401
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.6.5.2
|
|
2402
2402
|
*/
|
|
2403
2403
|
endpoint: import("../tlv/TlvObject.js").FieldType<import("../datatype/EndpointNumber.js").EndpointNumber>;
|
|
2404
2404
|
}> | null>;
|
|
@@ -2416,13 +2416,13 @@ export declare namespace TimeSynchronization {
|
|
|
2416
2416
|
/**
|
|
2417
2417
|
* The time zone offset from UTC in seconds.
|
|
2418
2418
|
*
|
|
2419
|
-
* @see {@link MatterSpecification.
|
|
2419
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.6.6.1
|
|
2420
2420
|
*/
|
|
2421
2421
|
offset: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2422
2422
|
/**
|
|
2423
2423
|
* The UTC time when the offset shall be applied.
|
|
2424
2424
|
*
|
|
2425
|
-
* @see {@link MatterSpecification.
|
|
2425
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.6.6.2
|
|
2426
2426
|
*/
|
|
2427
2427
|
validAt: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
2428
2428
|
/**
|
|
@@ -2431,7 +2431,7 @@ export declare namespace TimeSynchronization {
|
|
|
2431
2431
|
* TimeZoneDatabase it may use the Name field to set its own DST offsets if it has database information for the
|
|
2432
2432
|
* supplied time zone Name and the given Offset matches.
|
|
2433
2433
|
*
|
|
2434
|
-
* @see {@link MatterSpecification.
|
|
2434
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.6.6.3
|
|
2435
2435
|
*/
|
|
2436
2436
|
name: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
2437
2437
|
}>[]>;
|
|
@@ -2441,7 +2441,7 @@ export declare namespace TimeSynchronization {
|
|
|
2441
2441
|
* this information to set the DSTOffset attribute. If the node is setting its own DSTOffset attribute, the
|
|
2442
2442
|
* DSTOffsetsRequired field shall be set to false, otherwise it shall be set to true.
|
|
2443
2443
|
*
|
|
2444
|
-
* @see {@link MatterSpecification.
|
|
2444
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.9.4.1
|
|
2445
2445
|
*/
|
|
2446
2446
|
dstOffsetsRequired: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
2447
2447
|
}>, any> & {
|
|
@@ -2459,20 +2459,20 @@ export declare namespace TimeSynchronization {
|
|
|
2459
2459
|
* accept any values in the int32 range to accommodate potential future legislation that does not fit with these
|
|
2460
2460
|
* assumptions.
|
|
2461
2461
|
*
|
|
2462
|
-
* @see {@link MatterSpecification.
|
|
2462
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.6.7.1
|
|
2463
2463
|
*/
|
|
2464
2464
|
offset: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2465
2465
|
/**
|
|
2466
2466
|
* The UTC time when the offset shall be applied.
|
|
2467
2467
|
*
|
|
2468
|
-
* @see {@link MatterSpecification.
|
|
2468
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.6.7.2
|
|
2469
2469
|
*/
|
|
2470
2470
|
validStarting: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
2471
2471
|
/**
|
|
2472
2472
|
* The UTC time when the offset shall stop being applied. Providing a null value here indicates a permanent DST
|
|
2473
2473
|
* change. If this value is non-null the value shall be larger than the ValidStarting time.
|
|
2474
2474
|
*
|
|
2475
|
-
* @see {@link MatterSpecification.
|
|
2475
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.6.7.3
|
|
2476
2476
|
*/
|
|
2477
2477
|
validUntil: import("../tlv/TlvObject.js").FieldType<number | bigint | null>;
|
|
2478
2478
|
}>[]>;
|
|
@@ -2489,7 +2489,7 @@ export declare namespace TimeSynchronization {
|
|
|
2489
2489
|
* This field contains the address of an NTP server than can be used as a fallback for time synchronization. The
|
|
2490
2490
|
* format of this field shall follow the requirements in the DefaultNTP attribute description.
|
|
2491
2491
|
*
|
|
2492
|
-
* @see {@link MatterSpecification.
|
|
2492
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.9.6.1
|
|
2493
2493
|
*/
|
|
2494
2494
|
defaultNtp: import("../tlv/TlvObject.js").FieldType<string | null>;
|
|
2495
2495
|
}>, void, any> & {
|
|
@@ -2518,25 +2518,25 @@ export declare namespace TimeSynchronization {
|
|
|
2518
2518
|
* it opts to not update its time, it shall fail the command with a cluster specific Status Code of
|
|
2519
2519
|
* TimeNotAccepted.
|
|
2520
2520
|
*
|
|
2521
|
-
* @see {@link MatterSpecification.
|
|
2521
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.9.1
|
|
2522
2522
|
*/
|
|
2523
2523
|
readonly setUtcTime: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2524
2524
|
/**
|
|
2525
2525
|
* This shall give the Client’s UTC Time.
|
|
2526
2526
|
*
|
|
2527
|
-
* @see {@link MatterSpecification.
|
|
2527
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.9.1.1
|
|
2528
2528
|
*/
|
|
2529
2529
|
utcTime: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
2530
2530
|
/**
|
|
2531
2531
|
* This shall give the Client’s Granularity, as described in Granularity.
|
|
2532
2532
|
*
|
|
2533
|
-
* @see {@link MatterSpecification.
|
|
2533
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.9.1.2
|
|
2534
2534
|
*/
|
|
2535
2535
|
granularity: import("../tlv/TlvObject.js").FieldType<Granularity>;
|
|
2536
2536
|
/**
|
|
2537
2537
|
* This shall give the Client’s TimeSource, as described in TimeSource.
|
|
2538
2538
|
*
|
|
2539
|
-
* @see {@link MatterSpecification.
|
|
2539
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.9.1.3
|
|
2540
2540
|
*/
|
|
2541
2541
|
timeSource: import("../tlv/TlvObject.js").OptionalFieldType<TimeSource>;
|
|
2542
2542
|
}>, void, any>;
|
|
@@ -2555,7 +2555,7 @@ export declare namespace TimeSynchronization {
|
|
|
2555
2555
|
* Indicates whether the current DST offset is being applied (i.e, daylight savings time is applied, as opposed
|
|
2556
2556
|
* to standard time).
|
|
2557
2557
|
*
|
|
2558
|
-
* @see {@link MatterSpecification.
|
|
2558
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.10.2.1
|
|
2559
2559
|
*/
|
|
2560
2560
|
dstOffsetActive: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
2561
2561
|
}>, any> & {
|
|
@@ -2570,14 +2570,14 @@ export declare namespace TimeSynchronization {
|
|
|
2570
2570
|
/**
|
|
2571
2571
|
* Current time zone offset from UTC in seconds.
|
|
2572
2572
|
*
|
|
2573
|
-
* @see {@link MatterSpecification.
|
|
2573
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.10.3.1
|
|
2574
2574
|
*/
|
|
2575
2575
|
offset: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2576
2576
|
/**
|
|
2577
2577
|
* Current time zone name. This name SHOULD use the country/city format specified by the IANA Time Zone
|
|
2578
2578
|
* Database.
|
|
2579
2579
|
*
|
|
2580
|
-
* @see {@link MatterSpecification.
|
|
2580
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.10.3.2
|
|
2581
2581
|
*/
|
|
2582
2582
|
name: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
2583
2583
|
}>, any> & {
|
|
@@ -2601,7 +2601,7 @@ export declare namespace TimeSynchronization {
|
|
|
2601
2601
|
* node is unable to get a time from any source. This event SHOULD NOT be generated more often than once per
|
|
2602
2602
|
* hour.
|
|
2603
2603
|
*
|
|
2604
|
-
* @see {@link MatterSpecification.
|
|
2604
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.10.4
|
|
2605
2605
|
*/
|
|
2606
2606
|
readonly timeFailure: Event<void, any>;
|
|
2607
2607
|
};
|