ssalonen / cec-rs

GNU General Public License v2.0
10 stars 8 forks source link

Fix return type of get_device_power_status #29

Closed sbergen closed 1 year ago

sbergen commented 1 year ago

get_device_power_status should return CecPowerStatus, but it was returning CecConnectionResult<()>, which didn't make much sense.