public interface LLDriverInterface
| Modifier and Type | Method and Description |
|---|---|
void |
addConnection(String hardwareIdentifier) |
void |
addConnectionViaPort(String portName) |
org.json.JSONObject |
cacheDevices() |
org.json.JSONObject |
scanForDevices() |
org.json.JSONArray |
showAllCreatedChannels() |
org.json.JSONObject |
showClusterDetails(String interfaceId,
String device,
String endpoint,
String clusterId) |
org.json.JSONArray |
showDeviceDetails(String interfaceId,
String deviceAddress) |
org.json.JSONObject |
showHardware() |
org.json.JSONObject |
showNetwork(String option) |
String |
whichID() |
String |
whichTech() |
void addConnection(String hardwareIdentifier)
void addConnectionViaPort(String portName)
org.json.JSONObject showClusterDetails(String interfaceId, String device, String endpoint, String clusterId)
org.json.JSONArray showAllCreatedChannels()
org.json.JSONObject showHardware()
org.json.JSONObject showNetwork(String option)
org.json.JSONObject scanForDevices()
String whichTech()
String whichID()
org.json.JSONObject cacheDevices()
Copyright © 2018. All rights reserved.