UNPKG

@kuriousdesign/machine-sdk

Version:

Shared data types and helpers for machine-related repositories

10 lines (9 loc) 272 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.machineIdToTopicMap = machineIdToTopicMap; function machineIdToTopicMap(id) { const topicMap = { "BendPro G2 Demo": "BendProG2/2286/198C/#", }; return topicMap[id]; }