v0.7.4
Fixed
- Fixed the minimum version of the chrono dependency by setting it to 0.4.25.
Changes
DeviceUsageResult
has been split intoDeviceUsageResult
andDeviceUsageEnergyMonitoringResult
. The former is now returned for the P100 and P105 devices while the latter is returned for all the other devices that support energy monitoring.EnergyMonitoringPlugHandler
has been renamed toPlugEnergyMonitoringHandler
.- All
___DeviceInfoResult
structs have been renamed toDeviceInfo___Result
. - All
___DefaultState
structs have been renamed toDefault___State
.
Removed
get_device_usage
has been removed from theGenericDeviceHandler
because it is not supported by all devices.
Full Changelog: v0.7.3...v0.7.4