UNPKG

@kuriousdesign/machine-sdk

Version:

Shared data types and helpers for machine-related repositories

20 lines (19 loc) 422 B
export declare const PlcNamespaces: { Machine: string; MachineHw: string; Main: string; }; export declare const MachineTags: { deviceStore: string; registeredDevices: string; axisStsArray: string; HeartbeatPLC: string; HeartbeatHMI: string; }; export declare const DeviceTags: { Cfg: string; Is: string; Registration: string; }; export * from "./opcua"; export * from "./mqtt";