1 | initial version |
"A DeviceModel captures the static properties of a Device." Can I interpret that a DeviceModel is a "class" of Devices: meaning I can have several Devices ("instances") with the same DeviceModel: DeviceModel 1 -> N Device?
Or is there a 1:1 relationship between DeviceModel and Device?
Thanks.