Interface IUnifiCareDevice

interface IUnifiCareDevice {
    mac: string;
    state: "NOT_AVAILABLE";
}

Properties

Properties

mac: string
state: "NOT_AVAILABLE"

Generated using TypeDoc