Remove SmartHome leftovers (#9283)
Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
@@ -141,7 +141,7 @@ public class SacnPacket extends DmxOverEthernetPacket {
|
||||
rawPacket[114] = (byte) (this.universeId % 256);
|
||||
|
||||
/* set sender name in packet */
|
||||
String senderName = new String("ESH DMX binding (sACN) <" + String.format("%05d", this.universeId) + ">");
|
||||
String senderName = new String("openHAB DMX binding (sACN) <" + String.format("%05d", this.universeId) + ">");
|
||||
byte[] senderNameBytes = senderName.getBytes(StandardCharsets.UTF_8);
|
||||
System.arraycopy(senderNameBytes, 0, rawPacket, 44, senderName.length());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user