1domainGroup: EddGroup 2 Colors Includes Red 3 4 domain: Second 5 6 confType: On 7 Switch Is On 8 9 confGroup: Blue 10 Colors Includes Blue 11 12 # Inherits from "EddGroup" domainGroup, "Blue" confGroup 13 # and from "On" confType 14 conf: On 15 /Test/test/block/2/uint8 = 3 16 17 # Inherits from "EddGroup" domainGroup and "Blue" confGroup 18 conf: Off 19 /Test/test/block/2/uint8 = 4 20 21 # Only inherits from "EddGroup" domainGroup 22 conf: Green 23 Colors Includes Green 24 25 /Test/test/block/2/uint8 = 5 26 27 # Only inherits from "EddGroup" domainGroup 28 conf: Default 29 /Test/test/block/2/uint8 = 6 30