mirror of
https://github.com/danieldemus/openhab-core.git
synced 2026-07-29 12:34:22 +02:00
BusEventImpl: Fix source not passed for sendCommand(Item, String, String) (#5150)
Signed-off-by: Florian Hotze <dev@florianhotze.com>
This commit is contained in:
+1
-1
@@ -69,7 +69,7 @@ public class BusEventImpl implements BusEvent {
|
||||
@Override
|
||||
public void sendCommand(Item item, String commandString, @Nullable String source) {
|
||||
if (item != null) {
|
||||
sendCommand(item.getName(), commandString);
|
||||
sendCommand(item.getName(), commandString, source);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user