Change Log
25288
- Standardize custom commands in
package.json (i.e. npm run deps to install dependencies for NUTController)
25029
- Detect specific error from NUT regarding UPS communication problems and log with informational pointers for user to troubleshoot NUT and its UPS driver(s).
25026
- Improve error handling and recovery discipline; provide more diagnostic info.
- Add
x_nut_ups.user_status_message attribute
24303
- Fix an exception that can be thrown if the connection to the NUT service can't be acquired.
23210
- Change sequence for setting username/password. These aren't really needed right now; there are no operations NUTController can do (so far) that require authentication (it isn't needed to inventory UPS systems or retrieve their state).
22305
22283
- Minor code cleanups; no new features.
22278
- Fix declaration of
x_nut_ups capability to conform to new standards (i.e. must be declared).
22152
- Reduce system requirement to accomodate 22149 Reactor.
22151