The SatDbBeaconAttenuation data record contains the attenuation value stored in the database for one particular pair of antennaId and beaconId. This is the attenuation to be applied for the given beacon signal when receivbed by this antenn.
Data Model
| Key | Type | Value |
|---|---|---|
| attenuationId | Number | unique, primary key, auto generated |
| beaconId | Number | ID of the beacon this data record belongs to |
| antennaId | Number | ID of the antenna this beacon belongs to |
| attenuation | Number | receiver attenuation, floating point, dB |
| modified | String | timestamp, generated by database at creation / modification time |