Interface VentilationDeviceChangeToolParameters

通风设备修改工具参数

Export

VentilationDeviceChangeToolParameters

Hierarchy

  • VentilationDeviceChangeToolParameters

Properties

Properties

device?: Entity

绑定的设备实体

Memberof

VentilationDeviceChangeToolParameters

onConfirm: ((value?, airwayGUID?, deviceGUID?, isResistance?) => Promise<{
    data: {
        [key: string]: any;
    };
    status: boolean;
}>)

Type declaration

    • (value?, airwayGUID?, deviceGUID?, isResistance?): Promise<{
          data: {
              [key: string]: any;
          };
          status: boolean;
      }>
    • 回调

      Parameters

      • Optional value: any
      • Optional airwayGUID: string
      • Optional deviceGUID: string
      • Optional isResistance: boolean

      Returns Promise<{
          data: {
              [key: string]: any;
          };
          status: boolean;
      }>

      Memberof

      VentilationDeviceChangeToolParameters