eclipse-agail / agile-sdk

JavaScript Agile IoT SDK
Eclipse Public License 2.0
2 stars 4 forks source link

Return string from .device.status() #15

Closed craigmulligan closed 7 years ago

craigmulligan commented 7 years ago

Currently this returns an single key'd object

{"status":"CONNECTED"}

but we should instead just return the string.

http://petstore.swagger.io/?url=http://agile-iot.github.io/agile-api-spec/docs/swagger/api.swagger.yml

craigmulligan commented 7 years ago

Hmm it is already returning a string, will need to investigate the original UI issue.