UNPKG

balena-sdk

Version:
14 lines (13 loc) 673 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DeviceOverallStatus = void 0; var DeviceOverallStatus; (function (DeviceOverallStatus) { DeviceOverallStatus["CONFIGURING"] = "configuring"; DeviceOverallStatus["INACTIVE"] = "inactive"; DeviceOverallStatus["POST_PROVISIONING"] = "post-provisioning"; DeviceOverallStatus["UPDATING"] = "updating"; DeviceOverallStatus["OPERATIONAL"] = "operational"; DeviceOverallStatus["DISCONNECTED"] = "disconnected"; DeviceOverallStatus["REDUCED_FUNCTIONALITY"] = "reduced-functionality"; })(DeviceOverallStatus || (exports.DeviceOverallStatus = DeviceOverallStatus = {}));