the 'Solar key' on K750 is named 'Light Check button'

This commit is contained in:
Daniel Pavel 2013-05-21 00:48:21 +03:00
parent 36b307eb49
commit da6711c93c
1 changed files with 1 additions and 1 deletions

View File

@ -388,7 +388,7 @@ class DeviceStatus(dict):
self[BATTERY_STATUS] += ', charging'
self._changed()
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)
# first cancel any reporting
self._device.feature_request(_hidpp20.FEATURE.SOLAR_CHARGE)