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

outdated

Dart / Flutter API for NeoHub heating controls and plugs from Heatmiser.

neohub #

Dart / Flutter API for controlling NeoHub from Heatmiser.

Note: The Heatmiser API is not HTTP, it uses sockets so this likely won't work from the web.

Getting Started #

For example:

/// 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());
}

Reference #

Not that useful, but API Reference from Heatmiser. Email support@heatmiser.com if you need your own copy.

0
likes
40
points
24
downloads

Publisher

unverified uploader

Weekly Downloads

Dart / Flutter API for NeoHub heating controls and plugs from Heatmiser.

Repository (GitLab)
View/report issues

License

MIT (license)

More

Packages that depend on neohub