mirror of
https://github.com/RfidResearchGroup/ChameleonBLEAPI.git
synced 2026-05-12 11:20:47 -07:00
Add files via upload
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
package com.proxgrind.devices;
|
||||
|
||||
import java.io.IOException;
|
||||
|
||||
public class EmptyDevice implements Device {
|
||||
@Override
|
||||
public boolean working() throws IOException {
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean close() throws IOException {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user