added ITA Echo PA-TNC Subtype and ITA Echo Attribute type
This commit is contained in:
@@ -20,13 +20,14 @@
|
||||
#include "ita/ita_attr_settings.h"
|
||||
#include "ita/ita_attr_angel.h"
|
||||
|
||||
ENUM(ita_attr_names, ITA_ATTR_COMMAND, ITA_ATTR_STOP_ANGEL,
|
||||
ENUM(ita_attr_names, ITA_ATTR_COMMAND, ITA_ATTR_ECHO,
|
||||
"Command",
|
||||
"Dummy",
|
||||
"Get Settings",
|
||||
"Settings",
|
||||
"Start Angel",
|
||||
"Stop Angel"
|
||||
"Stop Angel",
|
||||
"Echo"
|
||||
);
|
||||
|
||||
/**
|
||||
|
||||
@@ -36,7 +36,8 @@ enum ita_attr_t {
|
||||
ITA_ATTR_GET_SETTINGS = 3,
|
||||
ITA_ATTR_SETTINGS = 4,
|
||||
ITA_ATTR_START_ANGEL = 5,
|
||||
ITA_ATTR_STOP_ANGEL = 6
|
||||
ITA_ATTR_STOP_ANGEL = 6,
|
||||
ITA_ATTR_ECHO = 7
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user