From 5fd1e1f59e6161b5b10364d5b4ca63a367fede54 Mon Sep 17 00:00:00 2001 From: es183923 <72744903+es183923@users.noreply.github.com> Date: Fri, 23 Jul 2021 17:49:49 -0400 Subject: [PATCH] Update hue-lights-inline.template.mjs --- commands/home/philips-hue/hue-lights-inline.template.mjs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/home/philips-hue/hue-lights-inline.template.mjs b/commands/home/philips-hue/hue-lights-inline.template.mjs index 9c99180e0..8a20e3ef9 100755 --- a/commands/home/philips-hue/hue-lights-inline.template.mjs +++ b/commands/home/philips-hue/hue-lights-inline.template.mjs @@ -20,13 +20,13 @@ // • A global install of zx. To install, run 'npm i -g zx' or 'yarn global add zx'. // More info: https://github.com/google/zx // • Your Hue Bridge local IP address, e.g 192.168.1.2 -// • An authorised username, e.g 1028d66426293e821ecfd9ef1a0731df +// • An authorized username, e.g 1028d66426293e821ecfd9ef1a0731df // • Names to be assigned to the bulbs. You can do this in the Hue app. // Follow the steps here for the bridge IP and how to create a username: // https://developers.meethue.com/develop/get-started-2/ -// Remember to remove .template from the filename after customising. +// Remember to remove .template from the filename after customizing. // Config: const hueBridgeIP = '' // e.g 192.168.1.2