Good afternoon, I need some advice. I want to attach ping diagnostics to the device page. I made the following settings in the config
- label: "'Ping Diagnostic'"
parameter: InternetGatewayDevice.IPPingDiagnostics
type: "'parameter-list'"
parameters:
- label: "'Status'"
parameter: InternetGatewayDevice.IPPingDiagnostics.DiagnosticsState
- label: "'Host'"
parameter: InternetGatewayDevice.IPPingDiagnostics.Host
- label: "'Count'"
parameter: InternetGatewayDevice.IPPingDiagnostics.NumberOfRepetitions
- label: "'Min'"
parameter: InternetGatewayDevice.IPPingDiagnostics.MinimumResponseTime
- label: "'Max'"
parameter: InternetGatewayDevice.IPPingDiagnostics.MaximumResponseTime
- label: "'Success'"
parameter: InternetGatewayDevice.IPPingDiagnostics.SuccessCount
But the -label “Ping Diagnostic” was not displayed in the device page
And how after passing the parameter “InternetGatewayDevice.IPPingDiagnostics.DiagnosticsState” - “Requested”. Update the same tree so that the parameter switches to the “Complete” state and shows the results. Thanks in advance for any help or advice