Sometimes, it is required to get a sensor info or sensor data record by sensor's number.
Before this change, ipmitool would only accept sensor or entity names in sdr get and sensor get commands.
With this change it is now possible to specify a numeric (hex, octal, or decimal) id.
NOTE: Works on sensor records only. Locator records and their numeric 'entity ID' is not supported by this change.
Properly reimplements #40
Sometimes, it is required to get a sensor info or sensor data record by sensor's number.
Before this change, `ipmitool` would only accept sensor or entity names in `sdr get` and `sensor get` commands.
With this change it is now possible to specify a numeric (hex, octal, or decimal) id.
NOTE: Works on sensor records only. Locator records and their numeric 'entity ID' is not supported by this change.
Properly reimplements #40