prolink-connect
    Preparing search index...

    Interface Device

    Represents a device on the prolink network.

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

    Properties

    id: number
    ip: Address4
    lastActive?: Date
    macAddr: Uint8Array
    name: string