Type alias IodModuleInfo

IodModuleInfo: {
    enabled: boolean;
    supported: boolean;
    type: string;
}

Information about module type.

Type declaration

  • enabled: boolean

    Whether the module is enabled.

  • supported: boolean

    Whether the module is supported by the current firmware.

  • type: string

    Model name of the module. If string is empty, module is not present.

Generated using TypeDoc