I am curious if we might be able to pair a protocol visual overview shape with a specific component that exists on the same device's web page, like input box control (free form text) and command button (Apply).
Currently the device is polled via serial and this data is not able to be polled remotely. Its only available via the device page and it sets the device name, very useful information as it could be different in the device compared in DataMiner.
Hi Shawn,
It depends on the behavior of the embedded web page, as we don't have direct control over it.
Generally, the page would need to support URL parameters, which can be set using our placeholders. How those parameters are used—whether in the page content or in code—would be determined by the embedded page itself.