UNPKG

@kuriousdesign/machine-sdk

Version:

Shared data types and helpers for machine-related repositories

11 lines (10 loc) 297 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MqttTopics = void 0; exports.MqttTopics = { BRIDGE_STATUS: 'bridge/status', BRIDGE_CMD: 'bridge/cmd', DEVICE_MAP: 'deviceMap', HMI_ACTION_REQ: 'hmi/action_req', EXT_SERVICE: 'ext_service', };