UNPKG

@iotize/device-client.js

Version:

IoTize Device client for Javascript

10 lines (9 loc) 510 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var ConnectionState; (function (ConnectionState) { ConnectionState[ConnectionState["DISCONNECTED"] = 0] = "DISCONNECTED"; ConnectionState[ConnectionState["CONNECTING"] = 1] = "CONNECTING"; ConnectionState[ConnectionState["CONNECTED"] = 2] = "CONNECTED"; ConnectionState[ConnectionState["DISCONNECTING"] = 3] = "DISCONNECTING"; })(ConnectionState = exports.ConnectionState || (exports.ConnectionState = {}));