Betree / magicblue

💡 Unofficial Python API to control Magic Blue bulbs over Bluetooth
MIT License
100 stars 23 forks source link

Testing the library without the actual bulb (suggestion) #32

Open urish opened 7 years ago

urish commented 7 years ago

Hi,

I created an open-source Android app the simulates the bulb:

https://play.google.com/store/apps/details?id=org.urish.bulbsimulator&hl=en

You can use it for testing the app in cases you don't have a bulb available. The source code for the app is available here and it implements most of the bulb functionality.

Betree commented 7 years ago

Hey @urish nice job, this could be useful for people developing on this repo (and homeassistant-magicblue).

I'll try this soon and may add it to the README.md

Thanks !