//CBUS Things file /* Need a cgate bridge to connect to cgate and then 1 network bridge for each network on that system */ Bridge cbus:cgate:cgatenetwork "file - cgate" [ ipAddress="192.168.1.54"] { //Bridge network cbusnetwork "file - network" [ id=100, project="PETER" ] { Bridge network peter100 "file - network" [ id=100, project="PETER" ] { /* Things can be configured within each network bridge */ //Thing light light4 "light 4a" [group=4] } } /* Things can be configured seperatly and associated with the network bridge */ Thing cbus:light:cgatenetwork:peter100:light4 "light 4" (cbus:network:cgatenetwork:peter100) [ group=4 ]