dart_brompton 2.3.0 copy "dart_brompton: ^2.3.0" to clipboard
dart_brompton: ^2.3.0 copied to clipboard

A library for controlling Brompton Tessera systems over a network

A library for controlling Brompton Tessera systems over a network

Features #

This package is generated from the OpenApi spec that can be found in /lib/swaggers/brompton.yaml. All endpoints documented here should be available.

Usage #

import 'package:dart_brompton/brompton.dart';

Future<void> main() async {
  final brompton = Brompton.create(baseUrl: "http://10.10.10.10/api");

  await brompton.outputGlobalColourBrightnessGet(
      $set: 200); // Set global brightness to 200 nits
}

Additional information #

You can report issues and request features on the github repo

0
likes
120
points
50
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A library for controlling Brompton Tessera systems over a network

Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

chopper, collection, json_annotation

More

Packages that depend on dart_brompton