You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
1.5 KiB

namespace FBeeService
{
public static class Keys
{
public const string DeviceId = "DeviceId";
public const string Address = "Address";
public const string EndPoint = "EndPoint";
public const string Version = "Version";
public const string Electricity = "Electricity";
public const string KeyPress = "KeyPress";
public const string State = "State";
public const string L1State = "L1State";
public const string L2State = "L2State";
public const string L3State = "L3State";
public const string Battery = "Battery";
public const string EndPointCount = "EndPointCount";
public const string Data = "Data";
public const string ZoneType = "ZoneType";
public const string Brightness = "Brightness";
public const string Hue = "Hue";
public const string Saturation = "Saturation";
public const string ColorTemperature = "ColorTemperature";
public const string Light = "Light";
public const string Warning = "Warning";
public const string UnderVoltage = "UnderVoltage";
public const string PM25 = "PM25";
public const string PM100 = "PM100";
public const string PM10 = "PM10";
public const string Temperature = "Temperature";
public const string Humidity = "Humidity";
public const string Voltage = "Voltage";
public const string DeviceCount = "DeviceCount";
}
}