0 purchases
dart brompton
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
}
copied to clipboard
Additional information #
You can report issues and request features on the github repo
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.