homebridge-freeathome-local-api
Version:
Control your free@home setup using the local API provided by your System Access Point
9 lines • 403 B
JavaScript
/** The enumeration defining the supported accessory types */
export var AccessoryType;
(function (AccessoryType) {
/** The undefined type. This is the default value. */
AccessoryType[AccessoryType["Undefined"] = 0] = "Undefined";
/** An outlet */
AccessoryType[AccessoryType["Outlet"] = 1] = "Outlet";
})(AccessoryType || (AccessoryType = {}));
//# sourceMappingURL=typeMappings.js.map