Z-Wave-Me / home-automation

Z-Way Home Automation engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update device metrics information via JSON API

zero24 opened this issue · comments

Hi,

based on https://zwayhomeautomation.docs.apiary.io/#reference/devices/virtual-device/update?console=1 I have tried to use the API to update the metrics information of an device (title in this case) from the API by sending an PUT request with the new data encoded as JSON in the body. Well the request runs without any issues but the problem is that it does not update the actual data and my request returns without any error but with the old data.

Is it me doing something wrong or is this an bug in the API as the same issues can be reproduced from the apiary - page too?

PUT
image

Response
image