This command shall be generated in response to a SetTimeZone command.

MatterSpecification.v13.Core § 11.17.9.4

interface SetTimeZoneResponse {
    dstOffsetsRequired: boolean;
}

Hierarchy (view full)

Properties

dstOffsetsRequired: boolean

If the node supports a time zone database with information for the time zone that will be applied, it

may use this information to set the DSTOffset attribute. If the node is setting its own DSTOffset attribute, the DSTOffsetsRequired field shall be set to false, otherwise it shall be set to true.

MatterSpecification.v13.Core § 11.17.9.4.1