UNPKG

@pietrolubini/homebridge-ecoflow

Version:
15 lines 925 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ThermostatFridgeDualRightZoneService = void 0; const glacierMqttApiContracts_1 = require("@ecoflow/accessories/glacier/interfaces/glacierMqttApiContracts"); const glacierThermostatFridgeServiceBase_1 = require("@ecoflow/accessories/glacier/services/glacierThermostatFridgeServiceBase"); class ThermostatFridgeDualRightZoneService extends glacierThermostatFridgeServiceBase_1.GlacierThermostatFridgeServiceBase { constructor(ecoFlowAccessory) { super(ecoFlowAccessory, 'Dual Right Zone'); } processOnSetTargetTemperature(value, revert) { return this.sendSetCommand(glacierMqttApiContracts_1.GlacierMqttSetOperateType.Temperature, { tmpR: value }, revert); } } exports.ThermostatFridgeDualRightZoneService = ThermostatFridgeDualRightZoneService; //# sourceMappingURL=thermostatFridgeDualRightZoneService.js.map