Init project
This commit is contained in:
12
RobotApp.VDA5050/VDA5050Topic.cs
Normal file
12
RobotApp.VDA5050/VDA5050Topic.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace RobotApp.VDA5050;
|
||||
|
||||
public static class VDA5050Topic
|
||||
{
|
||||
public const string Connection = "connection";
|
||||
public const string Order = "order";
|
||||
public const string InstantActions = "instantActions";
|
||||
public const string State = "state";
|
||||
public const string Visualization = "visualization";
|
||||
public const string Factsheet = "factsheet";
|
||||
public const string FactsheetExtend = "factsheetExtend"; // custom by TungNV
|
||||
}
|
||||
Reference in New Issue
Block a user