31 lines
399 B
SQL
Executable File
31 lines
399 B
SQL
Executable File
service Gateway
|
|
{
|
|
tags {server}
|
|
}
|
|
|
|
class Tests
|
|
{
|
|
verbs {get, set}
|
|
attributes
|
|
{
|
|
default Gateway;
|
|
clientID Gateway;
|
|
servers Gateway;
|
|
connections Gateway;
|
|
attrib Gateway {server=Gateway1};
|
|
ClientInfo Gateway {server=Gateway1};
|
|
ServerInfo Gateway {server=Gateway1};
|
|
}
|
|
messages
|
|
{
|
|
shutdown Gateway;
|
|
}
|
|
}
|
|
|
|
|
|
Tests :
|
|
device1,
|
|
device2,
|
|
device3
|
|
;
|