dart_brompton 4.0.0 copy "dart_brompton: ^4.0.0" to clipboard
dart_brompton: ^4.0.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
110
points
90
downloads

Publisher

unverified uploader

Weekly Downloads

A library for controlling Brompton Tessera systems over a network

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

chopper, collection, http, json_annotation

More

Packages that depend on dart_brompton