UNPKG

@kuriousdesign/machine-sdk

Version:

Shared data types and helpers for machine-related repositories

21 lines (19 loc) 449 B
import { DeviceId } from "./DeviceId"; export const WarningsMap: { [key in DeviceId]: { [key: number]: string; }; } = { [DeviceId.SYS]: { //refer to SysWarnings enum in CoDeSys for mapping }, [DeviceId.RACK]: { //refer to RackWarnings enum in CoDeSys for mapping }, [DeviceId.CNC]: {}, [DeviceId.CON]: {}, [DeviceId.DBRR]: {}, [DeviceId.ROB]: {}, [DeviceId.SFTY]: {}, [DeviceId.WASH]: {}, };