Azure / azure-iot-explorer

Cross-platform UI for interacting with devices attached to Azure IoT Hub. This tool is meant for learning and testing, not for production environment.
MIT License
224 stars 71 forks source link

[BUG] Can't set Telemetry Interval less than 1 second in v0.15.2 #586

Closed sergiosolorzano closed 1 year ago

sergiosolorzano commented 1 year ago

Release 0.15.2 seems to add a feature for lower than 1 second intervals. However the UI does not accept decimal places after a zero so can't achieve intervals<1s, "." is not permitted so I can only enter 01 or 1 second.

I have validated the model with (DTDL tool) and updated the model (for both device and digital twin just in case they're connected) to telemetryInterval double type (also tried float), restarted the explorer but can't use ".":

image image image image

To Reproduce Steps to reproduce the behavior: Add model with interval float or double Enter telemetryinterval in the UI 0.1

Expected behavior Can enter telemetryinterval 0.1

Desktop (please complete the following information): Iot Explorer 0.15.2 Windows 11 v10.0.22621 Build 22621

Additional context We capture movement with IoT device which requires lower intervals

YingXue commented 1 year ago

Fixed released in https://github.com/Azure/azure-iot-explorer/releases/tag/v0.15.8. Closing.