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