-
Notifications
You must be signed in to change notification settings - Fork 89
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
MQTT protocol binding is wrong #25
Comments
Line 658 in b398dec
Line 714 in b398dec
Line 829 in b398dec
reg_req_topic of mqtt_app is wrong. |
Line 157 in b398dec
Line 164 in b398dec
Line 174 in b398dec
topics of subscribe are wrong. |
Mobius/mobius/mn.js
Line 541 in 24d1bf7
jsonObj of retrieve_CSEBase_mqtt is wrong.
according to TR-0051,
csr
hassrv
and it does not havesrt
.But it deletes
jsonObj.csr.srv
instead ofjsonObj.csr.srt
.It causes bad filed error when Mobius (or nCube-Rosemary) works as
mn
{"m2m:dbg":"ER_BAD_FIELD_ERROR: Unknown column 'srt' in 'field list'"}
The text was updated successfully, but these errors were encountered: