service Gateway { tags {server} } service MonitorTest { tags {server} } class GatewayBase { verbs {get} attributes { ClientInfo Gateway {server=Gateway1}; ServerInfo Gateway {server=Gateway1}; } } class MonitorTests { verbs {get, set, monitorOn, monitorOff} attributes { default Gateway; servers Gateway; attrib0 Gateway {server=Gateway1}; attrib1 MonitorTest {server=MonitorTestServer}; 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 ; GatewayBase : Gateway1;