GithubHelp home page GithubHelp logo

devicehive / devicehive-java Goto Github PK

View Code? Open in Web Editor NEW
24.0 36.0 15.0 4.17 MB

DeviceHive java client library

Home Page: http://devicehive.com

License: Apache License 2.0

Java 100.00%
devicehive dataart java client iot rest websockets

devicehive-java's People

Contributors

akrasikov avatar alexkebkalo avatar andreylatysh avatar aovchinnikov avatar demon-xxi avatar edubovik avatar jkulagina avatar mkleymenov avatar n-loboda avatar rroschin avatar sorjef avatar stanislavsidorenko avatar stanislavsidorenkodataart avatar tmatvienko avatar vikua avatar vteryaev avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

devicehive-java's Issues

Device Notification GET /device/notification/poll (Different Schemas)

JSON response starts with "notification" key. In other endpoints there is no such key (/device/{deviceGuid}/notification - has no such key for example )

{
"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 ([email protected])",
"description": "Playground Network"
},
"deviceClass": {
"id": 16,
"name": "ESP Class",
"version": "0.4",
"isPermanent": false,
"offlineTimeout": 120,
"data": null,
"equipment": []
},
"isBlocked": null
}
},
"deviceGuid": "first_ESP"
},

Command GET /device/command/poll

Duplicated "deviceguid"

{
"command": {
"id": 947936808,
"command": "onewire/dht/read",
"timestamp": "2015-11-15T20:47:21.534",
"userId": 10,
"deviceGuid": "esp-device-581688cb236c0ef4",
"parameters": {
"pin": 1
},
"lifetime": null,
"status": null,
"result": null
},
"deviceGuid": "esp-device-581688cb236c0ef4"
}

Device Notification GET /device/notification/poll

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 ([email protected])",
"description": "Playground Network"
},
"deviceClass": {
"id": 16,
"name": "ESP Class",
"version": "0.4",
"isPermanent": false,
"offlineTimeout": 120,
"data": null,
"equipment": []
},
"isBlocked": null
}
},
"deviceGuid": "first_ESP"
},

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.