Type alias GetDeviceValueUpdateSerialOperationsParam

GetDeviceValueUpdateSerialOperationsParam: {
    deep: DeepClient;
    info?: DeviceInfo;
} & ({
    deviceLinkId: number;
} | {
    deviceLink: Link<number>;
})

Type declaration

  • deep: DeepClient

    DeepClient

  • Optional info?: DeviceInfo

    Device Info

    Remarks

    If not passed then getAllDeviceInfo is used to get the device info

Generated using TypeDoc