Skip to content

Commit

Permalink
extend README.md with future plans
Browse files Browse the repository at this point in the history
  • Loading branch information
halacs committed Jan 8, 2024
1 parent c82433b commit 6c1075a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
**ABSOLUTELY NO WARRANTY! USE AT YOUR OWN RISK!**

# Hörmann BiSecur Gateway Protocol GoLang SDK
# Hörmann BiSecur Gateway CLI client and GoLang SDK

Goal is to create a fully fledged replacement client after Hörmann stated end of life of their cloud and android application.

Expand All @@ -13,6 +13,12 @@ If all goes fine, later this repository will provide you both a GoLang SDK and a
* [ ] Create json output for machines. Improve documentation accordingly.
* [x] Add retries. `status` command produces `PORT_ERROR` quite frequently while second try works fine.
* [x] Improve token handling. Token is stored in `config.yaml` but it seems to be invalidated after a while. It should be renewed on demand.
* [ ] Create GitHub pipeline for releases
* [ ] Create new gateway user
* [ ] Delete gateway user
* [ ] Change password of a gateway user
* [ ] Assign new door to the gateway
* [ ] Delete assigned door from the gateway

## Usage
```
Expand Down

0 comments on commit 6c1075a

Please sign in to comment.