Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.71 KB

File metadata and controls

22 lines (17 loc) · 1.71 KB

extremecloudiq.model.xiq_client_chart_data.XiqClientChartData

The Client Signal Data

Model Type Info

Input Type Accessed Type Description Notes
dict, frozendict.frozendict, frozendict.frozendict, The Client Signal Data

Dictionary Keys

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]

[Back to Model list] [Back to API list] [Back to README]