Releases: uhppoted/uhppote-cli
Releases · uhppoted/uhppote-cli
v0.7.3-beta
Release Notes
- Maintenance release for compatibility with uhppote-core v0.7.3
- Fixed errors in README (cf. #8)
v0.7.2-beta
Release Notes
- Replaced event rollover with handling for nil and overwritten events (cf. #7)
- Reworked
get-events
to also retrieve the current event index - Reworked
get-event
to support retrieving multiple events with next:N - Updated command line arguments to support
types.BindAddr
,types.BroadcastAddr
andtypes.ListenAddr
for more human friendly command-line options and configuration
v0.7.1-beta
Release Notes
-
Added support for the task list functionality from the extended API:
clear-task-list
add-task
refresh-task-list
set-task-list
-
Documented missing commands in the README
v0.7.0-beta
Release Notes
- Added commands to manage time profiles:
get-time-profile
set-time-profile
get-time-profiles
set-time-profiles
clear-time-profiles
- Reworked card commands to include support for time profiles:
get-card
get-card-by-index
put-card
- Reworked ACL commands to include support for time profiles:
get-acl
compare-acl
load-acl
show
grant
- Added more command documentation to the README.
- Reworked for compatibility with the updated
uhppote-core
device/driver architecture
v0.6.12-beta
Release Notes
- Added validation for
bind
,broadcast
andlisten
ports to mitigate common misconfigurations. - Corrected typo in README
v0.6.10-beta
Release Notes
- Bumps version for initial release of uhppoted-app-wild-apricot.
v0.6.8-beta
Release Notes
- Maintenance release for compatibility with uhppote-core v0.6.8
v0.6.7-beta
Release Notes
- Implements
record-special-events
command to enable/disable door open, door close and
door button events (cf. uhppoted/uhppote-core#2)
v0.6.5-beta
Release Notes
- Maintenance release for version compatibility with NodeRED module
- Includes changes to support in progress
httpd
implementation
v0.6.4-beta
Release Notes
- Includes device ID in the
get-device
request message - Reworks
get-event
to retrieve the next event from the current index and update the index - Error messages are routed to
stderr