Interface TimeSyncOptions

interface TimeSyncOptions {
    checkInterval?: number;
    name?: string;
    service?: string;
    uid?: string;
}

Hierarchy (view full)

Properties

checkInterval?: number
name?: string

User friendly name of the node Used for querying a node by its name.

service?: string
uid?: string

Manually set the unique identifier of the node