Package var.mom.mqtt.smarthome
Class Conf
- java.lang.Object
-
- var.mom.mqtt.smarthome.Conf
-
public class Conf extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
BROKER
broker for the Smart Home Applicationstatic int
QOS
MQTT quality of service level for the Smart Home Application sensor messagesstatic java.lang.String
TOPICSTART
beginning topic level topic for the Smart Home Application
-
Constructor Summary
Constructors Constructor Description Conf()
-
-
-
Field Detail
-
TOPICSTART
public static final java.lang.String TOPICSTART
beginning topic level topic for the Smart Home Application- See Also:
- Constant Field Values
-
BROKER
public static final java.lang.String BROKER
broker for the Smart Home Application- See Also:
- Constant Field Values
-
QOS
public static final int QOS
MQTT quality of service level for the Smart Home Application sensor messages- See Also:
- Constant Field Values
-
-
Constructor Detail
-
Conf
public Conf()
-
-