UNPKG

@octopan/telegram-green-house

Version:

Monitor & control green-house with Telegram & Raspberry Pi

14 lines 693 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.WindowState = void 0; var WindowState; (function (WindowState) { WindowState[WindowState["CommunicationError"] = 0] = "CommunicationError"; WindowState[WindowState["NotResponding"] = 1] = "NotResponding"; WindowState[WindowState["Error"] = 2] = "Error"; WindowState[WindowState["Open"] = 3] = "Open"; WindowState[WindowState["Opening"] = 4] = "Opening"; WindowState[WindowState["Closed"] = 5] = "Closed"; WindowState[WindowState["Closing"] = 6] = "Closing"; })(WindowState = exports.WindowState || (exports.WindowState = {})); //# sourceMappingURL=window-state.js.map