class LoRaService : ConnectionRequest<User, String>
Custom class to leverage LoRa agent developed by Cyril Poder - cyril.poder@softwarag.com
data class LoRaDeviceActivation : JsonSerializable |
LoRaService(connection: CumulocityConnectionFactory.CumulocityConnection)
Custom class to leverage LoRa agent developed by Cyril Poder - cyril.poder@softwarag.com |
fun deprovision(id: String, network: String, responder: (Boolean) -> Unit): Unit
Unregisters the device from the specified LoRa networt |
|
fun path(): String |
|
fun provision(name: String, network: String, devEUI: String, codec: String?, appKey: String, appEUI: String, lat: Double?, lng: Double?, responder: (Boolean) -> Unit): Unit
Deploys the device to the specified LoRa network |
|
fun response(response: String): String |