Commit a0bb3790 authored by Giannis Kepas's avatar Giannis Kepas
Browse files

remove comment

parent f2a8c860
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -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" },