Preparing search index...
The search index is not available
matter.js-monorepo
matter.js-monorepo
@project-chip/matter.js
cluster
TimeSynchronization
SetTimeZoneRequest
Interface SetTimeZoneRequest
Input to the TimeSynchronization setTimeZone command
See
MatterSpecification.v13.Core § 11.17.9.3
interface
SetTimeZoneRequest
{
timeZone
:
TypeFromFields
<
{
name
:
OptionalFieldType
<
string
>
;
offset
:
FieldType
<
number
>
;
validAt
:
FieldType
<
number
|
bigint
>
;
}
>
[]
;
}
Hierarchy (
view full
)
TypeFromSchema
<
typeof
TimeSynchronization
.
TlvSetTimeZoneRequest
>
SetTimeZoneRequest
Index
Properties
time
Zone
Properties
time
Zone
time
Zone
:
TypeFromFields
<
{
name
:
OptionalFieldType
<
string
>
;
offset
:
FieldType
<
number
>
;
validAt
:
FieldType
<
number
|
bigint
>
;
}
>
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
time
Zone
matter.js-monorepo
Loading...
Input to the TimeSynchronization setTimeZone command
See
MatterSpecification.v13.Core § 11.17.9.3