bahamas10 / hue-cli

A command line interface to phillips hue
http://bahamas10.github.com/hue-cli/
221 stars 24 forks source link

appnames are not unique #1

Open bahamas10 opened 11 years ago

bahamas10 commented 11 years ago

the appname should be unique per install, and stored in the config json

mattbucci commented 7 years ago

should this be unique per machine ie 'hue-cli#hostname' as in the docs or per install? I wrote a little bit of code that just does try json eval {appName = config.appName} else { appName = 'hue-cli#' + os.hostname() } I could merge