robbiet480 / go.nut

A Golang library for interacting with NUT (Network UPS Tools)
https://godoc.org/github.com/robbiet480/go.nut
MIT License
31 stars 15 forks source link

Fix: Trim spaces from variable values #3

Closed DRuggeri closed 4 years ago

DRuggeri commented 4 years ago

I've noticed that, at least on my silly UPS, some values are returned with trailing spaces within the quotes. This is a quick fix to trim all spaces from such cases.

Example:

GET VAR ups device.serial
VAR ups device.serial "4B1538P29631  "
robbiet480 commented 4 years ago

Thanks! 🐬 🍪 💯