the 'Solar key' on K750 is named 'Light Check button'
This commit is contained in:
parent
36b307eb49
commit
da6711c93c
|
@ -388,7 +388,7 @@ class DeviceStatus(dict):
|
||||||
self[BATTERY_STATUS] += ', charging'
|
self[BATTERY_STATUS] += ', charging'
|
||||||
self._changed()
|
self._changed()
|
||||||
elif n.address == 0x20:
|
elif n.address == 0x20:
|
||||||
_log.debug("%s: Solar key pressed", self._device)
|
_log.debug("%s: Light Check button pressed", self._device)
|
||||||
self._changed(alert=ALERT.SHOW_WINDOW)
|
self._changed(alert=ALERT.SHOW_WINDOW)
|
||||||
# first cancel any reporting
|
# first cancel any reporting
|
||||||
self._device.feature_request(_hidpp20.FEATURE.SOLAR_CHARGE)
|
self._device.feature_request(_hidpp20.FEATURE.SOLAR_CHARGE)
|
||||||
|
|
Loading…
Reference in New Issue