Package net.heberling.ismart.mqtt
Class VehicleHandler
- java.lang.Object
-
- net.heberling.ismart.mqtt.VehicleHandler
-
public class VehicleHandler extends Object
-
-
Constructor Summary
Constructors Constructor Description VehicleHandler(SaicMqttGateway saicMqttGateway, org.eclipse.paho.client.mqttv3.IMqttClient client, String uid, String token, net.heberling.ismart.asn1.v1_1.entity.VinInfo vinInfo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidnotifyCarActivity(java.time.ZonedDateTime now, boolean force)voidnotifyMessage(SaicMessage message)
-
-
-
Constructor Detail
-
VehicleHandler
public VehicleHandler(SaicMqttGateway saicMqttGateway, org.eclipse.paho.client.mqttv3.IMqttClient client, String uid, String token, net.heberling.ismart.asn1.v1_1.entity.VinInfo vinInfo)
-
-
Method Detail
-
notifyCarActivity
public void notifyCarActivity(java.time.ZonedDateTime now, boolean force) throws org.eclipse.paho.client.mqttv3.MqttException- Throws:
org.eclipse.paho.client.mqttv3.MqttException
-
notifyMessage
public void notifyMessage(SaicMessage message) throws org.eclipse.paho.client.mqttv3.MqttException
- Throws:
org.eclipse.paho.client.mqttv3.MqttException
-
-