Type alias NetdGetNtpStatusResponse

NetdGetNtpStatusResponse: {
    servers: NetdNtpServer[];
    status: boolean;
}

Status of NTP server.

Type declaration

  • servers: NetdNtpServer[]

    List of remote NTP servers.

  • status: boolean

    Whether NTP server is synchronized to upstream NTP server.

Generated using TypeDoc