Package net.heberling.ismart.mqtt
Class SaicMqttGateway
- java.lang.Object
-
- net.heberling.ismart.mqtt.SaicMqttGateway
-
-
Constructor Summary
Constructors Constructor Description SaicMqttGateway()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Integercall()static voidfillReserved(byte[] reservedBytes)StringgetAbrpApiKey()StringgetAbrpUserToken(String vin)static voidmain(String... args)voidnotifyMessage(SaicMessage message)static StringtoJSON(Object message)
-
-
-
Method Detail
-
main
public static void main(String... args)
-
fillReserved
public static void fillReserved(byte[] reservedBytes)
-
getAbrpApiKey
public String getAbrpApiKey()
-
notifyMessage
public void notifyMessage(SaicMessage message) throws org.eclipse.paho.client.mqttv3.MqttException
- Throws:
org.eclipse.paho.client.mqttv3.MqttException
-
-