prplfoundation / prpl-ssi-api

prpl Foundation Software Stack Independent API schema
1 stars 0 forks source link

Services.Diagnostics.Wi-Fi.SiteSurveys.{SurveyId} missing Parameters details for Statistics.Channels #15

Open RicardoMartinhoaAtran opened 5 years ago

RicardoMartinhoaAtran commented 5 years ago

According with the Object Example, the Parameter Statistics.Channels is a Structure with multiple parameters inside (see below):

"Body": { "Id": "1", "Status": "Complete", "Timestamp": "2018-04-09T20:45:00+01:00", "Statistics": { "Channels": [ { "Id": 1, "Grade": 93, "BSSCount": 5, "Noise": { "Average": -80, "Background": -100 }, "SignalNoiseRatio ": 20, "Usage": 0.23 } ] } }

Theses parameters of the structure are not mapped on the parameters details.