Body of the TimeSynchronization timeZoneStatus event

MatterSpecification.v13.Core § 11.17.10.3

interface TimeZoneStatusEvent {
    name?: string;
    offset: number;
}

Hierarchy (view full)

Properties

Properties

name?: string = ...

Current time zone name. This name SHOULD use the country/city format specified by the IANA Time Zone Database.

MatterSpecification.v13.Core § 11.17.10.3.2

offset: number = ...

Current time zone offset from UTC in seconds.

MatterSpecification.v13.Core § 11.17.10.3.1