UNPKG

@kuriousdesign/machine-sdk

Version:

Shared data types and helpers for machine-related repositories

10 lines (9 loc) 370 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BridgeCmds = void 0; var BridgeCmds; (function (BridgeCmds) { BridgeCmds[BridgeCmds["NONE"] = 1] = "NONE"; BridgeCmds[BridgeCmds["CONNECT"] = 2] = "CONNECT"; BridgeCmds[BridgeCmds["DISCONNECT"] = 3] = "DISCONNECT"; })(BridgeCmds || (exports.BridgeCmds = BridgeCmds = {}));