@fabienjuif/node-tado-client
Version:
A Tado client for nodejs in TS
9 lines (8 loc) • 329 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DataPointType = void 0;
var DataPointType;
(function (DataPointType) {
DataPointType["PERCENTAGE"] = "PERCENTAGE";
DataPointType["TEMPERATURE"] = "TEMPERATURE";
})(DataPointType = exports.DataPointType || (exports.DataPointType = {}));