Device administration
Device administration is structured around two key profiles that provide a clear separation of concerns:
Profile | Description |
---|---|
Device Instance | Represents a specific instance of a Device, linking it to its corresponding Device Model with details such as serial number and configuration. |
Device Model | Defines the master data for a generic device, including attributes such as model number, firmware version, manufacturer, and properties like serial number and device settings. |
Data model overview
Data flow for write action
The data flow for administrating Device data consists of the following steps:
- Create or update
RdcDeviceModel
: this resource needs to submitted first if not already available. - Create or update
RdcDeviceInstance
: once the model is establish, submit theRdcDeviceInstance
with a reference to its parentRdcDeviceModel
.