fix hue tap button 4 param value typo
parent
fc90d10636
commit
f811fe1722
|
|
@ -724,7 +724,7 @@ void DevicePluginPhilipsHue::onRemoteButtonEvent(const int &buttonCode)
|
|||
id = tapPressedEventTypeId;
|
||||
break;
|
||||
case HueRemote::TapButton4Pressed:
|
||||
param = Param(tapPressedEventButtonNameParamTypeId, "•••••");
|
||||
param = Param(tapPressedEventButtonNameParamTypeId, "••••");
|
||||
id = tapPressedEventTypeId;
|
||||
break;
|
||||
default:
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@ public:
|
|||
TapButton4Pressed = 18
|
||||
};
|
||||
|
||||
explicit HueRemote(QObject *parent = 0);
|
||||
explicit HueRemote(QObject *parent = nullptr);
|
||||
|
||||
int battery() const;
|
||||
void setBattery(const int &battery);
|
||||
|
|
|
|||
Loading…
Reference in New Issue