From bfc9feb8d02d2783d44cd9d8155c052e096e94ce Mon Sep 17 00:00:00 2001 From: kodek Date: Sun, 11 Feb 2018 14:23:22 -0800 Subject: [PATCH] Add min/max values to fan speed command --- src/commands.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/commands.json b/src/commands.json index 3ad71ed..8716a0d 100644 --- a/src/commands.json +++ b/src/commands.json @@ -19,6 +19,7 @@ "settable": true, "friendlyName": "speed", "valuePath": [ "ACTUAL" ], + "values": [0, 7], "setPath": [ ] },