Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions NEWS.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,15 @@ but the `nutshutdown` script would bail out quickly and quietly. [PR #3008]
* Abandoned use of obsolete `gethostbyname()` in favour of `getaddrinfo()`.
Extended to be IPv6-capable along the way. [#1209]

- `apc_modbus` driver updates:
* Fixed register range in a logging string.
* Add outlet group timers.
* Fixed outlet group command handling to dynamically detect available groups
(MOG, SOG0 - SOG2) in the device. Commands and variables are now only
exposed for outlet groups actually present on the UPS. Global `load.*` and
`shutdown.*` commands now correctly target all available outlet groups.
[PR #3395]

- Introduced a new NUT driver named `meanwell_ntu` which provides support for
the Mean Well NTU series hybrid inverter and UPS units. [PR #3206]

Expand Down
Loading
Loading