UNPKG

@kuriousdesign/machine-sdk

Version:

Shared data types and helpers for machine-related repositories

7 lines (6 loc) 186 B
export function machineIdToTopicMap(id: string): string { const topicMap: { [key in string]: string } = { "BendPro G2 Demo": "BendProG2/2286/198C/#", }; return topicMap[id]; }