Skip to content

Commit

Permalink
Update hue-lights-inline.template.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
es183923 authored Jul 23, 2021
1 parent e1329ed commit 5fd1e1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions commands/home/philips-hue/hue-lights-inline.template.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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 = '<enter bridge ip here>' // e.g 192.168.1.2
Expand Down

0 comments on commit 5fd1e1f

Please sign in to comment.