UNPKG

@fabienjuif/node-tado-client

Version:
9 lines (8 loc) 329 B
"use strict"; 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 = {}));