The Client Signal Data
| Input Type | Accessed Type | Description | Notes |
|---|---|---|---|
| dict, frozendict.frozendict, | frozendict.frozendict, | The Client Signal Data |
| Key | Input Type | Accessed Type | Description | Notes |
|---|---|---|---|---|
| timestamp | decimal.Decimal, int, | decimal.Decimal, | The timestamp detect in epoch format (milliseconds) | [optional] value must be a 64 bit integer |
| rssi | decimal.Decimal, int, | decimal.Decimal, | The RSSI | [optional] value must be a 32 bit integer |
| snr | decimal.Decimal, int, | decimal.Decimal, | The SNR | [optional] value must be a 32 bit integer |
| noise_floor | decimal.Decimal, int, | decimal.Decimal, | The Noise floor | [optional] value must be a 64 bit integer |
| rssi_from_device | decimal.Decimal, int, | decimal.Decimal, | The RSSI from device | [optional] value must be a 32 bit integer |
| roam_details | XiqClientChartRoamDetails | XiqClientChartRoamDetails | [optional] | |
| any_string_name | dict, frozendict.frozendict, str, date, datetime, int, float, bool, decimal.Decimal, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, BoolClass, decimal.Decimal, NoneClass, tuple, bytes, FileIO | any string name can be used but the value must be the correct type | [optional] |