Preparing search index...
The search index is not available
matter.js-monorepo
matter.js-monorepo
@matter/main
clusters/time-synchronization
TimeSynchronization
SetDstOffsetRequest
Interface SetDstOffsetRequest
Input to the TimeSynchronization setDstOffset command
See
MatterSpecification.v13.Core § 11.17.9.5
interface
SetDstOffsetRequest
{
dstOffset
:
TypeFromFields
<
{
offset
:
FieldType
<
number
>
;
validStarting
:
FieldType
<
number
|
bigint
>
;
validUntil
:
FieldType
<
null
|
number
|
bigint
>
;
}
>
[]
;
}
Hierarchy (
view full
)
TypeFromSchema
<
typeof
TimeSynchronization
.
TlvSetDstOffsetRequest
>
SetDstOffsetRequest
Index
Properties
dst
Offset
Properties
dst
Offset
dst
Offset
:
TypeFromFields
<
{
offset
:
FieldType
<
number
>
;
validStarting
:
FieldType
<
number
|
bigint
>
;
validUntil
:
FieldType
<
null
|
number
|
bigint
>
;
}
>
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
dst
Offset
matter.js-monorepo
Loading...
Input to the TimeSynchronization setDstOffset command
See
MatterSpecification.v13.Core § 11.17.9.5