Project

milight

0.0
No commit activity in last 3 years
No release in over 3 years
A ruby controller for Mi-Light LED bulb.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

~> 1.11
~> 5.0
~> 10.0
 Project Readme

Milight

Build Status Coverage Status

A ruby wrapper project for milight api.

controller ruby-api for milight or limitless-led (milight and limitless-led and easy-bulb is same bridge-box controllable products)

API Document

http://www.limitlessled.com/dev/

Installation

Add this line to your application's Gemfile:

gem 'milight'

And then execute:

$ bundle

Or install it yourself as:

$ gem install milight

components

  • led-bulb controller class lib/milight/bulb.rb
  • bridge-box wifi setup command bin/milight setup
  • TODO: console tool bin/milight console
  • TODO: add to group tool bin/milight group_add [1-4]

TODO

usage

  • use gem
  • how to setup
  • add bulb to group (init bulbs)

localize

  • English ....
  • 日本語/japanese (?)

bulb module

  • disco modes
  • support "double white" bulb

tools

  • console tool (like 'bin/console')
  • add to group tool

tests

  • test messasing
  • other