Loading http-bridge/typeMaps/deviceTypeMap.js +0 −8 Original line number Diff line number Diff line Loading @@ -8,14 +8,6 @@ const deviceTypeMap = { - slug: The slug is used as "attrs" in the controller, allowing for the selection of specific attributes to be returned in the response. */ // --- MISSING // battery level // hub online state // mode (from fan coil) // signal strength // temperature apparent // temperate setpoint "temperature": { key: "temperature", unit: "CEL", min: 0, max: 60, slug: "temperature" }, "humidity": { key: "humidity", unit: "P1", min: 0, max: 100, slug: "humidity" }, "energy": { key: "energy", unit: "KWH", min: 0, max: 10000, slug: "energy_consumption" }, Loading Loading
http-bridge/typeMaps/deviceTypeMap.js +0 −8 Original line number Diff line number Diff line Loading @@ -8,14 +8,6 @@ const deviceTypeMap = { - slug: The slug is used as "attrs" in the controller, allowing for the selection of specific attributes to be returned in the response. */ // --- MISSING // battery level // hub online state // mode (from fan coil) // signal strength // temperature apparent // temperate setpoint "temperature": { key: "temperature", unit: "CEL", min: 0, max: 60, slug: "temperature" }, "humidity": { key: "humidity", unit: "P1", min: 0, max: 100, slug: "humidity" }, "energy": { key: "energy", unit: "KWH", min: 0, max: 10000, slug: "energy_consumption" }, Loading