homebridge-tahoma
Version:
Sample Platform plugin for TaHoma and Cozytouch services (Somfy,Atlantic,Thermor,Sauter): https://github.com/dubocr/homebridge-tahoma
10 lines • 523 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const ThermostatSetPoint_1 = __importDefault(require("./ThermostatSetPoint"));
class ProgrammableAndProtectableThermostatSetPoint extends ThermostatSetPoint_1.default {
}
exports.default = ProgrammableAndProtectableThermostatSetPoint;
//# sourceMappingURL=ProgrammableAndProtectableThermostatSetPoint.js.map