neohub 0.0.1 copy "neohub: ^0.0.1" to clipboard
neohub: ^0.0.1 copied to clipboard

outdated

Dart / Flutter API for NeoHub from Heatmiser.

example/neohub_example.dart

/// Example of running the NeoHub
/// Change the Address to the IP address of your hub.

import 'package:neohub/neohub.dart';

const NEOHUB_ADDRESS = '10.0.0.30';

main() async {
  final hub = NeoHub(NEOHUB_ADDRESS);
  print(await hub.getZones());
}
0
likes
0
points
24
downloads

Publisher

unverified uploader

Weekly Downloads

Dart / Flutter API for NeoHub from Heatmiser.

Repository (GitLab)
View/report issues

License

unknown (license)

More

Packages that depend on neohub