-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bad device value need detail and response error message #655
Comments
@sdvdxl Please provide your device profile and device configuration. |
The log message can be improved from here device-mqtt-go/internal/driver/incominglistener.go Lines 92 to 96 in e552023
|
Hi @sdvdxl , based on the Device WG discussion on 16 Jan, 2024
Thanks and please let me know if you have any further questions. |
maybe include device name, device profile? |
Please feel free to opne a new PR to include them |
🚀 Feature Request
Relevant Package [REQUIRED]
when device send bad value, we need know what happend.
Description [REQUIRED]
For example, if I define a property as temperature, the data type is float64, but the data sent is "a", then it should return this error through a topic, not just in the service log, and the log does not print the data of which device send the data.
Describe the solution you'd like
Describe alternatives you've considered
Have you considered any alternative solutions or workarounds?The text was updated successfully, but these errors were encountered: