Files
2022-12-13 12:44:04 +01:00

35 lines
753 B
SQL

service Gateway
{
tags {server}
}
class MonitorTests
{
verbs {get, set, monitorOn, monitorOff}
attributes
{
default Gateway;
servers Gateway;
attrib0 Gateway {server=Gateway1};
attrib1 Gateway {server=Gateway1};
attrib2 Gateway {server=Gateway1};
attrib3 Gateway {server=Gateway1};
attrib4 Gateway {server=Gateway1};
attrib5 Gateway {server=Gateway1};
attrib6 Gateway {server=Gateway1};
attrib7 Gateway {server=Gateway1};
attrib8 Gateway {server=Gateway1};
attrib9 Gateway {server=Gateway1};
}
messages
{
disconnect Gateway;
}
}
MonitorTests :
device0, device1, device2, device3, device4,
device5, device6, device7, device8, device9
;