UNPKG

homebridge-sleeptracker

Version:

Homebridge plugin for SleepTracker smart beds - Control your bed's position and features through HomeKit

17 lines 584 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Commands = void 0; var Commands; (function (Commands) { Commands["Status"] = "STATUS"; Commands["HeadUp"] = "HEAD_UP"; Commands["HeadDown"] = "HEAD_DOWN"; Commands["FootUp"] = "FOOT_UP"; Commands["FootDown"] = "FOOT_DOWN"; Commands["Flat"] = "FLAT"; Commands["ZeroG"] = "ZEROG"; Commands["AntiSnore"] = "ANTISNORE"; Commands["TV"] = "TV"; Commands["Stop"] = "STOP"; })(Commands = exports.Commands || (exports.Commands = {})); //# sourceMappingURL=types.js.map