Compatibility fixes

This commit is contained in:
Pascal Serrarens 2025-04-17 09:35:23 +02:00
parent 19b4c33e05
commit 3eaa1ba31b

View File

@ -24,7 +24,7 @@ namespace RoboidControl {
//thisParticipant = participant;
}
public TouchSensor(Thing parent) : base(parent) { }
public TouchSensor(Thing parent, bool invokeEvent = true) : base(parent, (byte)Type.TouchSensor, invokeEvent) { }
public ParticipantUDP thisParticipant;