dateTimeResponse property

  1. @JsonKey(name: 'GetSystemDateAndTimeResponse')
GetSystemDateAndTimeResponse? dateTimeResponse
final

This operation gets the device system date and time. The device shall support the return of the daylight saving setting and of the manual system date and time (if applicable) or indication of NTP time (if applicable) through the DeviceManagement.getSystemDateAndTime command. A device shall provide the UTCDateTime information.

Implementation

@JsonKey(name: 'GetSystemDateAndTimeResponse')
final GetSystemDateAndTimeResponse? dateTimeResponse;