2. Added unit tests to all bindings for decoding `get-status` response without an event.
3. Generated PyUnit unit tests from models.
4. Generated Zig unit tests from models.
[0.8.6](https://github.com/uhppoted/uhppoted-codegen/releases/tag/v0.8.6) - 2023-08-30
Added
1. `activate-keypads` function.
2. _erlang_ bindings.
Updated
1. Replaced os.Rename with lib implementation for tmpfs support.
[0.8.5](https://github.com/uhppoted/uhppoted-codegen/releases/tag/v0.8.5) - 2023-06-13
Added
1. PHP bindings.
2. `set-interlock` function.
Updated
1. Reworked Go language bindings to use zero value rather than pointer for optional Date
and DateTime fields.
2. Added static-check linting to CI build.
[0.8.4](https://github.com/uhppoted/uhppoted-codegen/releases/tag/v0.8.4) - 2023-03-17
Added
1. Added Zig to bindings.
2. Overview Go doc.
3. Added set-pc-control to models and bindings.
4. Added card PIN field to models and bindings.
[0.8.3](https://github.com/uhppoted/uhppoted-codegen/releases/tag/v0.8.3) - 2022-12-16
Added
1. Added ARM64 to release build artifacts
[0.8.2](https://github.com/uhppoted/uhppoted-codegen/releases/tag/v0.8.2) - 2022-10-14
1. Initial release
CHANGELOG
[0.8.9](https://github.com/uhppoted/uhppoted-python/releases/tag/v0.8.91) - 2024-09-06
Added
1. Enabled per-controller operation timeout configuration.
2. Added support for TCP connections.
[0.8.8.1](https://github.com/uhppoted/uhppoted-python/releases/tag/v0.8.8.1) - 2024-04-11
Added
1. Added support for off-LAN controller configuration in configuration.yaml
2. Enabled per-call operation timeouts.
[0.8.8](https://github.com/uhppoted/uhppoted-python/releases/tag/v0.8.8) - 2024-03-26
Added
1. `restore-default-parameters` function to reset a controller to the manufacturer default configuration.
[0.8.7.1](https://github.com/uhppoted/uhppoted-python/releases/tag/v0.8.7.1) - 2024-02-22
Updated
1. Fixed listen event decoding (cf. https://github.com/uhppoted/uhppoted-python/issues/3)
[0.8.7](https://github.com/uhppoted/uhppoted-python/releases/tag/v0.8.7) - 2023-12-01
Added
1. `set-door-passcodes` function to set supervisor passcodes for a door.
Updated
1. Reworked `get-status` response decoding to set event fields to `None` if the response
does not contain an event.
2. Fixed bug decoding IPv4 address in `get-controller` response.
3. Fixed typo decoding MAC address in `get-controller` response.
4. Reworked date/time decoding to unpack invalid date/times as `None`.
[0.8.6](https://github.com/uhppoted/uhppoted-python/releases/tag/v0.8.6) - 2023-08-30
Added
1. Initial release