magic_home 0.9.0 copy "magic_home: ^0.9.0" to clipboard
magic_home: ^0.9.0 copied to clipboard

outdated

A library that imports functionality from the Magic Home app, allowing control of smart lights.

Magic Home #

A library that imports functionality from the Magic Home app, allowing control of smart lights

Installation #

TODO

Example #

import 'package:magic_home/magic_home.dart';

main() {

  Light.discover().then((lights){
    lights[0].setColor(255, 0, 128);
  });
}
3
likes
30
points
2
downloads

Publisher

verified publishernathans.dev

Weekly Downloads

A library that imports functionality from the Magic Home app, allowing control of smart lights.

Homepage

License

GPL-3.0 (license)

More

Packages that depend on magic_home