|
|
@ -37,7 +37,7 @@ public class RaspberrypiConstants {
|
|
|
|
//type of the sensor
|
|
|
|
//type of the sensor
|
|
|
|
public static final String SENSOR_TEMPERATURE = "temperature";
|
|
|
|
public static final String SENSOR_TEMPERATURE = "temperature";
|
|
|
|
//sensor events summerized table name
|
|
|
|
//sensor events summerized table name
|
|
|
|
public static final String TEMPERATURE_EVENT_TABLE = "ORG_WSO2_IOT_DEVICES_TEMPERATURE";
|
|
|
|
public static final String TEMPERATURE_EVENT_TABLE = "DEVICE_TEMPERATURE_SUMMARY";
|
|
|
|
public static final String DATA_SOURCE_NAME = "jdbc/RaspberryPiDM_DB";
|
|
|
|
public static final String DATA_SOURCE_NAME = "jdbc/RaspberryPiDM_DB";
|
|
|
|
public final static String DEVICE_TYPE_PROVIDER_DOMAIN = "carbon.super";
|
|
|
|
public final static String DEVICE_TYPE_PROVIDER_DOMAIN = "carbon.super";
|
|
|
|
|
|
|
|
|
|
|
|