A DeviceType is a general entity that describes duh... a device type. I.E.; Arduino, Raspberry Pi, NodeMCU, CHIP, etc.
A Device is a concrete instance of a device type. I.E.; wee-1, wee-2, etc.
To reflect this, we should move the manufacturer and model attributes from Device to DeviceType.
A
DeviceTypeis a general entity that describes duh... a device type. I.E.; Arduino, Raspberry Pi, NodeMCU, CHIP, etc.A
Deviceis a concrete instance of a device type. I.E.; wee-1, wee-2, etc.To reflect this, we should move the
manufacturerandmodelattributes fromDevicetoDeviceType.