mirror of
https://github.com/nymea/nymea-plugins.git
synced 2026-08-05 03:33:51 +02:00
Merge PR #67: PhilipsHue: Fix hue tap button 4 param value typo
This commit is contained in:
commit
f8d1cfb10d
@ -724,7 +724,7 @@ void DevicePluginPhilipsHue::onRemoteButtonEvent(const int &buttonCode)
|
|||||||
id = tapPressedEventTypeId;
|
id = tapPressedEventTypeId;
|
||||||
break;
|
break;
|
||||||
case HueRemote::TapButton4Pressed:
|
case HueRemote::TapButton4Pressed:
|
||||||
param = Param(tapPressedEventButtonNameParamTypeId, "•••••");
|
param = Param(tapPressedEventButtonNameParamTypeId, "••••");
|
||||||
id = tapPressedEventTypeId;
|
id = tapPressedEventTypeId;
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
|||||||
@ -51,7 +51,7 @@ public:
|
|||||||
TapButton4Pressed = 18
|
TapButton4Pressed = 18
|
||||||
};
|
};
|
||||||
|
|
||||||
explicit HueRemote(QObject *parent = 0);
|
explicit HueRemote(QObject *parent = nullptr);
|
||||||
|
|
||||||
int battery() const;
|
int battery() const;
|
||||||
void setBattery(const int &battery);
|
void setBattery(const int &battery);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user