io.mapsmessaging.devices.NamingConstants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of deviceLibrary Show documentation
Show all versions of deviceLibrary Show documentation
Provides a plugable Device integration and access
The newest version!
package io.mapsmessaging.devices;
public class NamingConstants {
public static final String DEVICE_WRITE_SCHEMA = "DeviceWriteSchema";
public static final String DEVICE_STATIC_DATA_SCHEMA = "DeviceStaticDataSchema";
public static final String SENSOR_DATA_SCHEMA = "SensorDataSchema";
private NamingConstants() {
}
}