devicehive-java-server icon indicating copy to clipboard operation
devicehive-java-server copied to clipboard

Duplicated "deviceGuid" key on Device Notification GET /device/notification/poll

Open edubovik opened this issue 10 years ago • 0 comments

#136 Duplicated "deviceguid"

{
    "notification": {
        "id": 2044623717,
        "notification": "$device-update",
        "deviceGuid": "first_ESP",
        "timestamp": "2015-11-15T21:22:26.508",
        "parameters": {
            "id": "first_ESP",
            "name": "first_ESP",
            "status": "Online",
            "data": null,
            "network": {
                "id": 274,
                "key": "P361MWQ08GNKDJL5",
                "name": "Network WJNAZP for (xtz)",
                "description": "Playground Network"
            },
            "deviceClass": {
                "id": 16,
                "name": "ESP Class",
                "version": "0.4",
                "isPermanent": false,
                "offlineTimeout": 120,
                "data": null,
                "equipment": [

                ]
            },
            "isBlocked": null
        }
    },
    "deviceGuid": "first_ESP"
}

edubovik avatar Nov 16 '15 12:11 edubovik