mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-01-25 11:45:49 +01:00
[transport.serial] add PORT_DISCONNECTED event (#4056)
Signed-off-by: MV <mvcode00@gmail.com>
This commit is contained in:
parent
fe4cbe546e
commit
2cca87a026
@ -31,6 +31,7 @@ public interface SerialPortEvent {
|
||||
int PE = 8;
|
||||
int FE = 9;
|
||||
int BI = 10;
|
||||
int PORT_DISCONNECTED = 11;
|
||||
|
||||
/**
|
||||
* Get the type of the event.
|
||||
|
Loading…
Reference in New Issue
Block a user