You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am new DEVKIT, Can any one please let me know whether the DEVKIT supports type: float, if just create a new object resource with "type": "float", or do I need to change some other to make it work.
Yes, I was trying to test scenario where by creating one new Object with type:float , but was not able to test as the DEVKIT was returning the value in string and in the end coap server was not able to parse the incoming value from DEVKIT as it was expecting float value. It would be great to hear from you if there is any other option to create an Object with float type.
Hi,
I am new DEVKIT, Can any one please let me know whether the DEVKIT supports type: float, if just create a new object resource with "type": "float", or do I need to change some other to make it work.
"11": {
"id": 11,
"name": "Client Hold Off Time",
"operations": "-",
"instancetype": "single",
"mandatory": true,
"type": "float",
"range": "",
"units": "s",
Regards,
Veerendra
The text was updated successfully, but these errors were encountered: