8 lines
238 B
C#
8 lines
238 B
C#
namespace RuleEngine.Constants
|
|
{
|
|
public class MqttTopic
|
|
{
|
|
public const string UpdatePVTFormat = "devices/update_pvt/{0}";
|
|
public const string UpdatePVTResponseFormat = "iot/devices/update_PVT_response/{0}";
|
|
}
|
|
} |