From f55b91df5a6f18457ffe55252aecd209d6471b3e Mon Sep 17 00:00:00 2001 From: Michael Ingraham <34340210+meingraham@users.noreply.github.com> Date: Tue, 1 Oct 2019 15:31:42 -0400 Subject: [PATCH] Hue Emulation example link --- Scripting-Language.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripting-Language.md b/Scripting-Language.md index ad3d060a..c7f3538c 100644 --- a/Scripting-Language.md +++ b/Scripting-Language.md @@ -99,7 +99,7 @@ Executed on [`TelePeriod`](Commands#teleperiod) time (`SENSOR` and `STATE`), onl Remark: json variable names (like all others) may not contain math operators like - , you should set [`SetOption64 1`](Commands#setoption64) to replace `-` (_dash_) with `_` (_underscore_) >`>H` -Alexa Hue interface (up to 32 virtual hue devices) +Alexa Hue interface (up to 32 virtual hue devices) *([example](Script-Cookbook#hue-emulation))* `device`,`type`,`onVars` Remark: hue values have a range from 0-65535. Divide by 182 to assign HSBcolors hue values. >