色相:使用Ruby的Philips Hue 源码
色调 使用Ruby的Philips Hue灯泡。 安装 将此行添加到您的应用程序的Gemfile中: gem 'hue' 然后执行: $ bundle 或自己安装为: $ gem install hue 用法 首次使用时,它将自动为您创建一个用户。 为此,您需要在过去30秒钟内按下桥上的按钮。 如果没有,它将引发异常,并告知您需要按下按钮。 只需按下按钮,然后再次运行命令。 命令行界面 $ hue all on $ hue all off $ hue all --hue 65280 --brightness 20 $ hue light 2 on $ hue light 2 --b
文件列表
hue-master.zip
(预估有个24文件)
hue-master
bin
hue
337B
Readme.markdown
2KB
Rakefile
198B
.github
workflows
main.yml
386B
test
test_helper.rb
147B
暂无评论