Created
October 9, 2016 18:09
-
-
Save andriyadi/f15d29a9e135abe188e9b3a039ec1d2e to your computer and use it in GitHub Desktop.
Samsung Artik Cloud - Scenario sample for publishing data using Device Simulator
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"period": 1000, | |
"data": { | |
"fallDetected": false, | |
"heartRate": 0, | |
"temp": 0, | |
"timestamp": 0 | |
}, | |
"sdid": "3c85aeff55b245139ad3f0b9b327a351", | |
"api": "POST", | |
"config": { | |
"fallDetected": {"function":"cycle", "type":"Boolean", "value":[true, false]}, | |
"heartRate": {"function":"random", "type":"Integer", "min":70,"max":90}, | |
"temp": {"function":"random", "type":"Integer", "min":35,"max":40}, | |
"timestamp": {"function":"increment", "type":"Integer", "min":1476033885, "max":1476043885, "increment":1, "period":1000} | |
}, | |
"deviceToken": "" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-->
declaration of the XSD namespace is almost certainly not
**a valid schema document. -->
%xs-datatypes;