From 681474d5697ba5695324bdcfa28e89b88b794ca3 Mon Sep 17 00:00:00 2001 From: Dariusz Garbarz Date: Thu, 29 Aug 2024 14:16:40 +0200 Subject: [PATCH] chore: initial release --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..26d30e2 --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +# BleBoxModels + +This library contains models and enums needed for API of supported types of [BleBox.eu](https://technical.blebox.eu/) devices. + +## Requirements and technologies + +Project is based on .NET 8 with no external dependencies. + +## Supported devices + +Library supports common features for all BleBox devices. (since v.1.0.0) + +Full support: + +* airSensor (since v1.0.0) +* wLightBox (since v1.0.0) + +## Contributing + +Feel free to add features requests and report issues. \ No newline at end of file