Device interfaces¶
A device interface contains the configuration needed for device to function with a Driver Instance.
For a LoRaWAN device the Device-EUI and App-Eui can be found in device_interface.opts
.
Fields¶
Field | Type | Description |
---|---|---|
id | uuid | Id of this interfce |
opts | map | Map with options |
meta | map | Map with metadata |
Associations¶
Association | Cardinality | Foreign Entity | Description | Can preload |
---|---|---|---|---|
device | one | Devices | Device this interface is assigned to | |
instance | one | Driver instances | Driver this interface is assigned to |