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

17 lines
278 B
SQL

service CLIP {
tags {server, host, port}
}
class JAVAServer {
verbs {get, set, monitorOn, monitorOff}
attributes {
Thing1 CLIP {server=JServer1, host=localhost, port=9900};
Thing2 CLIP {server=JServer1, host=localhost, port=9900};
}
}
JAVAServer :
JServer1
;