Type alias Device

Device: {
    id: DeviceID;
    ip: Address4;
    lastActive?: Date;
    macAddr: Uint8Array;
    name: string;
    type: DeviceType;
}

Represents a device on the prolink network.

Type declaration

Generated using TypeDoc