mirror of
https://github.com/home-assistant/core.git
synced 2025-07-14 08:47:10 +00:00
Prettify json (component test fixtures) (#68892)
This commit is contained in:
parent
831e2ace9c
commit
053c4428a9
@ -20,10 +20,7 @@
|
||||
"operator": "OR",
|
||||
"expressions": [
|
||||
{
|
||||
"mobileDevices": [
|
||||
"89381",
|
||||
"658"
|
||||
],
|
||||
"mobileDevices": ["89381", "658"],
|
||||
"property": {
|
||||
"trait": "mobile.traits.location",
|
||||
"name": "location",
|
||||
|
@ -20,10 +20,7 @@
|
||||
"operator": "OR",
|
||||
"expressions": [
|
||||
{
|
||||
"mobileDevices": [
|
||||
"89381",
|
||||
"658"
|
||||
],
|
||||
"mobileDevices": ["89381", "658"],
|
||||
"property": {
|
||||
"trait": "mobile.traits.location",
|
||||
"name": "location",
|
||||
|
@ -1,369 +1,393 @@
|
||||
[ {
|
||||
"idema" : "3195",
|
||||
"lon" : -3.678095,
|
||||
"fint" : "2021-01-08T14:00:00",
|
||||
"prec" : 1.2,
|
||||
"alt" : 667.0,
|
||||
"lat" : 40.411804,
|
||||
"ubi" : "MADRID RETIRO",
|
||||
"pres" : 929.9,
|
||||
"hr" : 97.0,
|
||||
"pres_nmar" : 1009.9,
|
||||
"tamin" : -0.1,
|
||||
"ta" : 0.1,
|
||||
"tamax" : 0.2,
|
||||
"tpr" : -0.3,
|
||||
"rviento" : 132.0
|
||||
}, {
|
||||
"idema" : "3195",
|
||||
"lon" : -3.678095,
|
||||
"fint" : "2021-01-08T15:00:00",
|
||||
"prec" : 1.5,
|
||||
"alt" : 667.0,
|
||||
"lat" : 40.411804,
|
||||
"ubi" : "MADRID RETIRO",
|
||||
"pres" : 929.0,
|
||||
"hr" : 98.0,
|
||||
"pres_nmar" : 1008.9,
|
||||
"tamin" : 0.1,
|
||||
"ta" : 0.2,
|
||||
"tamax" : 0.3,
|
||||
"tpr" : 0.0,
|
||||
"rviento" : 154.0
|
||||
}, {
|
||||
"idema" : "3195",
|
||||
"lon" : -3.678095,
|
||||
"fint" : "2021-01-08T16:00:00",
|
||||
"prec" : 0.7,
|
||||
"alt" : 667.0,
|
||||
"lat" : 40.411804,
|
||||
"ubi" : "MADRID RETIRO",
|
||||
"pres" : 928.8,
|
||||
"hr" : 98.0,
|
||||
"pres_nmar" : 1008.6,
|
||||
"tamin" : 0.2,
|
||||
"ta" : 0.3,
|
||||
"tamax" : 0.3,
|
||||
"tpr" : 0.0,
|
||||
"rviento" : 177.0
|
||||
}, {
|
||||
"idema" : "3195",
|
||||
"lon" : -3.678095,
|
||||
"fint" : "2021-01-08T17:00:00",
|
||||
"prec" : 1.7,
|
||||
"alt" : 667.0,
|
||||
"lat" : 40.411804,
|
||||
"ubi" : "MADRID RETIRO",
|
||||
"pres" : 928.6,
|
||||
"hr" : 99.0,
|
||||
"pres_nmar" : 1008.5,
|
||||
"tamin" : 0.1,
|
||||
"ta" : 0.1,
|
||||
"tamax" : 0.3,
|
||||
"tpr" : 0.0,
|
||||
"rviento" : 174.0
|
||||
}, {
|
||||
"idema" : "3195",
|
||||
"lon" : -3.678095,
|
||||
"fint" : "2021-01-08T18:00:00",
|
||||
"prec" : 1.9,
|
||||
"alt" : 667.0,
|
||||
"lat" : 40.411804,
|
||||
"ubi" : "MADRID RETIRO",
|
||||
"pres" : 928.2,
|
||||
"hr" : 99.0,
|
||||
"pres_nmar" : 1008.1,
|
||||
"tamin" : -0.1,
|
||||
"ta" : -0.1,
|
||||
"tamax" : 0.1,
|
||||
"tpr" : -0.3,
|
||||
"rviento" : 163.0
|
||||
}, {
|
||||
"idema" : "3195",
|
||||
"lon" : -3.678095,
|
||||
"fint" : "2021-01-08T19:00:00",
|
||||
"prec" : 3.0,
|
||||
"alt" : 667.0,
|
||||
"lat" : 40.411804,
|
||||
"ubi" : "MADRID RETIRO",
|
||||
"pres" : 928.4,
|
||||
"hr" : 99.0,
|
||||
"pres_nmar" : 1008.4,
|
||||
"tamin" : -0.3,
|
||||
"ta" : -0.3,
|
||||
"tamax" : 0.0,
|
||||
"tpr" : -0.5,
|
||||
"rviento" : 79.0
|
||||
}, {
|
||||
"idema" : "3195",
|
||||
"lon" : -3.678095,
|
||||
"fint" : "2021-01-08T20:00:00",
|
||||
"prec" : 3.5,
|
||||
"alt" : 667.0,
|
||||
"lat" : 40.411804,
|
||||
"ubi" : "MADRID RETIRO",
|
||||
"pres" : 928.4,
|
||||
"hr" : 99.0,
|
||||
"pres_nmar" : 1008.5,
|
||||
"tamin" : -0.6,
|
||||
"ta" : -0.6,
|
||||
"tamax" : -0.3,
|
||||
"tpr" : -0.7,
|
||||
"rviento" : 0.0
|
||||
}, {
|
||||
"idema" : "3195",
|
||||
"lon" : -3.678095,
|
||||
"fint" : "2021-01-08T21:00:00",
|
||||
"prec" : 2.6,
|
||||
"alt" : 667.0,
|
||||
"lat" : 40.411804,
|
||||
"ubi" : "MADRID RETIRO",
|
||||
"pres" : 928.1,
|
||||
"hr" : 99.0,
|
||||
"pres_nmar" : 1008.2,
|
||||
"tamin" : -0.7,
|
||||
"ta" : -0.7,
|
||||
"tamax" : -0.5,
|
||||
"tpr" : -0.7,
|
||||
"rviento" : 0.0
|
||||
}, {
|
||||
"idema" : "3195",
|
||||
"lon" : -3.678095,
|
||||
"fint" : "2021-01-08T22:00:00",
|
||||
"prec" : 3.0,
|
||||
"alt" : 667.0,
|
||||
"lat" : 40.411804,
|
||||
"ubi" : "MADRID RETIRO",
|
||||
"pres" : 927.6,
|
||||
"hr" : 99.0,
|
||||
"pres_nmar" : 1007.7,
|
||||
"tamin" : -0.8,
|
||||
"ta" : -0.8,
|
||||
"tamax" : -0.7,
|
||||
"tpr" : -1.0,
|
||||
"rviento" : 0.0
|
||||
}, {
|
||||
"idema" : "3195",
|
||||
"lon" : -3.678095,
|
||||
"fint" : "2021-01-08T23:00:00",
|
||||
"prec" : 2.9,
|
||||
"alt" : 667.0,
|
||||
"lat" : 40.411804,
|
||||
"ubi" : "MADRID RETIRO",
|
||||
"pres" : 926.9,
|
||||
"hr" : 99.0,
|
||||
"pres_nmar" : 1007.0,
|
||||
"tamin" : -0.9,
|
||||
"ta" : -0.9,
|
||||
"tamax" : -0.7,
|
||||
"tpr" : -1.0,
|
||||
"rviento" : 0.0
|
||||
}, {
|
||||
"idema" : "3195",
|
||||
"lon" : -3.678095,
|
||||
"fint" : "2021-01-09T00:00:00",
|
||||
"prec" : 1.4,
|
||||
"alt" : 667.0,
|
||||
"lat" : 40.411804,
|
||||
"ubi" : "MADRID RETIRO",
|
||||
"pres" : 926.5,
|
||||
"hr" : 99.0,
|
||||
"pres_nmar" : 1006.6,
|
||||
"tamin" : -1.0,
|
||||
"ta" : -1.0,
|
||||
"tamax" : -0.8,
|
||||
"tpr" : -1.2,
|
||||
"rviento" : 0.0
|
||||
}, {
|
||||
"idema" : "3195",
|
||||
"lon" : -3.678095,
|
||||
"fint" : "2021-01-09T01:00:00",
|
||||
"prec" : 2.0,
|
||||
"alt" : 667.0,
|
||||
"lat" : 40.411804,
|
||||
"ubi" : "MADRID RETIRO",
|
||||
"pres" : 925.9,
|
||||
"hr" : 99.0,
|
||||
"pres_nmar" : 1006.0,
|
||||
"tamin" : -1.3,
|
||||
"ta" : -1.3,
|
||||
"tamax" : -1.0,
|
||||
"tpr" : -1.4,
|
||||
"rviento" : 0.0
|
||||
}, {
|
||||
"idema" : "3195",
|
||||
"lon" : -3.678095,
|
||||
"fint" : "2021-01-09T02:00:00",
|
||||
"prec" : 1.5,
|
||||
"alt" : 667.0,
|
||||
"lat" : 40.411804,
|
||||
"ubi" : "MADRID RETIRO",
|
||||
"pres" : 925.7,
|
||||
"hr" : 99.0,
|
||||
"pres_nmar" : 1005.8,
|
||||
"tamin" : -1.5,
|
||||
"ta" : -1.4,
|
||||
"tamax" : -1.3,
|
||||
"tpr" : -1.4,
|
||||
"rviento" : 0.0
|
||||
}, {
|
||||
"idema" : "3195",
|
||||
"lon" : -3.678095,
|
||||
"fint" : "2021-01-09T03:00:00",
|
||||
"prec" : 1.2,
|
||||
"alt" : 667.0,
|
||||
"lat" : 40.411804,
|
||||
"ubi" : "MADRID RETIRO",
|
||||
"pres" : 925.6,
|
||||
"hr" : 99.0,
|
||||
"pres_nmar" : 1005.7,
|
||||
"tamin" : -1.5,
|
||||
"ta" : -1.4,
|
||||
"tamax" : -1.4,
|
||||
"tpr" : -1.4,
|
||||
"rviento" : 0.0
|
||||
}, {
|
||||
"idema" : "3195",
|
||||
"lon" : -3.678095,
|
||||
"fint" : "2021-01-09T04:00:00",
|
||||
"prec" : 1.1,
|
||||
"alt" : 667.0,
|
||||
"lat" : 40.411804,
|
||||
"ubi" : "MADRID RETIRO",
|
||||
"pres" : 924.9,
|
||||
"hr" : 99.0,
|
||||
"pres_nmar" : 1005.0,
|
||||
"tamin" : -1.5,
|
||||
"ta" : -1.5,
|
||||
"tamax" : -1.4,
|
||||
"tpr" : -1.7,
|
||||
"rviento" : 0.0
|
||||
}, {
|
||||
"idema" : "3195",
|
||||
"lon" : -3.678095,
|
||||
"fint" : "2021-01-09T05:00:00",
|
||||
"prec" : 0.7,
|
||||
"alt" : 667.0,
|
||||
"lat" : 40.411804,
|
||||
"ubi" : "MADRID RETIRO",
|
||||
"pres" : 924.6,
|
||||
"hr" : 99.0,
|
||||
"pres_nmar" : 1004.7,
|
||||
"tamin" : -1.5,
|
||||
"ta" : -1.5,
|
||||
"tamax" : -1.4,
|
||||
"tpr" : -1.7,
|
||||
"rviento" : 0.0
|
||||
}, {
|
||||
"idema" : "3195",
|
||||
"lon" : -3.678095,
|
||||
"fint" : "2021-01-09T06:00:00",
|
||||
"prec" : 0.2,
|
||||
"alt" : 667.0,
|
||||
"lat" : 40.411804,
|
||||
"ubi" : "MADRID RETIRO",
|
||||
"pres" : 924.4,
|
||||
"hr" : 99.0,
|
||||
"pres_nmar" : 1004.5,
|
||||
"tamin" : -1.6,
|
||||
"ta" : -1.6,
|
||||
"tamax" : -1.5,
|
||||
"tpr" : -1.7,
|
||||
"rviento" : 0.0
|
||||
}, {
|
||||
"idema" : "3195",
|
||||
"lon" : -3.678095,
|
||||
"fint" : "2021-01-09T07:00:00",
|
||||
"prec" : 0.0,
|
||||
"alt" : 667.0,
|
||||
"lat" : 40.411804,
|
||||
"ubi" : "MADRID RETIRO",
|
||||
"pres" : 924.4,
|
||||
"hr" : 99.0,
|
||||
"pres_nmar" : 1004.5,
|
||||
"tamin" : -1.6,
|
||||
"ta" : -1.6,
|
||||
"tamax" : -1.6,
|
||||
"tpr" : -1.7,
|
||||
"rviento" : 0.0
|
||||
}, {
|
||||
"idema" : "3195",
|
||||
"lon" : -3.678095,
|
||||
"fint" : "2021-01-09T08:00:00",
|
||||
"prec" : 0.1,
|
||||
"alt" : 667.0,
|
||||
"lat" : 40.411804,
|
||||
"ubi" : "MADRID RETIRO",
|
||||
"pres" : 924.8,
|
||||
"hr" : 99.0,
|
||||
"pres_nmar" : 1004.9,
|
||||
"tamin" : -1.6,
|
||||
"ta" : -1.6,
|
||||
"tamax" : -1.5,
|
||||
"tpr" : -1.7,
|
||||
"rviento" : 0.0
|
||||
}, {
|
||||
"idema" : "3195",
|
||||
"lon" : -3.678095,
|
||||
"fint" : "2021-01-09T09:00:00",
|
||||
"prec" : 0.0,
|
||||
"alt" : 667.0,
|
||||
"lat" : 40.411804,
|
||||
"ubi" : "MADRID RETIRO",
|
||||
"pres" : 925.0,
|
||||
"hr" : 99.0,
|
||||
"pres_nmar" : 1005.0,
|
||||
"tamin" : -1.6,
|
||||
"ta" : -1.3,
|
||||
"tamax" : -1.3,
|
||||
"tpr" : -1.4,
|
||||
"rviento" : 0.0
|
||||
}, {
|
||||
"idema" : "3195",
|
||||
"lon" : -3.678095,
|
||||
"fint" : "2021-01-09T10:00:00",
|
||||
"prec" : 0.0,
|
||||
"alt" : 667.0,
|
||||
"lat" : 40.411804,
|
||||
"ubi" : "MADRID RETIRO",
|
||||
"pres" : 925.3,
|
||||
"hr" : 99.0,
|
||||
"pres_nmar" : 1005.3,
|
||||
"tamin" : -1.3,
|
||||
"ta" : -1.2,
|
||||
"tamax" : -1.1,
|
||||
"tpr" : -1.4,
|
||||
"rviento" : 0.0
|
||||
}, {
|
||||
"idema" : "3195",
|
||||
"lon" : -3.678095,
|
||||
"fint" : "2021-01-09T11:00:00",
|
||||
"prec" : 4.4,
|
||||
"alt" : 667.0,
|
||||
"lat" : 40.411804,
|
||||
"ubi" : "MADRID RETIRO",
|
||||
"pres" : 925.4,
|
||||
"hr" : 99.0,
|
||||
"pres_nmar" : 1005.4,
|
||||
"tamin" : -1.2,
|
||||
"ta" : -1.0,
|
||||
"tamax" : -1.0,
|
||||
"tpr" : -1.2,
|
||||
"rviento" : 0.0
|
||||
}, {
|
||||
"idema" : "3195",
|
||||
"lon" : -3.678095,
|
||||
"fint" : "2021-01-09T12:00:00",
|
||||
"prec" : 7.0,
|
||||
"alt" : 667.0,
|
||||
"lat" : 40.411804,
|
||||
"ubi" : "MADRID RETIRO",
|
||||
"pres" : 924.6,
|
||||
"hr" : 99.0,
|
||||
"pres_nmar" : 1004.4,
|
||||
"tamin" : -1.0,
|
||||
"ta" : -0.7,
|
||||
"tamax" : -0.6,
|
||||
"tpr" : -0.7,
|
||||
"rviento" : 0.0
|
||||
} ]
|
||||
[
|
||||
{
|
||||
"idema": "3195",
|
||||
"lon": -3.678095,
|
||||
"fint": "2021-01-08T14:00:00",
|
||||
"prec": 1.2,
|
||||
"alt": 667.0,
|
||||
"lat": 40.411804,
|
||||
"ubi": "MADRID RETIRO",
|
||||
"pres": 929.9,
|
||||
"hr": 97.0,
|
||||
"pres_nmar": 1009.9,
|
||||
"tamin": -0.1,
|
||||
"ta": 0.1,
|
||||
"tamax": 0.2,
|
||||
"tpr": -0.3,
|
||||
"rviento": 132.0
|
||||
},
|
||||
{
|
||||
"idema": "3195",
|
||||
"lon": -3.678095,
|
||||
"fint": "2021-01-08T15:00:00",
|
||||
"prec": 1.5,
|
||||
"alt": 667.0,
|
||||
"lat": 40.411804,
|
||||
"ubi": "MADRID RETIRO",
|
||||
"pres": 929.0,
|
||||
"hr": 98.0,
|
||||
"pres_nmar": 1008.9,
|
||||
"tamin": 0.1,
|
||||
"ta": 0.2,
|
||||
"tamax": 0.3,
|
||||
"tpr": 0.0,
|
||||
"rviento": 154.0
|
||||
},
|
||||
{
|
||||
"idema": "3195",
|
||||
"lon": -3.678095,
|
||||
"fint": "2021-01-08T16:00:00",
|
||||
"prec": 0.7,
|
||||
"alt": 667.0,
|
||||
"lat": 40.411804,
|
||||
"ubi": "MADRID RETIRO",
|
||||
"pres": 928.8,
|
||||
"hr": 98.0,
|
||||
"pres_nmar": 1008.6,
|
||||
"tamin": 0.2,
|
||||
"ta": 0.3,
|
||||
"tamax": 0.3,
|
||||
"tpr": 0.0,
|
||||
"rviento": 177.0
|
||||
},
|
||||
{
|
||||
"idema": "3195",
|
||||
"lon": -3.678095,
|
||||
"fint": "2021-01-08T17:00:00",
|
||||
"prec": 1.7,
|
||||
"alt": 667.0,
|
||||
"lat": 40.411804,
|
||||
"ubi": "MADRID RETIRO",
|
||||
"pres": 928.6,
|
||||
"hr": 99.0,
|
||||
"pres_nmar": 1008.5,
|
||||
"tamin": 0.1,
|
||||
"ta": 0.1,
|
||||
"tamax": 0.3,
|
||||
"tpr": 0.0,
|
||||
"rviento": 174.0
|
||||
},
|
||||
{
|
||||
"idema": "3195",
|
||||
"lon": -3.678095,
|
||||
"fint": "2021-01-08T18:00:00",
|
||||
"prec": 1.9,
|
||||
"alt": 667.0,
|
||||
"lat": 40.411804,
|
||||
"ubi": "MADRID RETIRO",
|
||||
"pres": 928.2,
|
||||
"hr": 99.0,
|
||||
"pres_nmar": 1008.1,
|
||||
"tamin": -0.1,
|
||||
"ta": -0.1,
|
||||
"tamax": 0.1,
|
||||
"tpr": -0.3,
|
||||
"rviento": 163.0
|
||||
},
|
||||
{
|
||||
"idema": "3195",
|
||||
"lon": -3.678095,
|
||||
"fint": "2021-01-08T19:00:00",
|
||||
"prec": 3.0,
|
||||
"alt": 667.0,
|
||||
"lat": 40.411804,
|
||||
"ubi": "MADRID RETIRO",
|
||||
"pres": 928.4,
|
||||
"hr": 99.0,
|
||||
"pres_nmar": 1008.4,
|
||||
"tamin": -0.3,
|
||||
"ta": -0.3,
|
||||
"tamax": 0.0,
|
||||
"tpr": -0.5,
|
||||
"rviento": 79.0
|
||||
},
|
||||
{
|
||||
"idema": "3195",
|
||||
"lon": -3.678095,
|
||||
"fint": "2021-01-08T20:00:00",
|
||||
"prec": 3.5,
|
||||
"alt": 667.0,
|
||||
"lat": 40.411804,
|
||||
"ubi": "MADRID RETIRO",
|
||||
"pres": 928.4,
|
||||
"hr": 99.0,
|
||||
"pres_nmar": 1008.5,
|
||||
"tamin": -0.6,
|
||||
"ta": -0.6,
|
||||
"tamax": -0.3,
|
||||
"tpr": -0.7,
|
||||
"rviento": 0.0
|
||||
},
|
||||
{
|
||||
"idema": "3195",
|
||||
"lon": -3.678095,
|
||||
"fint": "2021-01-08T21:00:00",
|
||||
"prec": 2.6,
|
||||
"alt": 667.0,
|
||||
"lat": 40.411804,
|
||||
"ubi": "MADRID RETIRO",
|
||||
"pres": 928.1,
|
||||
"hr": 99.0,
|
||||
"pres_nmar": 1008.2,
|
||||
"tamin": -0.7,
|
||||
"ta": -0.7,
|
||||
"tamax": -0.5,
|
||||
"tpr": -0.7,
|
||||
"rviento": 0.0
|
||||
},
|
||||
{
|
||||
"idema": "3195",
|
||||
"lon": -3.678095,
|
||||
"fint": "2021-01-08T22:00:00",
|
||||
"prec": 3.0,
|
||||
"alt": 667.0,
|
||||
"lat": 40.411804,
|
||||
"ubi": "MADRID RETIRO",
|
||||
"pres": 927.6,
|
||||
"hr": 99.0,
|
||||
"pres_nmar": 1007.7,
|
||||
"tamin": -0.8,
|
||||
"ta": -0.8,
|
||||
"tamax": -0.7,
|
||||
"tpr": -1.0,
|
||||
"rviento": 0.0
|
||||
},
|
||||
{
|
||||
"idema": "3195",
|
||||
"lon": -3.678095,
|
||||
"fint": "2021-01-08T23:00:00",
|
||||
"prec": 2.9,
|
||||
"alt": 667.0,
|
||||
"lat": 40.411804,
|
||||
"ubi": "MADRID RETIRO",
|
||||
"pres": 926.9,
|
||||
"hr": 99.0,
|
||||
"pres_nmar": 1007.0,
|
||||
"tamin": -0.9,
|
||||
"ta": -0.9,
|
||||
"tamax": -0.7,
|
||||
"tpr": -1.0,
|
||||
"rviento": 0.0
|
||||
},
|
||||
{
|
||||
"idema": "3195",
|
||||
"lon": -3.678095,
|
||||
"fint": "2021-01-09T00:00:00",
|
||||
"prec": 1.4,
|
||||
"alt": 667.0,
|
||||
"lat": 40.411804,
|
||||
"ubi": "MADRID RETIRO",
|
||||
"pres": 926.5,
|
||||
"hr": 99.0,
|
||||
"pres_nmar": 1006.6,
|
||||
"tamin": -1.0,
|
||||
"ta": -1.0,
|
||||
"tamax": -0.8,
|
||||
"tpr": -1.2,
|
||||
"rviento": 0.0
|
||||
},
|
||||
{
|
||||
"idema": "3195",
|
||||
"lon": -3.678095,
|
||||
"fint": "2021-01-09T01:00:00",
|
||||
"prec": 2.0,
|
||||
"alt": 667.0,
|
||||
"lat": 40.411804,
|
||||
"ubi": "MADRID RETIRO",
|
||||
"pres": 925.9,
|
||||
"hr": 99.0,
|
||||
"pres_nmar": 1006.0,
|
||||
"tamin": -1.3,
|
||||
"ta": -1.3,
|
||||
"tamax": -1.0,
|
||||
"tpr": -1.4,
|
||||
"rviento": 0.0
|
||||
},
|
||||
{
|
||||
"idema": "3195",
|
||||
"lon": -3.678095,
|
||||
"fint": "2021-01-09T02:00:00",
|
||||
"prec": 1.5,
|
||||
"alt": 667.0,
|
||||
"lat": 40.411804,
|
||||
"ubi": "MADRID RETIRO",
|
||||
"pres": 925.7,
|
||||
"hr": 99.0,
|
||||
"pres_nmar": 1005.8,
|
||||
"tamin": -1.5,
|
||||
"ta": -1.4,
|
||||
"tamax": -1.3,
|
||||
"tpr": -1.4,
|
||||
"rviento": 0.0
|
||||
},
|
||||
{
|
||||
"idema": "3195",
|
||||
"lon": -3.678095,
|
||||
"fint": "2021-01-09T03:00:00",
|
||||
"prec": 1.2,
|
||||
"alt": 667.0,
|
||||
"lat": 40.411804,
|
||||
"ubi": "MADRID RETIRO",
|
||||
"pres": 925.6,
|
||||
"hr": 99.0,
|
||||
"pres_nmar": 1005.7,
|
||||
"tamin": -1.5,
|
||||
"ta": -1.4,
|
||||
"tamax": -1.4,
|
||||
"tpr": -1.4,
|
||||
"rviento": 0.0
|
||||
},
|
||||
{
|
||||
"idema": "3195",
|
||||
"lon": -3.678095,
|
||||
"fint": "2021-01-09T04:00:00",
|
||||
"prec": 1.1,
|
||||
"alt": 667.0,
|
||||
"lat": 40.411804,
|
||||
"ubi": "MADRID RETIRO",
|
||||
"pres": 924.9,
|
||||
"hr": 99.0,
|
||||
"pres_nmar": 1005.0,
|
||||
"tamin": -1.5,
|
||||
"ta": -1.5,
|
||||
"tamax": -1.4,
|
||||
"tpr": -1.7,
|
||||
"rviento": 0.0
|
||||
},
|
||||
{
|
||||
"idema": "3195",
|
||||
"lon": -3.678095,
|
||||
"fint": "2021-01-09T05:00:00",
|
||||
"prec": 0.7,
|
||||
"alt": 667.0,
|
||||
"lat": 40.411804,
|
||||
"ubi": "MADRID RETIRO",
|
||||
"pres": 924.6,
|
||||
"hr": 99.0,
|
||||
"pres_nmar": 1004.7,
|
||||
"tamin": -1.5,
|
||||
"ta": -1.5,
|
||||
"tamax": -1.4,
|
||||
"tpr": -1.7,
|
||||
"rviento": 0.0
|
||||
},
|
||||
{
|
||||
"idema": "3195",
|
||||
"lon": -3.678095,
|
||||
"fint": "2021-01-09T06:00:00",
|
||||
"prec": 0.2,
|
||||
"alt": 667.0,
|
||||
"lat": 40.411804,
|
||||
"ubi": "MADRID RETIRO",
|
||||
"pres": 924.4,
|
||||
"hr": 99.0,
|
||||
"pres_nmar": 1004.5,
|
||||
"tamin": -1.6,
|
||||
"ta": -1.6,
|
||||
"tamax": -1.5,
|
||||
"tpr": -1.7,
|
||||
"rviento": 0.0
|
||||
},
|
||||
{
|
||||
"idema": "3195",
|
||||
"lon": -3.678095,
|
||||
"fint": "2021-01-09T07:00:00",
|
||||
"prec": 0.0,
|
||||
"alt": 667.0,
|
||||
"lat": 40.411804,
|
||||
"ubi": "MADRID RETIRO",
|
||||
"pres": 924.4,
|
||||
"hr": 99.0,
|
||||
"pres_nmar": 1004.5,
|
||||
"tamin": -1.6,
|
||||
"ta": -1.6,
|
||||
"tamax": -1.6,
|
||||
"tpr": -1.7,
|
||||
"rviento": 0.0
|
||||
},
|
||||
{
|
||||
"idema": "3195",
|
||||
"lon": -3.678095,
|
||||
"fint": "2021-01-09T08:00:00",
|
||||
"prec": 0.1,
|
||||
"alt": 667.0,
|
||||
"lat": 40.411804,
|
||||
"ubi": "MADRID RETIRO",
|
||||
"pres": 924.8,
|
||||
"hr": 99.0,
|
||||
"pres_nmar": 1004.9,
|
||||
"tamin": -1.6,
|
||||
"ta": -1.6,
|
||||
"tamax": -1.5,
|
||||
"tpr": -1.7,
|
||||
"rviento": 0.0
|
||||
},
|
||||
{
|
||||
"idema": "3195",
|
||||
"lon": -3.678095,
|
||||
"fint": "2021-01-09T09:00:00",
|
||||
"prec": 0.0,
|
||||
"alt": 667.0,
|
||||
"lat": 40.411804,
|
||||
"ubi": "MADRID RETIRO",
|
||||
"pres": 925.0,
|
||||
"hr": 99.0,
|
||||
"pres_nmar": 1005.0,
|
||||
"tamin": -1.6,
|
||||
"ta": -1.3,
|
||||
"tamax": -1.3,
|
||||
"tpr": -1.4,
|
||||
"rviento": 0.0
|
||||
},
|
||||
{
|
||||
"idema": "3195",
|
||||
"lon": -3.678095,
|
||||
"fint": "2021-01-09T10:00:00",
|
||||
"prec": 0.0,
|
||||
"alt": 667.0,
|
||||
"lat": 40.411804,
|
||||
"ubi": "MADRID RETIRO",
|
||||
"pres": 925.3,
|
||||
"hr": 99.0,
|
||||
"pres_nmar": 1005.3,
|
||||
"tamin": -1.3,
|
||||
"ta": -1.2,
|
||||
"tamax": -1.1,
|
||||
"tpr": -1.4,
|
||||
"rviento": 0.0
|
||||
},
|
||||
{
|
||||
"idema": "3195",
|
||||
"lon": -3.678095,
|
||||
"fint": "2021-01-09T11:00:00",
|
||||
"prec": 4.4,
|
||||
"alt": 667.0,
|
||||
"lat": 40.411804,
|
||||
"ubi": "MADRID RETIRO",
|
||||
"pres": 925.4,
|
||||
"hr": 99.0,
|
||||
"pres_nmar": 1005.4,
|
||||
"tamin": -1.2,
|
||||
"ta": -1.0,
|
||||
"tamax": -1.0,
|
||||
"tpr": -1.2,
|
||||
"rviento": 0.0
|
||||
},
|
||||
{
|
||||
"idema": "3195",
|
||||
"lon": -3.678095,
|
||||
"fint": "2021-01-09T12:00:00",
|
||||
"prec": 7.0,
|
||||
"alt": 667.0,
|
||||
"lat": 40.411804,
|
||||
"ubi": "MADRID RETIRO",
|
||||
"pres": 924.6,
|
||||
"hr": 99.0,
|
||||
"pres_nmar": 1004.4,
|
||||
"tamin": -1.0,
|
||||
"ta": -0.7,
|
||||
"tamax": -0.6,
|
||||
"tpr": -0.7,
|
||||
"rviento": 0.0
|
||||
}
|
||||
]
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"descripcion" : "exito",
|
||||
"estado" : 200,
|
||||
"datos" : "https://opendata.aemet.es/opendata/sh/208c3ca3",
|
||||
"metadatos" : "https://opendata.aemet.es/opendata/sh/55c2971b"
|
||||
"descripcion": "exito",
|
||||
"estado": 200,
|
||||
"datos": "https://opendata.aemet.es/opendata/sh/208c3ca3",
|
||||
"metadatos": "https://opendata.aemet.es/opendata/sh/55c2971b"
|
||||
}
|
||||
|
@ -1,42 +1,46 @@
|
||||
[ {
|
||||
"idema" : "3194U",
|
||||
"lon" : -3.724167,
|
||||
"fint" : "2021-01-08T14:00:00",
|
||||
"prec" : 1.3,
|
||||
"alt" : 664.0,
|
||||
"lat" : 40.45167,
|
||||
"ubi" : "MADRID C. UNIVERSITARIA",
|
||||
"hr" : 98.0,
|
||||
"tamin" : 0.6,
|
||||
"ta" : 0.9,
|
||||
"tamax" : 1.0,
|
||||
"tpr" : 0.6
|
||||
}, {
|
||||
"idema" : "3194Y",
|
||||
"lon" : -3.813369,
|
||||
"fint" : "2021-01-08T14:00:00",
|
||||
"prec" : 0.2,
|
||||
"alt" : 665.0,
|
||||
"lat" : 40.448437,
|
||||
"ubi" : "POZUELO DE ALARCON (AUTOM<4F>TICA)",
|
||||
"hr" : 93.0,
|
||||
"tamin" : 0.5,
|
||||
"ta" : 0.6,
|
||||
"tamax" : 0.6
|
||||
}, {
|
||||
"idema" : "3195",
|
||||
"lon" : -3.678095,
|
||||
"fint" : "2021-01-08T14:00:00",
|
||||
"prec" : 1.2,
|
||||
"alt" : 667.0,
|
||||
"lat" : 40.411804,
|
||||
"ubi" : "MADRID RETIRO",
|
||||
"pres" : 929.9,
|
||||
"hr" : 97.0,
|
||||
"pres_nmar" : 1009.9,
|
||||
"tamin" : -0.1,
|
||||
"ta" : 0.1,
|
||||
"tamax" : 0.2,
|
||||
"tpr" : -0.3,
|
||||
"rviento" : 132.0
|
||||
} ]
|
||||
[
|
||||
{
|
||||
"idema": "3194U",
|
||||
"lon": -3.724167,
|
||||
"fint": "2021-01-08T14:00:00",
|
||||
"prec": 1.3,
|
||||
"alt": 664.0,
|
||||
"lat": 40.45167,
|
||||
"ubi": "MADRID C. UNIVERSITARIA",
|
||||
"hr": 98.0,
|
||||
"tamin": 0.6,
|
||||
"ta": 0.9,
|
||||
"tamax": 1.0,
|
||||
"tpr": 0.6
|
||||
},
|
||||
{
|
||||
"idema": "3194Y",
|
||||
"lon": -3.813369,
|
||||
"fint": "2021-01-08T14:00:00",
|
||||
"prec": 0.2,
|
||||
"alt": 665.0,
|
||||
"lat": 40.448437,
|
||||
"ubi": "POZUELO DE ALARCON (AUTOM<4F>TICA)",
|
||||
"hr": 93.0,
|
||||
"tamin": 0.5,
|
||||
"ta": 0.6,
|
||||
"tamax": 0.6
|
||||
},
|
||||
{
|
||||
"idema": "3195",
|
||||
"lon": -3.678095,
|
||||
"fint": "2021-01-08T14:00:00",
|
||||
"prec": 1.2,
|
||||
"alt": 667.0,
|
||||
"lat": 40.411804,
|
||||
"ubi": "MADRID RETIRO",
|
||||
"pres": 929.9,
|
||||
"hr": 97.0,
|
||||
"pres_nmar": 1009.9,
|
||||
"tamin": -0.1,
|
||||
"ta": 0.1,
|
||||
"tamax": 0.2,
|
||||
"tpr": -0.3,
|
||||
"rviento": 132.0
|
||||
}
|
||||
]
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"descripcion" : "exito",
|
||||
"estado" : 200,
|
||||
"datos" : "https://opendata.aemet.es/opendata/sh/2c55192f",
|
||||
"metadatos" : "https://opendata.aemet.es/opendata/sh/55c2971b"
|
||||
"descripcion": "exito",
|
||||
"estado": 200,
|
||||
"datos": "https://opendata.aemet.es/opendata/sh/2c55192f",
|
||||
"metadatos": "https://opendata.aemet.es/opendata/sh/55c2971b"
|
||||
}
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -1,6 +1,6 @@
|
||||
{
|
||||
"descripcion" : "exito",
|
||||
"estado" : 200,
|
||||
"datos" : "https://opendata.aemet.es/opendata/sh/64e29abb",
|
||||
"metadatos" : "https://opendata.aemet.es/opendata/sh/dfd88b22"
|
||||
"descripcion": "exito",
|
||||
"estado": 200,
|
||||
"datos": "https://opendata.aemet.es/opendata/sh/64e29abb",
|
||||
"metadatos": "https://opendata.aemet.es/opendata/sh/dfd88b22"
|
||||
}
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -1,6 +1,6 @@
|
||||
{
|
||||
"descripcion" : "exito",
|
||||
"estado" : 200,
|
||||
"datos" : "https://opendata.aemet.es/opendata/sh/18ca1886",
|
||||
"metadatos" : "https://opendata.aemet.es/opendata/sh/93a7c63d"
|
||||
"descripcion": "exito",
|
||||
"estado": 200,
|
||||
"datos": "https://opendata.aemet.es/opendata/sh/18ca1886",
|
||||
"metadatos": "https://opendata.aemet.es/opendata/sh/93a7c63d"
|
||||
}
|
||||
|
@ -1,15 +1,17 @@
|
||||
[ {
|
||||
"latitud" : "40<34>18'14.535144\"",
|
||||
"id_old" : "28325",
|
||||
"url" : "getafe-id28065",
|
||||
"latitud_dec" : "40.30403754",
|
||||
"altitud" : "622",
|
||||
"capital" : "Getafe",
|
||||
"num_hab" : "173057",
|
||||
"zona_comarcal" : "722802",
|
||||
"destacada" : "1",
|
||||
"nombre" : "Getafe",
|
||||
"longitud_dec" : "-3.72935236",
|
||||
"id" : "id28065",
|
||||
"longitud" : "-3<>43'45.668496\""
|
||||
} ]
|
||||
[
|
||||
{
|
||||
"latitud": "40<34>18'14.535144\"",
|
||||
"id_old": "28325",
|
||||
"url": "getafe-id28065",
|
||||
"latitud_dec": "40.30403754",
|
||||
"altitud": "622",
|
||||
"capital": "Getafe",
|
||||
"num_hab": "173057",
|
||||
"zona_comarcal": "722802",
|
||||
"destacada": "1",
|
||||
"nombre": "Getafe",
|
||||
"longitud_dec": "-3.72935236",
|
||||
"id": "id28065",
|
||||
"longitud": "-3<>43'45.668496\""
|
||||
}
|
||||
]
|
||||
|
@ -1,43 +1,47 @@
|
||||
[ {
|
||||
"latitud" : "40<34>18'14.535144\"",
|
||||
"id_old" : "28325",
|
||||
"url" : "getafe-id28065",
|
||||
"latitud_dec" : "40.30403754",
|
||||
"altitud" : "622",
|
||||
"capital" : "Getafe",
|
||||
"num_hab" : "173057",
|
||||
"zona_comarcal" : "722802",
|
||||
"destacada" : "1",
|
||||
"nombre" : "Getafe",
|
||||
"longitud_dec" : "-3.72935236",
|
||||
"id" : "id28065",
|
||||
"longitud" : "-3<>43'45.668496\""
|
||||
}, {
|
||||
"latitud" : "40<34>19'54.277752\"",
|
||||
"id_old" : "28370",
|
||||
"url" : "leganes-id28074",
|
||||
"latitud_dec" : "40.33174382",
|
||||
"altitud" : "667",
|
||||
"capital" : "Legan<61>s",
|
||||
"num_hab" : "186696",
|
||||
"zona_comarcal" : "722802",
|
||||
"destacada" : "1",
|
||||
"nombre" : "Legan<61>s",
|
||||
"longitud_dec" : "-3.76655557",
|
||||
"id" : "id28074",
|
||||
"longitud" : "-3<>45'59.600052\""
|
||||
}, {
|
||||
"latitud" : "40<34>24'30.282876\"",
|
||||
"id_old" : "28001",
|
||||
"url" : "madrid-id28079",
|
||||
"latitud_dec" : "40.40841191",
|
||||
"altitud" : "657",
|
||||
"capital" : "Madrid",
|
||||
"num_hab" : "3165235",
|
||||
"zona_comarcal" : "722802",
|
||||
"destacada" : "1",
|
||||
"nombre" : "Madrid",
|
||||
"longitud_dec" : "-3.68760088",
|
||||
"id" : "id28079",
|
||||
"longitud" : "-3<>41'15.363168\""
|
||||
} ]
|
||||
[
|
||||
{
|
||||
"latitud": "40<34>18'14.535144\"",
|
||||
"id_old": "28325",
|
||||
"url": "getafe-id28065",
|
||||
"latitud_dec": "40.30403754",
|
||||
"altitud": "622",
|
||||
"capital": "Getafe",
|
||||
"num_hab": "173057",
|
||||
"zona_comarcal": "722802",
|
||||
"destacada": "1",
|
||||
"nombre": "Getafe",
|
||||
"longitud_dec": "-3.72935236",
|
||||
"id": "id28065",
|
||||
"longitud": "-3<>43'45.668496\""
|
||||
},
|
||||
{
|
||||
"latitud": "40<34>19'54.277752\"",
|
||||
"id_old": "28370",
|
||||
"url": "leganes-id28074",
|
||||
"latitud_dec": "40.33174382",
|
||||
"altitud": "667",
|
||||
"capital": "Legan<61>s",
|
||||
"num_hab": "186696",
|
||||
"zona_comarcal": "722802",
|
||||
"destacada": "1",
|
||||
"nombre": "Legan<61>s",
|
||||
"longitud_dec": "-3.76655557",
|
||||
"id": "id28074",
|
||||
"longitud": "-3<>45'59.600052\""
|
||||
},
|
||||
{
|
||||
"latitud": "40<34>24'30.282876\"",
|
||||
"id_old": "28001",
|
||||
"url": "madrid-id28079",
|
||||
"latitud_dec": "40.40841191",
|
||||
"altitud": "657",
|
||||
"capital": "Madrid",
|
||||
"num_hab": "3165235",
|
||||
"zona_comarcal": "722802",
|
||||
"destacada": "1",
|
||||
"nombre": "Madrid",
|
||||
"longitud_dec": "-3.68760088",
|
||||
"id": "id28079",
|
||||
"longitud": "-3<>41'15.363168\""
|
||||
}
|
||||
]
|
||||
|
@ -1 +1,43 @@
|
||||
{"settings":{"canUpdate":true,"supportsPlugins":true,"isArmed":true,"background":"255,255,255"},"directories":[{"ID":0,"dir":"D:\\Projects\\agent-service\\AgentService\\Media\\WebServerRoot\\Media\\"}],"locations":[],"objectList": [],"profiles": [{"name":"Home","active":true,"id":0},{"name":"Away","active":false,"id":1},{"name":"Night","active":false,"id":2}],"views":[{"name":"0","mode":"column","objects":[],"maxWidth":1266,"maxHeight":1222,"backColor":"#222222","id":1,"typeID":2,"focused":false},{"name":"1","mode":"grid","objects":[]},{"name":"2","mode":"grid","objects":[]},{"name":"3","mode":"grid","objects":[]},{"name":"4","mode":"grid","objects":[]},{"name":"5","mode":"grid","objects":[]},{"name":"6","mode":"grid","objects":[]},{"name":"7","mode":"grid","objects":[]},{"name":"8","mode":"grid","objects":[]}],"rtmpStreaming":false}
|
||||
{
|
||||
"settings": {
|
||||
"canUpdate": true,
|
||||
"supportsPlugins": true,
|
||||
"isArmed": true,
|
||||
"background": "255,255,255"
|
||||
},
|
||||
"directories": [
|
||||
{
|
||||
"ID": 0,
|
||||
"dir": "D:\\Projects\\agent-service\\AgentService\\Media\\WebServerRoot\\Media\\"
|
||||
}
|
||||
],
|
||||
"locations": [],
|
||||
"objectList": [],
|
||||
"profiles": [
|
||||
{ "name": "Home", "active": true, "id": 0 },
|
||||
{ "name": "Away", "active": false, "id": 1 },
|
||||
{ "name": "Night", "active": false, "id": 2 }
|
||||
],
|
||||
"views": [
|
||||
{
|
||||
"name": "0",
|
||||
"mode": "column",
|
||||
"objects": [],
|
||||
"maxWidth": 1266,
|
||||
"maxHeight": 1222,
|
||||
"backColor": "#222222",
|
||||
"id": 1,
|
||||
"typeID": 2,
|
||||
"focused": false
|
||||
},
|
||||
{ "name": "1", "mode": "grid", "objects": [] },
|
||||
{ "name": "2", "mode": "grid", "objects": [] },
|
||||
{ "name": "3", "mode": "grid", "objects": [] },
|
||||
{ "name": "4", "mode": "grid", "objects": [] },
|
||||
{ "name": "5", "mode": "grid", "objects": [] },
|
||||
{ "name": "6", "mode": "grid", "objects": [] },
|
||||
{ "name": "7", "mode": "grid", "objects": [] },
|
||||
{ "name": "8", "mode": "grid", "objects": [] }
|
||||
],
|
||||
"rtmpStreaming": false
|
||||
}
|
||||
|
@ -3,640 +3,788 @@
|
||||
"fromDateTime": "2019-10-02T05:53:00.608Z",
|
||||
"tillDateTime": "2019-10-02T06:53:00.608Z",
|
||||
"values": [],
|
||||
"indexes": [{
|
||||
"indexes": [
|
||||
{
|
||||
"name": "AIRLY_CAQI",
|
||||
"value": null,
|
||||
"level": "UNKNOWN",
|
||||
"description": "There are no Airly sensors in this area yet.",
|
||||
"advice": null,
|
||||
"color": "#999999"
|
||||
}],
|
||||
}
|
||||
],
|
||||
"standards": []
|
||||
},
|
||||
"history": [{
|
||||
"history": [
|
||||
{
|
||||
"fromDateTime": "2019-10-01T06:00:00.000Z",
|
||||
"tillDateTime": "2019-10-01T07:00:00.000Z",
|
||||
"values": [],
|
||||
"indexes": [{
|
||||
"indexes": [
|
||||
{
|
||||
"name": "AIRLY_CAQI",
|
||||
"value": null,
|
||||
"level": "UNKNOWN",
|
||||
"description": "There are no Airly sensors in this area yet.",
|
||||
"advice": null,
|
||||
"color": "#999999"
|
||||
}],
|
||||
}
|
||||
],
|
||||
"standards": []
|
||||
}, {
|
||||
},
|
||||
{
|
||||
"fromDateTime": "2019-10-01T07:00:00.000Z",
|
||||
"tillDateTime": "2019-10-01T08:00:00.000Z",
|
||||
"values": [],
|
||||
"indexes": [{
|
||||
"indexes": [
|
||||
{
|
||||
"name": "AIRLY_CAQI",
|
||||
"value": null,
|
||||
"level": "UNKNOWN",
|
||||
"description": "There are no Airly sensors in this area yet.",
|
||||
"advice": null,
|
||||
"color": "#999999"
|
||||
}],
|
||||
}
|
||||
],
|
||||
"standards": []
|
||||
}, {
|
||||
},
|
||||
{
|
||||
"fromDateTime": "2019-10-01T08:00:00.000Z",
|
||||
"tillDateTime": "2019-10-01T09:00:00.000Z",
|
||||
"values": [],
|
||||
"indexes": [{
|
||||
"indexes": [
|
||||
{
|
||||
"name": "AIRLY_CAQI",
|
||||
"value": null,
|
||||
"level": "UNKNOWN",
|
||||
"description": "There are no Airly sensors in this area yet.",
|
||||
"advice": null,
|
||||
"color": "#999999"
|
||||
}],
|
||||
}
|
||||
],
|
||||
"standards": []
|
||||
}, {
|
||||
},
|
||||
{
|
||||
"fromDateTime": "2019-10-01T09:00:00.000Z",
|
||||
"tillDateTime": "2019-10-01T10:00:00.000Z",
|
||||
"values": [],
|
||||
"indexes": [{
|
||||
"indexes": [
|
||||
{
|
||||
"name": "AIRLY_CAQI",
|
||||
"value": null,
|
||||
"level": "UNKNOWN",
|
||||
"description": "There are no Airly sensors in this area yet.",
|
||||
"advice": null,
|
||||
"color": "#999999"
|
||||
}],
|
||||
}
|
||||
],
|
||||
"standards": []
|
||||
}, {
|
||||
},
|
||||
{
|
||||
"fromDateTime": "2019-10-01T10:00:00.000Z",
|
||||
"tillDateTime": "2019-10-01T11:00:00.000Z",
|
||||
"values": [],
|
||||
"indexes": [{
|
||||
"indexes": [
|
||||
{
|
||||
"name": "AIRLY_CAQI",
|
||||
"value": null,
|
||||
"level": "UNKNOWN",
|
||||
"description": "There are no Airly sensors in this area yet.",
|
||||
"advice": null,
|
||||
"color": "#999999"
|
||||
}],
|
||||
}
|
||||
],
|
||||
"standards": []
|
||||
}, {
|
||||
},
|
||||
{
|
||||
"fromDateTime": "2019-10-01T11:00:00.000Z",
|
||||
"tillDateTime": "2019-10-01T12:00:00.000Z",
|
||||
"values": [],
|
||||
"indexes": [{
|
||||
"indexes": [
|
||||
{
|
||||
"name": "AIRLY_CAQI",
|
||||
"value": null,
|
||||
"level": "UNKNOWN",
|
||||
"description": "There are no Airly sensors in this area yet.",
|
||||
"advice": null,
|
||||
"color": "#999999"
|
||||
}],
|
||||
}
|
||||
],
|
||||
"standards": []
|
||||
}, {
|
||||
},
|
||||
{
|
||||
"fromDateTime": "2019-10-01T12:00:00.000Z",
|
||||
"tillDateTime": "2019-10-01T13:00:00.000Z",
|
||||
"values": [],
|
||||
"indexes": [{
|
||||
"indexes": [
|
||||
{
|
||||
"name": "AIRLY_CAQI",
|
||||
"value": null,
|
||||
"level": "UNKNOWN",
|
||||
"description": "There are no Airly sensors in this area yet.",
|
||||
"advice": null,
|
||||
"color": "#999999"
|
||||
}],
|
||||
}
|
||||
],
|
||||
"standards": []
|
||||
}, {
|
||||
},
|
||||
{
|
||||
"fromDateTime": "2019-10-01T13:00:00.000Z",
|
||||
"tillDateTime": "2019-10-01T14:00:00.000Z",
|
||||
"values": [],
|
||||
"indexes": [{
|
||||
"indexes": [
|
||||
{
|
||||
"name": "AIRLY_CAQI",
|
||||
"value": null,
|
||||
"level": "UNKNOWN",
|
||||
"description": "There are no Airly sensors in this area yet.",
|
||||
"advice": null,
|
||||
"color": "#999999"
|
||||
}],
|
||||
}
|
||||
],
|
||||
"standards": []
|
||||
}, {
|
||||
},
|
||||
{
|
||||
"fromDateTime": "2019-10-01T14:00:00.000Z",
|
||||
"tillDateTime": "2019-10-01T15:00:00.000Z",
|
||||
"values": [],
|
||||
"indexes": [{
|
||||
"indexes": [
|
||||
{
|
||||
"name": "AIRLY_CAQI",
|
||||
"value": null,
|
||||
"level": "UNKNOWN",
|
||||
"description": "There are no Airly sensors in this area yet.",
|
||||
"advice": null,
|
||||
"color": "#999999"
|
||||
}],
|
||||
}
|
||||
],
|
||||
"standards": []
|
||||
}, {
|
||||
},
|
||||
{
|
||||
"fromDateTime": "2019-10-01T15:00:00.000Z",
|
||||
"tillDateTime": "2019-10-01T16:00:00.000Z",
|
||||
"values": [],
|
||||
"indexes": [{
|
||||
"indexes": [
|
||||
{
|
||||
"name": "AIRLY_CAQI",
|
||||
"value": null,
|
||||
"level": "UNKNOWN",
|
||||
"description": "There are no Airly sensors in this area yet.",
|
||||
"advice": null,
|
||||
"color": "#999999"
|
||||
}],
|
||||
}
|
||||
],
|
||||
"standards": []
|
||||
}, {
|
||||
},
|
||||
{
|
||||
"fromDateTime": "2019-10-01T16:00:00.000Z",
|
||||
"tillDateTime": "2019-10-01T17:00:00.000Z",
|
||||
"values": [],
|
||||
"indexes": [{
|
||||
"indexes": [
|
||||
{
|
||||
"name": "AIRLY_CAQI",
|
||||
"value": null,
|
||||
"level": "UNKNOWN",
|
||||
"description": "There are no Airly sensors in this area yet.",
|
||||
"advice": null,
|
||||
"color": "#999999"
|
||||
}],
|
||||
}
|
||||
],
|
||||
"standards": []
|
||||
}, {
|
||||
},
|
||||
{
|
||||
"fromDateTime": "2019-10-01T17:00:00.000Z",
|
||||
"tillDateTime": "2019-10-01T18:00:00.000Z",
|
||||
"values": [],
|
||||
"indexes": [{
|
||||
"indexes": [
|
||||
{
|
||||
"name": "AIRLY_CAQI",
|
||||
"value": null,
|
||||
"level": "UNKNOWN",
|
||||
"description": "There are no Airly sensors in this area yet.",
|
||||
"advice": null,
|
||||
"color": "#999999"
|
||||
}],
|
||||
}
|
||||
],
|
||||
"standards": []
|
||||
}, {
|
||||
},
|
||||
{
|
||||
"fromDateTime": "2019-10-01T18:00:00.000Z",
|
||||
"tillDateTime": "2019-10-01T19:00:00.000Z",
|
||||
"values": [],
|
||||
"indexes": [{
|
||||
"indexes": [
|
||||
{
|
||||
"name": "AIRLY_CAQI",
|
||||
"value": null,
|
||||
"level": "UNKNOWN",
|
||||
"description": "There are no Airly sensors in this area yet.",
|
||||
"advice": null,
|
||||
"color": "#999999"
|
||||
}],
|
||||
}
|
||||
],
|
||||
"standards": []
|
||||
}, {
|
||||
},
|
||||
{
|
||||
"fromDateTime": "2019-10-01T19:00:00.000Z",
|
||||
"tillDateTime": "2019-10-01T20:00:00.000Z",
|
||||
"values": [],
|
||||
"indexes": [{
|
||||
"indexes": [
|
||||
{
|
||||
"name": "AIRLY_CAQI",
|
||||
"value": null,
|
||||
"level": "UNKNOWN",
|
||||
"description": "There are no Airly sensors in this area yet.",
|
||||
"advice": null,
|
||||
"color": "#999999"
|
||||
}],
|
||||
}
|
||||
],
|
||||
"standards": []
|
||||
}, {
|
||||
},
|
||||
{
|
||||
"fromDateTime": "2019-10-01T20:00:00.000Z",
|
||||
"tillDateTime": "2019-10-01T21:00:00.000Z",
|
||||
"values": [],
|
||||
"indexes": [{
|
||||
"indexes": [
|
||||
{
|
||||
"name": "AIRLY_CAQI",
|
||||
"value": null,
|
||||
"level": "UNKNOWN",
|
||||
"description": "There are no Airly sensors in this area yet.",
|
||||
"advice": null,
|
||||
"color": "#999999"
|
||||
}],
|
||||
}
|
||||
],
|
||||
"standards": []
|
||||
}, {
|
||||
},
|
||||
{
|
||||
"fromDateTime": "2019-10-01T21:00:00.000Z",
|
||||
"tillDateTime": "2019-10-01T22:00:00.000Z",
|
||||
"values": [],
|
||||
"indexes": [{
|
||||
"indexes": [
|
||||
{
|
||||
"name": "AIRLY_CAQI",
|
||||
"value": null,
|
||||
"level": "UNKNOWN",
|
||||
"description": "There are no Airly sensors in this area yet.",
|
||||
"advice": null,
|
||||
"color": "#999999"
|
||||
}],
|
||||
}
|
||||
],
|
||||
"standards": []
|
||||
}, {
|
||||
},
|
||||
{
|
||||
"fromDateTime": "2019-10-01T22:00:00.000Z",
|
||||
"tillDateTime": "2019-10-01T23:00:00.000Z",
|
||||
"values": [],
|
||||
"indexes": [{
|
||||
"indexes": [
|
||||
{
|
||||
"name": "AIRLY_CAQI",
|
||||
"value": null,
|
||||
"level": "UNKNOWN",
|
||||
"description": "There are no Airly sensors in this area yet.",
|
||||
"advice": null,
|
||||
"color": "#999999"
|
||||
}],
|
||||
}
|
||||
],
|
||||
"standards": []
|
||||
}, {
|
||||
},
|
||||
{
|
||||
"fromDateTime": "2019-10-01T23:00:00.000Z",
|
||||
"tillDateTime": "2019-10-02T00:00:00.000Z",
|
||||
"values": [],
|
||||
"indexes": [{
|
||||
"indexes": [
|
||||
{
|
||||
"name": "AIRLY_CAQI",
|
||||
"value": null,
|
||||
"level": "UNKNOWN",
|
||||
"description": "There are no Airly sensors in this area yet.",
|
||||
"advice": null,
|
||||
"color": "#999999"
|
||||
}],
|
||||
}
|
||||
],
|
||||
"standards": []
|
||||
}, {
|
||||
},
|
||||
{
|
||||
"fromDateTime": "2019-10-02T00:00:00.000Z",
|
||||
"tillDateTime": "2019-10-02T01:00:00.000Z",
|
||||
"values": [],
|
||||
"indexes": [{
|
||||
"indexes": [
|
||||
{
|
||||
"name": "AIRLY_CAQI",
|
||||
"value": null,
|
||||
"level": "UNKNOWN",
|
||||
"description": "There are no Airly sensors in this area yet.",
|
||||
"advice": null,
|
||||
"color": "#999999"
|
||||
}],
|
||||
}
|
||||
],
|
||||
"standards": []
|
||||
}, {
|
||||
},
|
||||
{
|
||||
"fromDateTime": "2019-10-02T01:00:00.000Z",
|
||||
"tillDateTime": "2019-10-02T02:00:00.000Z",
|
||||
"values": [],
|
||||
"indexes": [{
|
||||
"indexes": [
|
||||
{
|
||||
"name": "AIRLY_CAQI",
|
||||
"value": null,
|
||||
"level": "UNKNOWN",
|
||||
"description": "There are no Airly sensors in this area yet.",
|
||||
"advice": null,
|
||||
"color": "#999999"
|
||||
}],
|
||||
}
|
||||
],
|
||||
"standards": []
|
||||
}, {
|
||||
},
|
||||
{
|
||||
"fromDateTime": "2019-10-02T02:00:00.000Z",
|
||||
"tillDateTime": "2019-10-02T03:00:00.000Z",
|
||||
"values": [],
|
||||
"indexes": [{
|
||||
"indexes": [
|
||||
{
|
||||
"name": "AIRLY_CAQI",
|
||||
"value": null,
|
||||
"level": "UNKNOWN",
|
||||
"description": "There are no Airly sensors in this area yet.",
|
||||
"advice": null,
|
||||
"color": "#999999"
|
||||
}],
|
||||
}
|
||||
],
|
||||
"standards": []
|
||||
}, {
|
||||
},
|
||||
{
|
||||
"fromDateTime": "2019-10-02T03:00:00.000Z",
|
||||
"tillDateTime": "2019-10-02T04:00:00.000Z",
|
||||
"values": [],
|
||||
"indexes": [{
|
||||
"indexes": [
|
||||
{
|
||||
"name": "AIRLY_CAQI",
|
||||
"value": null,
|
||||
"level": "UNKNOWN",
|
||||
"description": "There are no Airly sensors in this area yet.",
|
||||
"advice": null,
|
||||
"color": "#999999"
|
||||
}],
|
||||
}
|
||||
],
|
||||
"standards": []
|
||||
}, {
|
||||
},
|
||||
{
|
||||
"fromDateTime": "2019-10-02T04:00:00.000Z",
|
||||
"tillDateTime": "2019-10-02T05:00:00.000Z",
|
||||
"values": [],
|
||||
"indexes": [{
|
||||
"indexes": [
|
||||
{
|
||||
"name": "AIRLY_CAQI",
|
||||
"value": null,
|
||||
"level": "UNKNOWN",
|
||||
"description": "There are no Airly sensors in this area yet.",
|
||||
"advice": null,
|
||||
"color": "#999999"
|
||||
}],
|
||||
}
|
||||
],
|
||||
"standards": []
|
||||
}, {
|
||||
},
|
||||
{
|
||||
"fromDateTime": "2019-10-02T05:00:00.000Z",
|
||||
"tillDateTime": "2019-10-02T06:00:00.000Z",
|
||||
"values": [],
|
||||
"indexes": [{
|
||||
"indexes": [
|
||||
{
|
||||
"name": "AIRLY_CAQI",
|
||||
"value": null,
|
||||
"level": "UNKNOWN",
|
||||
"description": "There are no Airly sensors in this area yet.",
|
||||
"advice": null,
|
||||
"color": "#999999"
|
||||
}],
|
||||
}
|
||||
],
|
||||
"standards": []
|
||||
}],
|
||||
"forecast": [{
|
||||
}
|
||||
],
|
||||
"forecast": [
|
||||
{
|
||||
"fromDateTime": "2019-10-02T06:00:00.000Z",
|
||||
"tillDateTime": "2019-10-02T07:00:00.000Z",
|
||||
"values": [],
|
||||
"indexes": [{
|
||||
"indexes": [
|
||||
{
|
||||
"name": "AIRLY_CAQI",
|
||||
"value": null,
|
||||
"level": "UNKNOWN",
|
||||
"description": "There are no Airly sensors in this area yet.",
|
||||
"advice": null,
|
||||
"color": "#999999"
|
||||
}],
|
||||
}
|
||||
],
|
||||
"standards": []
|
||||
}, {
|
||||
},
|
||||
{
|
||||
"fromDateTime": "2019-10-02T07:00:00.000Z",
|
||||
"tillDateTime": "2019-10-02T08:00:00.000Z",
|
||||
"values": [],
|
||||
"indexes": [{
|
||||
"indexes": [
|
||||
{
|
||||
"name": "AIRLY_CAQI",
|
||||
"value": null,
|
||||
"level": "UNKNOWN",
|
||||
"description": "There are no Airly sensors in this area yet.",
|
||||
"advice": null,
|
||||
"color": "#999999"
|
||||
}],
|
||||
}
|
||||
],
|
||||
"standards": []
|
||||
}, {
|
||||
},
|
||||
{
|
||||
"fromDateTime": "2019-10-02T08:00:00.000Z",
|
||||
"tillDateTime": "2019-10-02T09:00:00.000Z",
|
||||
"values": [],
|
||||
"indexes": [{
|
||||
"indexes": [
|
||||
{
|
||||
"name": "AIRLY_CAQI",
|
||||
"value": null,
|
||||
"level": "UNKNOWN",
|
||||
"description": "There are no Airly sensors in this area yet.",
|
||||
"advice": null,
|
||||
"color": "#999999"
|
||||
}],
|
||||
}
|
||||
],
|
||||
"standards": []
|
||||
}, {
|
||||
},
|
||||
{
|
||||
"fromDateTime": "2019-10-02T09:00:00.000Z",
|
||||
"tillDateTime": "2019-10-02T10:00:00.000Z",
|
||||
"values": [],
|
||||
"indexes": [{
|
||||
"indexes": [
|
||||
{
|
||||
"name": "AIRLY_CAQI",
|
||||
"value": null,
|
||||
"level": "UNKNOWN",
|
||||
"description": "There are no Airly sensors in this area yet.",
|
||||
"advice": null,
|
||||
"color": "#999999"
|
||||
}],
|
||||
}
|
||||
],
|
||||
"standards": []
|
||||
}, {
|
||||
},
|
||||
{
|
||||
"fromDateTime": "2019-10-02T10:00:00.000Z",
|
||||
"tillDateTime": "2019-10-02T11:00:00.000Z",
|
||||
"values": [],
|
||||
"indexes": [{
|
||||
"indexes": [
|
||||
{
|
||||
"name": "AIRLY_CAQI",
|
||||
"value": null,
|
||||
"level": "UNKNOWN",
|
||||
"description": "There are no Airly sensors in this area yet.",
|
||||
"advice": null,
|
||||
"color": "#999999"
|
||||
}],
|
||||
}
|
||||
],
|
||||
"standards": []
|
||||
}, {
|
||||
},
|
||||
{
|
||||
"fromDateTime": "2019-10-02T11:00:00.000Z",
|
||||
"tillDateTime": "2019-10-02T12:00:00.000Z",
|
||||
"values": [],
|
||||
"indexes": [{
|
||||
"indexes": [
|
||||
{
|
||||
"name": "AIRLY_CAQI",
|
||||
"value": null,
|
||||
"level": "UNKNOWN",
|
||||
"description": "There are no Airly sensors in this area yet.",
|
||||
"advice": null,
|
||||
"color": "#999999"
|
||||
}],
|
||||
}
|
||||
],
|
||||
"standards": []
|
||||
}, {
|
||||
},
|
||||
{
|
||||
"fromDateTime": "2019-10-02T12:00:00.000Z",
|
||||
"tillDateTime": "2019-10-02T13:00:00.000Z",
|
||||
"values": [],
|
||||
"indexes": [{
|
||||
"indexes": [
|
||||
{
|
||||
"name": "AIRLY_CAQI",
|
||||
"value": null,
|
||||
"level": "UNKNOWN",
|
||||
"description": "There are no Airly sensors in this area yet.",
|
||||
"advice": null,
|
||||
"color": "#999999"
|
||||
}],
|
||||
}
|
||||
],
|
||||
"standards": []
|
||||
}, {
|
||||
},
|
||||
{
|
||||
"fromDateTime": "2019-10-02T13:00:00.000Z",
|
||||
"tillDateTime": "2019-10-02T14:00:00.000Z",
|
||||
"values": [],
|
||||
"indexes": [{
|
||||
"indexes": [
|
||||
{
|
||||
"name": "AIRLY_CAQI",
|
||||
"value": null,
|
||||
"level": "UNKNOWN",
|
||||
"description": "There are no Airly sensors in this area yet.",
|
||||
"advice": null,
|
||||
"color": "#999999"
|
||||
}],
|
||||
}
|
||||
],
|
||||
"standards": []
|
||||
}, {
|
||||
},
|
||||
{
|
||||
"fromDateTime": "2019-10-02T14:00:00.000Z",
|
||||
"tillDateTime": "2019-10-02T15:00:00.000Z",
|
||||
"values": [],
|
||||
"indexes": [{
|
||||
"indexes": [
|
||||
{
|
||||
"name": "AIRLY_CAQI",
|
||||
"value": null,
|
||||
"level": "UNKNOWN",
|
||||
"description": "There are no Airly sensors in this area yet.",
|
||||
"advice": null,
|
||||
"color": "#999999"
|
||||
}],
|
||||
}
|
||||
],
|
||||
"standards": []
|
||||
}, {
|
||||
},
|
||||
{
|
||||
"fromDateTime": "2019-10-02T15:00:00.000Z",
|
||||
"tillDateTime": "2019-10-02T16:00:00.000Z",
|
||||
"values": [],
|
||||
"indexes": [{
|
||||
"indexes": [
|
||||
{
|
||||
"name": "AIRLY_CAQI",
|
||||
"value": null,
|
||||
"level": "UNKNOWN",
|
||||
"description": "There are no Airly sensors in this area yet.",
|
||||
"advice": null,
|
||||
"color": "#999999"
|
||||
}],
|
||||
}
|
||||
],
|
||||
"standards": []
|
||||
}, {
|
||||
},
|
||||
{
|
||||
"fromDateTime": "2019-10-02T16:00:00.000Z",
|
||||
"tillDateTime": "2019-10-02T17:00:00.000Z",
|
||||
"values": [],
|
||||
"indexes": [{
|
||||
"indexes": [
|
||||
{
|
||||
"name": "AIRLY_CAQI",
|
||||
"value": null,
|
||||
"level": "UNKNOWN",
|
||||
"description": "There are no Airly sensors in this area yet.",
|
||||
"advice": null,
|
||||
"color": "#999999"
|
||||
}],
|
||||
}
|
||||
],
|
||||
"standards": []
|
||||
}, {
|
||||
},
|
||||
{
|
||||
"fromDateTime": "2019-10-02T17:00:00.000Z",
|
||||
"tillDateTime": "2019-10-02T18:00:00.000Z",
|
||||
"values": [],
|
||||
"indexes": [{
|
||||
"indexes": [
|
||||
{
|
||||
"name": "AIRLY_CAQI",
|
||||
"value": null,
|
||||
"level": "UNKNOWN",
|
||||
"description": "There are no Airly sensors in this area yet.",
|
||||
"advice": null,
|
||||
"color": "#999999"
|
||||
}],
|
||||
}
|
||||
],
|
||||
"standards": []
|
||||
}, {
|
||||
},
|
||||
{
|
||||
"fromDateTime": "2019-10-02T18:00:00.000Z",
|
||||
"tillDateTime": "2019-10-02T19:00:00.000Z",
|
||||
"values": [],
|
||||
"indexes": [{
|
||||
"indexes": [
|
||||
{
|
||||
"name": "AIRLY_CAQI",
|
||||
"value": null,
|
||||
"level": "UNKNOWN",
|
||||
"description": "There are no Airly sensors in this area yet.",
|
||||
"advice": null,
|
||||
"color": "#999999"
|
||||
}],
|
||||
}
|
||||
],
|
||||
"standards": []
|
||||
}, {
|
||||
},
|
||||
{
|
||||
"fromDateTime": "2019-10-02T19:00:00.000Z",
|
||||
"tillDateTime": "2019-10-02T20:00:00.000Z",
|
||||
"values": [],
|
||||
"indexes": [{
|
||||
"indexes": [
|
||||
{
|
||||
"name": "AIRLY_CAQI",
|
||||
"value": null,
|
||||
"level": "UNKNOWN",
|
||||
"description": "There are no Airly sensors in this area yet.",
|
||||
"advice": null,
|
||||
"color": "#999999"
|
||||
}],
|
||||
}
|
||||
],
|
||||
"standards": []
|
||||
}, {
|
||||
},
|
||||
{
|
||||
"fromDateTime": "2019-10-02T20:00:00.000Z",
|
||||
"tillDateTime": "2019-10-02T21:00:00.000Z",
|
||||
"values": [],
|
||||
"indexes": [{
|
||||
"indexes": [
|
||||
{
|
||||
"name": "AIRLY_CAQI",
|
||||
"value": null,
|
||||
"level": "UNKNOWN",
|
||||
"description": "There are no Airly sensors in this area yet.",
|
||||
"advice": null,
|
||||
"color": "#999999"
|
||||
}],
|
||||
}
|
||||
],
|
||||
"standards": []
|
||||
}, {
|
||||
},
|
||||
{
|
||||
"fromDateTime": "2019-10-02T21:00:00.000Z",
|
||||
"tillDateTime": "2019-10-02T22:00:00.000Z",
|
||||
"values": [],
|
||||
"indexes": [{
|
||||
"indexes": [
|
||||
{
|
||||
"name": "AIRLY_CAQI",
|
||||
"value": null,
|
||||
"level": "UNKNOWN",
|
||||
"description": "There are no Airly sensors in this area yet.",
|
||||
"advice": null,
|
||||
"color": "#999999"
|
||||
}],
|
||||
}
|
||||
],
|
||||
"standards": []
|
||||
}, {
|
||||
},
|
||||
{
|
||||
"fromDateTime": "2019-10-02T22:00:00.000Z",
|
||||
"tillDateTime": "2019-10-02T23:00:00.000Z",
|
||||
"values": [],
|
||||
"indexes": [{
|
||||
"indexes": [
|
||||
{
|
||||
"name": "AIRLY_CAQI",
|
||||
"value": null,
|
||||
"level": "UNKNOWN",
|
||||
"description": "There are no Airly sensors in this area yet.",
|
||||
"advice": null,
|
||||
"color": "#999999"
|
||||
}],
|
||||
}
|
||||
],
|
||||
"standards": []
|
||||
}, {
|
||||
},
|
||||
{
|
||||
"fromDateTime": "2019-10-02T23:00:00.000Z",
|
||||
"tillDateTime": "2019-10-03T00:00:00.000Z",
|
||||
"values": [],
|
||||
"indexes": [{
|
||||
"indexes": [
|
||||
{
|
||||
"name": "AIRLY_CAQI",
|
||||
"value": null,
|
||||
"level": "UNKNOWN",
|
||||
"description": "There are no Airly sensors in this area yet.",
|
||||
"advice": null,
|
||||
"color": "#999999"
|
||||
}],
|
||||
}
|
||||
],
|
||||
"standards": []
|
||||
}, {
|
||||
},
|
||||
{
|
||||
"fromDateTime": "2019-10-03T00:00:00.000Z",
|
||||
"tillDateTime": "2019-10-03T01:00:00.000Z",
|
||||
"values": [],
|
||||
"indexes": [{
|
||||
"indexes": [
|
||||
{
|
||||
"name": "AIRLY_CAQI",
|
||||
"value": null,
|
||||
"level": "UNKNOWN",
|
||||
"description": "There are no Airly sensors in this area yet.",
|
||||
"advice": null,
|
||||
"color": "#999999"
|
||||
}],
|
||||
}
|
||||
],
|
||||
"standards": []
|
||||
}, {
|
||||
},
|
||||
{
|
||||
"fromDateTime": "2019-10-03T01:00:00.000Z",
|
||||
"tillDateTime": "2019-10-03T02:00:00.000Z",
|
||||
"values": [],
|
||||
"indexes": [{
|
||||
"indexes": [
|
||||
{
|
||||
"name": "AIRLY_CAQI",
|
||||
"value": null,
|
||||
"level": "UNKNOWN",
|
||||
"description": "There are no Airly sensors in this area yet.",
|
||||
"advice": null,
|
||||
"color": "#999999"
|
||||
}],
|
||||
}
|
||||
],
|
||||
"standards": []
|
||||
}, {
|
||||
},
|
||||
{
|
||||
"fromDateTime": "2019-10-03T02:00:00.000Z",
|
||||
"tillDateTime": "2019-10-03T03:00:00.000Z",
|
||||
"values": [],
|
||||
"indexes": [{
|
||||
"indexes": [
|
||||
{
|
||||
"name": "AIRLY_CAQI",
|
||||
"value": null,
|
||||
"level": "UNKNOWN",
|
||||
"description": "There are no Airly sensors in this area yet.",
|
||||
"advice": null,
|
||||
"color": "#999999"
|
||||
}],
|
||||
}
|
||||
],
|
||||
"standards": []
|
||||
}, {
|
||||
},
|
||||
{
|
||||
"fromDateTime": "2019-10-03T03:00:00.000Z",
|
||||
"tillDateTime": "2019-10-03T04:00:00.000Z",
|
||||
"values": [],
|
||||
"indexes": [{
|
||||
"indexes": [
|
||||
{
|
||||
"name": "AIRLY_CAQI",
|
||||
"value": null,
|
||||
"level": "UNKNOWN",
|
||||
"description": "There are no Airly sensors in this area yet.",
|
||||
"advice": null,
|
||||
"color": "#999999"
|
||||
}],
|
||||
}
|
||||
],
|
||||
"standards": []
|
||||
}, {
|
||||
},
|
||||
{
|
||||
"fromDateTime": "2019-10-03T04:00:00.000Z",
|
||||
"tillDateTime": "2019-10-03T05:00:00.000Z",
|
||||
"values": [],
|
||||
"indexes": [{
|
||||
"indexes": [
|
||||
{
|
||||
"name": "AIRLY_CAQI",
|
||||
"value": null,
|
||||
"level": "UNKNOWN",
|
||||
"description": "There are no Airly sensors in this area yet.",
|
||||
"advice": null,
|
||||
"color": "#999999"
|
||||
}],
|
||||
}
|
||||
],
|
||||
"standards": []
|
||||
}, {
|
||||
},
|
||||
{
|
||||
"fromDateTime": "2019-10-03T05:00:00.000Z",
|
||||
"tillDateTime": "2019-10-03T06:00:00.000Z",
|
||||
"values": [],
|
||||
"indexes": [{
|
||||
"indexes": [
|
||||
{
|
||||
"name": "AIRLY_CAQI",
|
||||
"value": null,
|
||||
"level": "UNKNOWN",
|
||||
"description": "There are no Airly sensors in this area yet.",
|
||||
"advice": null,
|
||||
"color": "#999999"
|
||||
}],
|
||||
}
|
||||
],
|
||||
"standards": []
|
||||
}]
|
||||
}
|
||||
]
|
||||
}
|
File diff suppressed because it is too large
Load Diff
@ -6,10 +6,7 @@
|
||||
"country": "USA",
|
||||
"location": {
|
||||
"type": "Point",
|
||||
"coordinates": [
|
||||
-105.06415,
|
||||
39.75304
|
||||
]
|
||||
"coordinates": [-105.06415, 39.75304]
|
||||
},
|
||||
"current": {
|
||||
"weather": {
|
||||
|
@ -1,4 +1,5 @@
|
||||
[{
|
||||
[
|
||||
{
|
||||
"macAddress": "12:34:56:78:90:AB",
|
||||
"lastData": {
|
||||
"dateutc": 1546889640000,
|
||||
@ -12,4 +13,5 @@
|
||||
"name": "Home",
|
||||
"location": "Home"
|
||||
}
|
||||
}]
|
||||
}
|
||||
]
|
||||
|
@ -1,34 +1,36 @@
|
||||
[{
|
||||
"entities" : {
|
||||
"activity" : "mockActivity2",
|
||||
"house" : "123",
|
||||
"device" : "online_with_doorsense",
|
||||
"callingUser" : "mockUserId2",
|
||||
"otherUser" : "deleted"
|
||||
[
|
||||
{
|
||||
"entities": {
|
||||
"activity": "mockActivity2",
|
||||
"house": "123",
|
||||
"device": "online_with_doorsense",
|
||||
"callingUser": "mockUserId2",
|
||||
"otherUser": "deleted"
|
||||
},
|
||||
"callingUser" : {
|
||||
"LastName" : "elven princess",
|
||||
"UserID" : "mockUserId2",
|
||||
"FirstName" : "Your favorite"
|
||||
"callingUser": {
|
||||
"LastName": "elven princess",
|
||||
"UserID": "mockUserId2",
|
||||
"FirstName": "Your favorite"
|
||||
},
|
||||
"otherUser" : {
|
||||
"LastName" : "User",
|
||||
"UserName" : "deleteduser",
|
||||
"FirstName" : "Unknown",
|
||||
"UserID" : "deleted",
|
||||
"PhoneNo" : "deleted"
|
||||
"otherUser": {
|
||||
"LastName": "User",
|
||||
"UserName": "deleteduser",
|
||||
"FirstName": "Unknown",
|
||||
"UserID": "deleted",
|
||||
"PhoneNo": "deleted"
|
||||
},
|
||||
"deviceType" : "lock",
|
||||
"deviceName" : "MockHouseTDoor",
|
||||
"action" : "associated_bridge_offline",
|
||||
"dateTime" : 1582007218000,
|
||||
"info" : {
|
||||
"remote" : true,
|
||||
"DateLogActionID" : "ABC+Time"
|
||||
"deviceType": "lock",
|
||||
"deviceName": "MockHouseTDoor",
|
||||
"action": "associated_bridge_offline",
|
||||
"dateTime": 1582007218000,
|
||||
"info": {
|
||||
"remote": true,
|
||||
"DateLogActionID": "ABC+Time"
|
||||
},
|
||||
"deviceID" : "online_with_doorsense",
|
||||
"house" : {
|
||||
"houseName" : "MockHouse",
|
||||
"houseID" : "123"
|
||||
"deviceID": "online_with_doorsense",
|
||||
"house": {
|
||||
"houseName": "MockHouse",
|
||||
"houseID": "123"
|
||||
}
|
||||
}]
|
||||
}
|
||||
]
|
||||
|
@ -1,34 +1,36 @@
|
||||
[{
|
||||
"entities" : {
|
||||
"activity" : "mockActivity2",
|
||||
"house" : "123",
|
||||
"device" : "online_with_doorsense",
|
||||
"callingUser" : "mockUserId2",
|
||||
"otherUser" : "deleted"
|
||||
[
|
||||
{
|
||||
"entities": {
|
||||
"activity": "mockActivity2",
|
||||
"house": "123",
|
||||
"device": "online_with_doorsense",
|
||||
"callingUser": "mockUserId2",
|
||||
"otherUser": "deleted"
|
||||
},
|
||||
"callingUser" : {
|
||||
"LastName" : "elven princess",
|
||||
"UserID" : "mockUserId2",
|
||||
"FirstName" : "Your favorite"
|
||||
"callingUser": {
|
||||
"LastName": "elven princess",
|
||||
"UserID": "mockUserId2",
|
||||
"FirstName": "Your favorite"
|
||||
},
|
||||
"otherUser" : {
|
||||
"LastName" : "User",
|
||||
"UserName" : "deleteduser",
|
||||
"FirstName" : "Unknown",
|
||||
"UserID" : "deleted",
|
||||
"PhoneNo" : "deleted"
|
||||
"otherUser": {
|
||||
"LastName": "User",
|
||||
"UserName": "deleteduser",
|
||||
"FirstName": "Unknown",
|
||||
"UserID": "deleted",
|
||||
"PhoneNo": "deleted"
|
||||
},
|
||||
"deviceType" : "lock",
|
||||
"deviceName" : "MockHouseTDoor",
|
||||
"action" : "associated_bridge_online",
|
||||
"dateTime" : 1582007218000,
|
||||
"info" : {
|
||||
"remote" : true,
|
||||
"DateLogActionID" : "ABC+Time"
|
||||
"deviceType": "lock",
|
||||
"deviceName": "MockHouseTDoor",
|
||||
"action": "associated_bridge_online",
|
||||
"dateTime": 1582007218000,
|
||||
"info": {
|
||||
"remote": true,
|
||||
"DateLogActionID": "ABC+Time"
|
||||
},
|
||||
"deviceID" : "online_with_doorsense",
|
||||
"house" : {
|
||||
"houseName" : "MockHouse",
|
||||
"houseID" : "123"
|
||||
"deviceID": "online_with_doorsense",
|
||||
"house": {
|
||||
"houseName": "MockHouse",
|
||||
"houseID": "123"
|
||||
}
|
||||
}]
|
||||
}
|
||||
]
|
||||
|
@ -1,58 +1,58 @@
|
||||
[
|
||||
{
|
||||
"otherUser" : {
|
||||
"FirstName" : "Unknown",
|
||||
"UserName" : "deleteduser",
|
||||
"LastName" : "User",
|
||||
"UserID" : "deleted",
|
||||
"PhoneNo" : "deleted"
|
||||
"otherUser": {
|
||||
"FirstName": "Unknown",
|
||||
"UserName": "deleteduser",
|
||||
"LastName": "User",
|
||||
"UserID": "deleted",
|
||||
"PhoneNo": "deleted"
|
||||
},
|
||||
"dateTime" : 1582663119959,
|
||||
"deviceID" : "K98GiDT45GUL",
|
||||
"info" : {
|
||||
"videoUploadProgress" : "in_progress",
|
||||
"image" : {
|
||||
"resource_type" : "image",
|
||||
"etag" : "fdsf",
|
||||
"created_at" : "2020-02-25T20:38:39Z",
|
||||
"type" : "upload",
|
||||
"format" : "jpg",
|
||||
"version" : 1582663119,
|
||||
"secure_url" : "https://res.cloudinary.com/updated_image.jpg",
|
||||
"signature" : "fdfdfd",
|
||||
"url" : "http://res.cloudinary.com/updated_image.jpg",
|
||||
"bytes" : 48545,
|
||||
"placeholder" : false,
|
||||
"original_filename" : "file",
|
||||
"width" : 720,
|
||||
"tags" : [],
|
||||
"public_id" : "xnsj5gphpzij9brifpf4",
|
||||
"height" : 576
|
||||
"dateTime": 1582663119959,
|
||||
"deviceID": "K98GiDT45GUL",
|
||||
"info": {
|
||||
"videoUploadProgress": "in_progress",
|
||||
"image": {
|
||||
"resource_type": "image",
|
||||
"etag": "fdsf",
|
||||
"created_at": "2020-02-25T20:38:39Z",
|
||||
"type": "upload",
|
||||
"format": "jpg",
|
||||
"version": 1582663119,
|
||||
"secure_url": "https://res.cloudinary.com/updated_image.jpg",
|
||||
"signature": "fdfdfd",
|
||||
"url": "http://res.cloudinary.com/updated_image.jpg",
|
||||
"bytes": 48545,
|
||||
"placeholder": false,
|
||||
"original_filename": "file",
|
||||
"width": 720,
|
||||
"tags": [],
|
||||
"public_id": "xnsj5gphpzij9brifpf4",
|
||||
"height": 576
|
||||
},
|
||||
"dvrID" : "dvr",
|
||||
"videoAvailable" : false,
|
||||
"hasSubscription" : false
|
||||
"dvrID": "dvr",
|
||||
"videoAvailable": false,
|
||||
"hasSubscription": false
|
||||
},
|
||||
"callingUser" : {
|
||||
"LastName" : "User",
|
||||
"UserName" : "deleteduser",
|
||||
"FirstName" : "Unknown",
|
||||
"UserID" : "deleted",
|
||||
"PhoneNo" : "deleted"
|
||||
"callingUser": {
|
||||
"LastName": "User",
|
||||
"UserName": "deleteduser",
|
||||
"FirstName": "Unknown",
|
||||
"UserID": "deleted",
|
||||
"PhoneNo": "deleted"
|
||||
},
|
||||
"house" : {
|
||||
"houseName" : "K98GiDT45GUL",
|
||||
"houseID" : "na"
|
||||
"house": {
|
||||
"houseName": "K98GiDT45GUL",
|
||||
"houseID": "na"
|
||||
},
|
||||
"action" : "doorbell_motion_detected",
|
||||
"deviceType" : "doorbell",
|
||||
"entities" : {
|
||||
"otherUser" : "deleted",
|
||||
"house" : "na",
|
||||
"device" : "K98GiDT45GUL",
|
||||
"activity" : "de5585cfd4eae900bb5ba3dc",
|
||||
"callingUser" : "deleted"
|
||||
"action": "doorbell_motion_detected",
|
||||
"deviceType": "doorbell",
|
||||
"entities": {
|
||||
"otherUser": "deleted",
|
||||
"house": "na",
|
||||
"device": "K98GiDT45GUL",
|
||||
"activity": "de5585cfd4eae900bb5ba3dc",
|
||||
"callingUser": "deleted"
|
||||
},
|
||||
"deviceName" : "Front Door"
|
||||
"deviceName": "Front Door"
|
||||
}
|
||||
]
|
||||
|
@ -1,34 +1,36 @@
|
||||
[{
|
||||
"entities" : {
|
||||
"activity" : "mockActivity2",
|
||||
"house" : "123",
|
||||
"device" : "online_with_doorsense",
|
||||
"callingUser" : "mockUserId2",
|
||||
"otherUser" : "deleted"
|
||||
[
|
||||
{
|
||||
"entities": {
|
||||
"activity": "mockActivity2",
|
||||
"house": "123",
|
||||
"device": "online_with_doorsense",
|
||||
"callingUser": "mockUserId2",
|
||||
"otherUser": "deleted"
|
||||
},
|
||||
"callingUser" : {
|
||||
"LastName" : "elven princess",
|
||||
"UserID" : "mockUserId2",
|
||||
"FirstName" : "Your favorite"
|
||||
"callingUser": {
|
||||
"LastName": "elven princess",
|
||||
"UserID": "mockUserId2",
|
||||
"FirstName": "Your favorite"
|
||||
},
|
||||
"otherUser" : {
|
||||
"LastName" : "User",
|
||||
"UserName" : "deleteduser",
|
||||
"FirstName" : "Unknown",
|
||||
"UserID" : "deleted",
|
||||
"PhoneNo" : "deleted"
|
||||
"otherUser": {
|
||||
"LastName": "User",
|
||||
"UserName": "deleteduser",
|
||||
"FirstName": "Unknown",
|
||||
"UserID": "deleted",
|
||||
"PhoneNo": "deleted"
|
||||
},
|
||||
"deviceType" : "lock",
|
||||
"deviceName" : "MockHouseTDoor",
|
||||
"action" : "jammed",
|
||||
"dateTime" : 1582007218000,
|
||||
"info" : {
|
||||
"remote" : true,
|
||||
"DateLogActionID" : "ABC+Time"
|
||||
"deviceType": "lock",
|
||||
"deviceName": "MockHouseTDoor",
|
||||
"action": "jammed",
|
||||
"dateTime": 1582007218000,
|
||||
"info": {
|
||||
"remote": true,
|
||||
"DateLogActionID": "ABC+Time"
|
||||
},
|
||||
"deviceID" : "online_with_doorsense",
|
||||
"house" : {
|
||||
"houseName" : "MockHouse",
|
||||
"houseID" : "123"
|
||||
"deviceID": "online_with_doorsense",
|
||||
"house": {
|
||||
"houseName": "MockHouse",
|
||||
"houseID": "123"
|
||||
}
|
||||
}]
|
||||
}
|
||||
]
|
||||
|
@ -1,34 +1,36 @@
|
||||
[{
|
||||
"entities" : {
|
||||
"activity" : "mockActivity2",
|
||||
"house" : "123",
|
||||
"device" : "online_with_doorsense",
|
||||
"callingUser" : "mockUserId2",
|
||||
"otherUser" : "deleted"
|
||||
[
|
||||
{
|
||||
"entities": {
|
||||
"activity": "mockActivity2",
|
||||
"house": "123",
|
||||
"device": "online_with_doorsense",
|
||||
"callingUser": "mockUserId2",
|
||||
"otherUser": "deleted"
|
||||
},
|
||||
"callingUser" : {
|
||||
"LastName" : "elven princess",
|
||||
"UserID" : "mockUserId2",
|
||||
"FirstName" : "Your favorite"
|
||||
"callingUser": {
|
||||
"LastName": "elven princess",
|
||||
"UserID": "mockUserId2",
|
||||
"FirstName": "Your favorite"
|
||||
},
|
||||
"otherUser" : {
|
||||
"LastName" : "User",
|
||||
"UserName" : "deleteduser",
|
||||
"FirstName" : "Unknown",
|
||||
"UserID" : "deleted",
|
||||
"PhoneNo" : "deleted"
|
||||
"otherUser": {
|
||||
"LastName": "User",
|
||||
"UserName": "deleteduser",
|
||||
"FirstName": "Unknown",
|
||||
"UserID": "deleted",
|
||||
"PhoneNo": "deleted"
|
||||
},
|
||||
"deviceType" : "lock",
|
||||
"deviceName" : "MockHouseTDoor",
|
||||
"action" : "lock",
|
||||
"dateTime" : 1582007218000,
|
||||
"info" : {
|
||||
"remote" : true,
|
||||
"DateLogActionID" : "ABC+Time"
|
||||
"deviceType": "lock",
|
||||
"deviceName": "MockHouseTDoor",
|
||||
"action": "lock",
|
||||
"dateTime": 1582007218000,
|
||||
"info": {
|
||||
"remote": true,
|
||||
"DateLogActionID": "ABC+Time"
|
||||
},
|
||||
"deviceID" : "online_with_doorsense",
|
||||
"house" : {
|
||||
"houseName" : "MockHouse",
|
||||
"houseID" : "123"
|
||||
"deviceID": "online_with_doorsense",
|
||||
"house": {
|
||||
"houseName": "MockHouse",
|
||||
"houseID": "123"
|
||||
}
|
||||
}]
|
||||
}
|
||||
]
|
||||
|
@ -1,34 +1,36 @@
|
||||
[{
|
||||
"entities" : {
|
||||
"activity" : "mockActivity2",
|
||||
"house" : "123",
|
||||
"device" : "online_with_doorsense",
|
||||
"callingUser" : "mockUserId2",
|
||||
"otherUser" : "deleted"
|
||||
[
|
||||
{
|
||||
"entities": {
|
||||
"activity": "mockActivity2",
|
||||
"house": "123",
|
||||
"device": "online_with_doorsense",
|
||||
"callingUser": "mockUserId2",
|
||||
"otherUser": "deleted"
|
||||
},
|
||||
"callingUser" : {
|
||||
"LastName" : "Relock",
|
||||
"UserID" : "automaticrelock",
|
||||
"FirstName" : "Auto"
|
||||
"callingUser": {
|
||||
"LastName": "Relock",
|
||||
"UserID": "automaticrelock",
|
||||
"FirstName": "Auto"
|
||||
},
|
||||
"otherUser" : {
|
||||
"LastName" : "User",
|
||||
"UserName" : "deleteduser",
|
||||
"FirstName" : "Unknown",
|
||||
"UserID" : "deleted",
|
||||
"PhoneNo" : "deleted"
|
||||
"otherUser": {
|
||||
"LastName": "User",
|
||||
"UserName": "deleteduser",
|
||||
"FirstName": "Unknown",
|
||||
"UserID": "deleted",
|
||||
"PhoneNo": "deleted"
|
||||
},
|
||||
"deviceType" : "lock",
|
||||
"deviceName" : "MockHouseTDoor",
|
||||
"action" : "lock",
|
||||
"dateTime" : 1582007218000,
|
||||
"info" : {
|
||||
"remote" : false,
|
||||
"DateLogActionID" : "ABC+Time"
|
||||
"deviceType": "lock",
|
||||
"deviceName": "MockHouseTDoor",
|
||||
"action": "lock",
|
||||
"dateTime": 1582007218000,
|
||||
"info": {
|
||||
"remote": false,
|
||||
"DateLogActionID": "ABC+Time"
|
||||
},
|
||||
"deviceID" : "online_with_doorsense",
|
||||
"house" : {
|
||||
"houseName" : "MockHouse",
|
||||
"houseID" : "123"
|
||||
"deviceID": "online_with_doorsense",
|
||||
"house": {
|
||||
"houseName": "MockHouse",
|
||||
"houseID": "123"
|
||||
}
|
||||
}]
|
||||
}
|
||||
]
|
||||
|
@ -1,34 +1,36 @@
|
||||
[{
|
||||
"entities" : {
|
||||
"activity" : "mockActivity2",
|
||||
"house" : "123",
|
||||
"device" : "online_with_doorsense",
|
||||
"callingUser" : "mockUserId2",
|
||||
"otherUser" : "deleted"
|
||||
[
|
||||
{
|
||||
"entities": {
|
||||
"activity": "mockActivity2",
|
||||
"house": "123",
|
||||
"device": "online_with_doorsense",
|
||||
"callingUser": "mockUserId2",
|
||||
"otherUser": "deleted"
|
||||
},
|
||||
"callingUser" : {
|
||||
"LastName" : "elven princess",
|
||||
"UserID" : "mockUserId2",
|
||||
"FirstName" : "Your favorite"
|
||||
"callingUser": {
|
||||
"LastName": "elven princess",
|
||||
"UserID": "mockUserId2",
|
||||
"FirstName": "Your favorite"
|
||||
},
|
||||
"otherUser" : {
|
||||
"LastName" : "User",
|
||||
"UserName" : "deleteduser",
|
||||
"FirstName" : "Unknown",
|
||||
"UserID" : "deleted",
|
||||
"PhoneNo" : "deleted"
|
||||
"otherUser": {
|
||||
"LastName": "User",
|
||||
"UserName": "deleteduser",
|
||||
"FirstName": "Unknown",
|
||||
"UserID": "deleted",
|
||||
"PhoneNo": "deleted"
|
||||
},
|
||||
"deviceType" : "lock",
|
||||
"deviceName" : "MockHouseTDoor",
|
||||
"action" : "lock",
|
||||
"dateTime" : 1582007218000,
|
||||
"info" : {
|
||||
"remote" : false,
|
||||
"DateLogActionID" : "ABC+Time"
|
||||
"deviceType": "lock",
|
||||
"deviceName": "MockHouseTDoor",
|
||||
"action": "lock",
|
||||
"dateTime": 1582007218000,
|
||||
"info": {
|
||||
"remote": false,
|
||||
"DateLogActionID": "ABC+Time"
|
||||
},
|
||||
"deviceID" : "online_with_doorsense",
|
||||
"house" : {
|
||||
"houseName" : "MockHouse",
|
||||
"houseID" : "123"
|
||||
"deviceID": "online_with_doorsense",
|
||||
"house": {
|
||||
"houseName": "MockHouse",
|
||||
"houseID": "123"
|
||||
}
|
||||
}]
|
||||
}
|
||||
]
|
||||
|
@ -1,35 +1,37 @@
|
||||
[{
|
||||
"entities" : {
|
||||
"activity" : "mockActivity2",
|
||||
"house" : "123",
|
||||
"device" : "online_with_doorsense",
|
||||
"callingUser" : "mockUserId2",
|
||||
"otherUser" : "deleted"
|
||||
[
|
||||
{
|
||||
"entities": {
|
||||
"activity": "mockActivity2",
|
||||
"house": "123",
|
||||
"device": "online_with_doorsense",
|
||||
"callingUser": "mockUserId2",
|
||||
"otherUser": "deleted"
|
||||
},
|
||||
"callingUser" : {
|
||||
"LastName" : "elven princess",
|
||||
"UserID" : "mockUserId2",
|
||||
"FirstName" : "Your favorite"
|
||||
"callingUser": {
|
||||
"LastName": "elven princess",
|
||||
"UserID": "mockUserId2",
|
||||
"FirstName": "Your favorite"
|
||||
},
|
||||
"otherUser" : {
|
||||
"LastName" : "User",
|
||||
"UserName" : "deleteduser",
|
||||
"FirstName" : "Unknown",
|
||||
"UserID" : "deleted",
|
||||
"PhoneNo" : "deleted"
|
||||
"otherUser": {
|
||||
"LastName": "User",
|
||||
"UserName": "deleteduser",
|
||||
"FirstName": "Unknown",
|
||||
"UserID": "deleted",
|
||||
"PhoneNo": "deleted"
|
||||
},
|
||||
"deviceType" : "lock",
|
||||
"deviceName" : "MockHouseTDoor",
|
||||
"action" : "lock",
|
||||
"dateTime" : 1582007218000,
|
||||
"info" : {
|
||||
"remote" : false,
|
||||
"keypad" : true,
|
||||
"DateLogActionID" : "ABC+Time"
|
||||
"deviceType": "lock",
|
||||
"deviceName": "MockHouseTDoor",
|
||||
"action": "lock",
|
||||
"dateTime": 1582007218000,
|
||||
"info": {
|
||||
"remote": false,
|
||||
"keypad": true,
|
||||
"DateLogActionID": "ABC+Time"
|
||||
},
|
||||
"deviceID" : "online_with_doorsense",
|
||||
"house" : {
|
||||
"houseName" : "MockHouse",
|
||||
"houseID" : "123"
|
||||
"deviceID": "online_with_doorsense",
|
||||
"house": {
|
||||
"houseName": "MockHouse",
|
||||
"houseID": "123"
|
||||
}
|
||||
}]
|
||||
}
|
||||
]
|
||||
|
@ -1,34 +1,36 @@
|
||||
[{
|
||||
"entities" : {
|
||||
"activity" : "mockActivity2",
|
||||
"house" : "123",
|
||||
"device" : "online_with_doorsense",
|
||||
"callingUser" : "mockUserId2",
|
||||
"otherUser" : "deleted"
|
||||
[
|
||||
{
|
||||
"entities": {
|
||||
"activity": "mockActivity2",
|
||||
"house": "123",
|
||||
"device": "online_with_doorsense",
|
||||
"callingUser": "mockUserId2",
|
||||
"otherUser": "deleted"
|
||||
},
|
||||
"callingUser" : {
|
||||
"LastName" : "elven princess",
|
||||
"UserID" : "mockUserId2",
|
||||
"FirstName" : "Your favorite"
|
||||
"callingUser": {
|
||||
"LastName": "elven princess",
|
||||
"UserID": "mockUserId2",
|
||||
"FirstName": "Your favorite"
|
||||
},
|
||||
"otherUser" : {
|
||||
"LastName" : "User",
|
||||
"UserName" : "deleteduser",
|
||||
"FirstName" : "Unknown",
|
||||
"UserID" : "deleted",
|
||||
"PhoneNo" : "deleted"
|
||||
"otherUser": {
|
||||
"LastName": "User",
|
||||
"UserName": "deleteduser",
|
||||
"FirstName": "Unknown",
|
||||
"UserID": "deleted",
|
||||
"PhoneNo": "deleted"
|
||||
},
|
||||
"deviceType" : "lock",
|
||||
"deviceName" : "MockHouseTDoor",
|
||||
"action" : "locking",
|
||||
"dateTime" : 1582007218000,
|
||||
"info" : {
|
||||
"remote" : true,
|
||||
"DateLogActionID" : "ABC+Time"
|
||||
"deviceType": "lock",
|
||||
"deviceName": "MockHouseTDoor",
|
||||
"action": "locking",
|
||||
"dateTime": 1582007218000,
|
||||
"info": {
|
||||
"remote": true,
|
||||
"DateLogActionID": "ABC+Time"
|
||||
},
|
||||
"deviceID" : "online_with_doorsense",
|
||||
"house" : {
|
||||
"houseName" : "MockHouse",
|
||||
"houseID" : "123"
|
||||
"deviceID": "online_with_doorsense",
|
||||
"house": {
|
||||
"houseName": "MockHouse",
|
||||
"houseID": "123"
|
||||
}
|
||||
}]
|
||||
}
|
||||
]
|
||||
|
@ -1,34 +1,36 @@
|
||||
[{
|
||||
"entities" : {
|
||||
"activity" : "mockActivity2",
|
||||
"house" : "123",
|
||||
"device" : "online_with_doorsense",
|
||||
"callingUser" : "mockUserId2",
|
||||
"otherUser" : "deleted"
|
||||
[
|
||||
{
|
||||
"entities": {
|
||||
"activity": "mockActivity2",
|
||||
"house": "123",
|
||||
"device": "online_with_doorsense",
|
||||
"callingUser": "mockUserId2",
|
||||
"otherUser": "deleted"
|
||||
},
|
||||
"callingUser" : {
|
||||
"LastName" : "elven princess",
|
||||
"UserID" : "mockUserId2",
|
||||
"FirstName" : "Your favorite"
|
||||
"callingUser": {
|
||||
"LastName": "elven princess",
|
||||
"UserID": "mockUserId2",
|
||||
"FirstName": "Your favorite"
|
||||
},
|
||||
"otherUser" : {
|
||||
"LastName" : "User",
|
||||
"UserName" : "deleteduser",
|
||||
"FirstName" : "Unknown",
|
||||
"UserID" : "deleted",
|
||||
"PhoneNo" : "deleted"
|
||||
"otherUser": {
|
||||
"LastName": "User",
|
||||
"UserName": "deleteduser",
|
||||
"FirstName": "Unknown",
|
||||
"UserID": "deleted",
|
||||
"PhoneNo": "deleted"
|
||||
},
|
||||
"deviceType" : "lock",
|
||||
"deviceName" : "MockHouseTDoor",
|
||||
"action" : "unlocking",
|
||||
"dateTime" : 1582007218000,
|
||||
"info" : {
|
||||
"remote" : true,
|
||||
"DateLogActionID" : "ABC+Time"
|
||||
"deviceType": "lock",
|
||||
"deviceName": "MockHouseTDoor",
|
||||
"action": "unlocking",
|
||||
"dateTime": 1582007218000,
|
||||
"info": {
|
||||
"remote": true,
|
||||
"DateLogActionID": "ABC+Time"
|
||||
},
|
||||
"deviceID" : "online_with_doorsense",
|
||||
"house" : {
|
||||
"houseName" : "MockHouse",
|
||||
"houseID" : "123"
|
||||
"deviceID": "online_with_doorsense",
|
||||
"house": {
|
||||
"houseName": "MockHouse",
|
||||
"houseID": "123"
|
||||
}
|
||||
}]
|
||||
}
|
||||
]
|
||||
|
@ -1,83 +1,81 @@
|
||||
{
|
||||
"status_timestamp" : 1512811834532,
|
||||
"appID" : "august-iphone",
|
||||
"LockID" : "BBBB1F5F11114C24CCCC97571DD6AAAA",
|
||||
"recentImage" : {
|
||||
"original_filename" : "file",
|
||||
"placeholder" : false,
|
||||
"bytes" : 24476,
|
||||
"height" : 640,
|
||||
"format" : "jpg",
|
||||
"width" : 480,
|
||||
"version" : 1512892814,
|
||||
"resource_type" : "image",
|
||||
"etag" : "54966926be2e93f77d498a55f247661f",
|
||||
"tags" : [],
|
||||
"public_id" : "qqqqt4ctmxwsysylaaaa",
|
||||
"url" : "http://image.com/vmk16naaaa7ibuey7sar.jpg",
|
||||
"created_at" : "2017-12-10T08:01:35Z",
|
||||
"signature" : "75z47ca21b5e8ffda21d2134e478a2307c4625da",
|
||||
"secure_url" : "https://image.com/vmk16naaaa7ibuey7sar.jpg",
|
||||
"type" : "upload"
|
||||
"status_timestamp": 1512811834532,
|
||||
"appID": "august-iphone",
|
||||
"LockID": "BBBB1F5F11114C24CCCC97571DD6AAAA",
|
||||
"recentImage": {
|
||||
"original_filename": "file",
|
||||
"placeholder": false,
|
||||
"bytes": 24476,
|
||||
"height": 640,
|
||||
"format": "jpg",
|
||||
"width": 480,
|
||||
"version": 1512892814,
|
||||
"resource_type": "image",
|
||||
"etag": "54966926be2e93f77d498a55f247661f",
|
||||
"tags": [],
|
||||
"public_id": "qqqqt4ctmxwsysylaaaa",
|
||||
"url": "http://image.com/vmk16naaaa7ibuey7sar.jpg",
|
||||
"created_at": "2017-12-10T08:01:35Z",
|
||||
"signature": "75z47ca21b5e8ffda21d2134e478a2307c4625da",
|
||||
"secure_url": "https://image.com/vmk16naaaa7ibuey7sar.jpg",
|
||||
"type": "upload"
|
||||
},
|
||||
"settings" : {
|
||||
"keepEncoderRunning" : true,
|
||||
"videoResolution" : "640x480",
|
||||
"minACNoScaling" : 40,
|
||||
"irConfiguration" : 8448272,
|
||||
"directLink" : true,
|
||||
"overlayEnabled" : true,
|
||||
"notify_when_offline" : true,
|
||||
"micVolume" : 100,
|
||||
"bitrateCeiling" : 512000,
|
||||
"initialBitrate" : 384000,
|
||||
"IVAEnabled" : false,
|
||||
"turnOffCamera" : false,
|
||||
"ringSoundEnabled" : true,
|
||||
"JPGQuality" : 70,
|
||||
"motion_notifications" : true,
|
||||
"speakerVolume" : 92,
|
||||
"buttonpush_notifications" : true,
|
||||
"ABREnabled" : true,
|
||||
"debug" : false,
|
||||
"batteryLowThreshold" : 3.1,
|
||||
"batteryRun" : false,
|
||||
"IREnabled" : true,
|
||||
"batteryUseThreshold" : 3.4
|
||||
"settings": {
|
||||
"keepEncoderRunning": true,
|
||||
"videoResolution": "640x480",
|
||||
"minACNoScaling": 40,
|
||||
"irConfiguration": 8448272,
|
||||
"directLink": true,
|
||||
"overlayEnabled": true,
|
||||
"notify_when_offline": true,
|
||||
"micVolume": 100,
|
||||
"bitrateCeiling": 512000,
|
||||
"initialBitrate": 384000,
|
||||
"IVAEnabled": false,
|
||||
"turnOffCamera": false,
|
||||
"ringSoundEnabled": true,
|
||||
"JPGQuality": 70,
|
||||
"motion_notifications": true,
|
||||
"speakerVolume": 92,
|
||||
"buttonpush_notifications": true,
|
||||
"ABREnabled": true,
|
||||
"debug": false,
|
||||
"batteryLowThreshold": 3.1,
|
||||
"batteryRun": false,
|
||||
"IREnabled": true,
|
||||
"batteryUseThreshold": 3.4
|
||||
},
|
||||
"doorbellServerURL" : "https://doorbells.august.com",
|
||||
"name" : "Front Door",
|
||||
"createdAt" : "2016-11-26T22:27:11.176Z",
|
||||
"installDate" : "2016-11-26T22:27:11.176Z",
|
||||
"serialNumber" : "tBXZR0Z35E",
|
||||
"dvrSubscriptionSetupDone" : true,
|
||||
"caps" : [
|
||||
"reconnect"
|
||||
],
|
||||
"doorbellID" : "K98GiDT45GUL",
|
||||
"HouseID" : "mockhouseid1",
|
||||
"telemetry" : {
|
||||
"signal_level" : -56,
|
||||
"date" : "2017-12-10 08:05:12",
|
||||
"battery_soc" : 96,
|
||||
"battery" : 4.061763,
|
||||
"steady_ac_in" : 22.196405,
|
||||
"BSSID" : "88:ee:00:dd:aa:11",
|
||||
"SSID" : "foo_ssid",
|
||||
"updated_at" : "2017-12-10T08:05:13.650Z",
|
||||
"temperature" : 28.25,
|
||||
"wifi_freq" : 5745,
|
||||
"load_average" : "0.50 0.47 0.35 1/154 9345",
|
||||
"link_quality" : 54,
|
||||
"battery_soh" : 95,
|
||||
"uptime" : "16168.75 13830.49",
|
||||
"ip_addr" : "10.0.1.11",
|
||||
"doorbell_low_battery" : false,
|
||||
"ac_in" : 23.856874
|
||||
"doorbellServerURL": "https://doorbells.august.com",
|
||||
"name": "Front Door",
|
||||
"createdAt": "2016-11-26T22:27:11.176Z",
|
||||
"installDate": "2016-11-26T22:27:11.176Z",
|
||||
"serialNumber": "tBXZR0Z35E",
|
||||
"dvrSubscriptionSetupDone": true,
|
||||
"caps": ["reconnect"],
|
||||
"doorbellID": "K98GiDT45GUL",
|
||||
"HouseID": "mockhouseid1",
|
||||
"telemetry": {
|
||||
"signal_level": -56,
|
||||
"date": "2017-12-10 08:05:12",
|
||||
"battery_soc": 96,
|
||||
"battery": 4.061763,
|
||||
"steady_ac_in": 22.196405,
|
||||
"BSSID": "88:ee:00:dd:aa:11",
|
||||
"SSID": "foo_ssid",
|
||||
"updated_at": "2017-12-10T08:05:13.650Z",
|
||||
"temperature": 28.25,
|
||||
"wifi_freq": 5745,
|
||||
"load_average": "0.50 0.47 0.35 1/154 9345",
|
||||
"link_quality": 54,
|
||||
"battery_soh": 95,
|
||||
"uptime": "16168.75 13830.49",
|
||||
"ip_addr": "10.0.1.11",
|
||||
"doorbell_low_battery": false,
|
||||
"ac_in": 23.856874
|
||||
},
|
||||
"installUserID" : "c3b2a94e-373e-aaaa-bbbb-36e996827777",
|
||||
"status" : "doorbell_call_status_online",
|
||||
"firmwareVersion" : "2.3.0-RC153+201711151527",
|
||||
"pubsubChannel" : "7c7a6672-59c8-3333-ffff-dcd98705cccc",
|
||||
"updatedAt" : "2017-12-10T08:05:13.650Z"
|
||||
"installUserID": "c3b2a94e-373e-aaaa-bbbb-36e996827777",
|
||||
"status": "doorbell_call_status_online",
|
||||
"firmwareVersion": "2.3.0-RC153+201711151527",
|
||||
"pubsubChannel": "7c7a6672-59c8-3333-ffff-dcd98705cccc",
|
||||
"updatedAt": "2017-12-10T08:05:13.650Z"
|
||||
}
|
||||
|
@ -1,80 +1,78 @@
|
||||
{
|
||||
"status_timestamp" : 1512811834532,
|
||||
"appID" : "august-iphone",
|
||||
"LockID" : "BBBB1F5F11114C24CCCC97571DD6AAAA",
|
||||
"recentImage" : {
|
||||
"original_filename" : "file",
|
||||
"placeholder" : false,
|
||||
"bytes" : 24476,
|
||||
"height" : 640,
|
||||
"format" : "jpg",
|
||||
"width" : 480,
|
||||
"version" : 1512892814,
|
||||
"resource_type" : "image",
|
||||
"etag" : "54966926be2e93f77d498a55f247661f",
|
||||
"tags" : [],
|
||||
"public_id" : "qqqqt4ctmxwsysylaaaa",
|
||||
"url" : "http://image.com/vmk16naaaa7ibuey7sar.jpg",
|
||||
"created_at" : "2017-12-10T08:01:35Z",
|
||||
"signature" : "75z47ca21b5e8ffda21d2134e478a2307c4625da",
|
||||
"secure_url" : "https://image.com/vmk16naaaa7ibuey7sar.jpg",
|
||||
"type" : "upload"
|
||||
"status_timestamp": 1512811834532,
|
||||
"appID": "august-iphone",
|
||||
"LockID": "BBBB1F5F11114C24CCCC97571DD6AAAA",
|
||||
"recentImage": {
|
||||
"original_filename": "file",
|
||||
"placeholder": false,
|
||||
"bytes": 24476,
|
||||
"height": 640,
|
||||
"format": "jpg",
|
||||
"width": 480,
|
||||
"version": 1512892814,
|
||||
"resource_type": "image",
|
||||
"etag": "54966926be2e93f77d498a55f247661f",
|
||||
"tags": [],
|
||||
"public_id": "qqqqt4ctmxwsysylaaaa",
|
||||
"url": "http://image.com/vmk16naaaa7ibuey7sar.jpg",
|
||||
"created_at": "2017-12-10T08:01:35Z",
|
||||
"signature": "75z47ca21b5e8ffda21d2134e478a2307c4625da",
|
||||
"secure_url": "https://image.com/vmk16naaaa7ibuey7sar.jpg",
|
||||
"type": "upload"
|
||||
},
|
||||
"settings" : {
|
||||
"keepEncoderRunning" : true,
|
||||
"videoResolution" : "640x480",
|
||||
"minACNoScaling" : 40,
|
||||
"irConfiguration" : 8448272,
|
||||
"directLink" : true,
|
||||
"overlayEnabled" : true,
|
||||
"notify_when_offline" : true,
|
||||
"micVolume" : 100,
|
||||
"bitrateCeiling" : 512000,
|
||||
"initialBitrate" : 384000,
|
||||
"IVAEnabled" : false,
|
||||
"turnOffCamera" : false,
|
||||
"ringSoundEnabled" : true,
|
||||
"JPGQuality" : 70,
|
||||
"motion_notifications" : true,
|
||||
"speakerVolume" : 92,
|
||||
"buttonpush_notifications" : true,
|
||||
"ABREnabled" : true,
|
||||
"debug" : false,
|
||||
"batteryLowThreshold" : 3.1,
|
||||
"batteryRun" : false,
|
||||
"IREnabled" : true,
|
||||
"batteryUseThreshold" : 3.4
|
||||
"settings": {
|
||||
"keepEncoderRunning": true,
|
||||
"videoResolution": "640x480",
|
||||
"minACNoScaling": 40,
|
||||
"irConfiguration": 8448272,
|
||||
"directLink": true,
|
||||
"overlayEnabled": true,
|
||||
"notify_when_offline": true,
|
||||
"micVolume": 100,
|
||||
"bitrateCeiling": 512000,
|
||||
"initialBitrate": 384000,
|
||||
"IVAEnabled": false,
|
||||
"turnOffCamera": false,
|
||||
"ringSoundEnabled": true,
|
||||
"JPGQuality": 70,
|
||||
"motion_notifications": true,
|
||||
"speakerVolume": 92,
|
||||
"buttonpush_notifications": true,
|
||||
"ABREnabled": true,
|
||||
"debug": false,
|
||||
"batteryLowThreshold": 3.1,
|
||||
"batteryRun": false,
|
||||
"IREnabled": true,
|
||||
"batteryUseThreshold": 3.4
|
||||
},
|
||||
"doorbellServerURL" : "https://doorbells.august.com",
|
||||
"name" : "Front Door",
|
||||
"createdAt" : "2016-11-26T22:27:11.176Z",
|
||||
"installDate" : "2016-11-26T22:27:11.176Z",
|
||||
"serialNumber" : "tBXZR0Z35E",
|
||||
"dvrSubscriptionSetupDone" : true,
|
||||
"caps" : [
|
||||
"reconnect"
|
||||
],
|
||||
"doorbellID" : "K98GiDT45GUL",
|
||||
"HouseID" : "3dd2accaea08",
|
||||
"telemetry" : {
|
||||
"signal_level" : -56,
|
||||
"date" : "2017-12-10 08:05:12",
|
||||
"steady_ac_in" : 22.196405,
|
||||
"BSSID" : "88:ee:00:dd:aa:11",
|
||||
"SSID" : "foo_ssid",
|
||||
"updated_at" : "2017-12-10T08:05:13.650Z",
|
||||
"temperature" : 28.25,
|
||||
"wifi_freq" : 5745,
|
||||
"load_average" : "0.50 0.47 0.35 1/154 9345",
|
||||
"link_quality" : 54,
|
||||
"uptime" : "16168.75 13830.49",
|
||||
"ip_addr" : "10.0.1.11",
|
||||
"doorbell_low_battery" : false,
|
||||
"ac_in" : 23.856874
|
||||
"doorbellServerURL": "https://doorbells.august.com",
|
||||
"name": "Front Door",
|
||||
"createdAt": "2016-11-26T22:27:11.176Z",
|
||||
"installDate": "2016-11-26T22:27:11.176Z",
|
||||
"serialNumber": "tBXZR0Z35E",
|
||||
"dvrSubscriptionSetupDone": true,
|
||||
"caps": ["reconnect"],
|
||||
"doorbellID": "K98GiDT45GUL",
|
||||
"HouseID": "3dd2accaea08",
|
||||
"telemetry": {
|
||||
"signal_level": -56,
|
||||
"date": "2017-12-10 08:05:12",
|
||||
"steady_ac_in": 22.196405,
|
||||
"BSSID": "88:ee:00:dd:aa:11",
|
||||
"SSID": "foo_ssid",
|
||||
"updated_at": "2017-12-10T08:05:13.650Z",
|
||||
"temperature": 28.25,
|
||||
"wifi_freq": 5745,
|
||||
"load_average": "0.50 0.47 0.35 1/154 9345",
|
||||
"link_quality": 54,
|
||||
"uptime": "16168.75 13830.49",
|
||||
"ip_addr": "10.0.1.11",
|
||||
"doorbell_low_battery": false,
|
||||
"ac_in": 23.856874
|
||||
},
|
||||
"installUserID" : "c3b2a94e-373e-aaaa-bbbb-36e996827777",
|
||||
"status" : "doorbell_call_status_online",
|
||||
"firmwareVersion" : "2.3.0-RC153+201711151527",
|
||||
"pubsubChannel" : "7c7a6672-59c8-3333-ffff-dcd98705cccc",
|
||||
"updatedAt" : "2017-12-10T08:05:13.650Z"
|
||||
"installUserID": "c3b2a94e-373e-aaaa-bbbb-36e996827777",
|
||||
"status": "doorbell_call_status_online",
|
||||
"firmwareVersion": "2.3.0-RC153+201711151527",
|
||||
"pubsubChannel": "7c7a6672-59c8-3333-ffff-dcd98705cccc",
|
||||
"updatedAt": "2017-12-10T08:05:13.650Z"
|
||||
}
|
||||
|
@ -1,130 +1,126 @@
|
||||
{
|
||||
"recentImage" : {
|
||||
"tags" : [],
|
||||
"height" : 576,
|
||||
"public_id" : "fdsfds",
|
||||
"bytes" : 50013,
|
||||
"resource_type" : "image",
|
||||
"original_filename" : "file",
|
||||
"version" : 1582242766,
|
||||
"format" : "jpg",
|
||||
"signature" : "fdsfdsf",
|
||||
"created_at" : "2020-02-20T23:52:46Z",
|
||||
"type" : "upload",
|
||||
"placeholder" : false,
|
||||
"url" : "http://res.cloudinary.com/august-com/image/upload/ccc/ccccc.jpg",
|
||||
"secure_url" : "https://res.cloudinary.com/august-com/image/upload/cc/cccc.jpg",
|
||||
"etag" : "zds",
|
||||
"width" : 720
|
||||
"recentImage": {
|
||||
"tags": [],
|
||||
"height": 576,
|
||||
"public_id": "fdsfds",
|
||||
"bytes": 50013,
|
||||
"resource_type": "image",
|
||||
"original_filename": "file",
|
||||
"version": 1582242766,
|
||||
"format": "jpg",
|
||||
"signature": "fdsfdsf",
|
||||
"created_at": "2020-02-20T23:52:46Z",
|
||||
"type": "upload",
|
||||
"placeholder": false,
|
||||
"url": "http://res.cloudinary.com/august-com/image/upload/ccc/ccccc.jpg",
|
||||
"secure_url": "https://res.cloudinary.com/august-com/image/upload/cc/cccc.jpg",
|
||||
"etag": "zds",
|
||||
"width": 720
|
||||
},
|
||||
"firmwareVersion" : "3.1.0-HYDRC75+201909251139",
|
||||
"doorbellServerURL" : "https://doorbells.august.com",
|
||||
"installUserID" : "mock",
|
||||
"caps" : [
|
||||
"reconnect",
|
||||
"webrtc",
|
||||
"tcp_wakeup"
|
||||
],
|
||||
"messagingProtocol" : "pubnub",
|
||||
"createdAt" : "2020-02-12T03:52:28.719Z",
|
||||
"invitations" : [],
|
||||
"appID" : "august-iphone-v5",
|
||||
"HouseID" : "houseid1",
|
||||
"doorbellID" : "tmt100",
|
||||
"name" : "Front Door",
|
||||
"settings" : {
|
||||
"batteryUseThreshold" : 3.4,
|
||||
"brightness" : 50,
|
||||
"batteryChargeCurrent" : 60,
|
||||
"overCurrentThreshold" : -250,
|
||||
"irLedBrightness" : 40,
|
||||
"videoResolution" : "720x576",
|
||||
"pirPulseCounter" : 1,
|
||||
"contrast" : 50,
|
||||
"micVolume" : 50,
|
||||
"directLink" : true,
|
||||
"auto_contrast_mode" : 0,
|
||||
"saturation" : 50,
|
||||
"motion_notifications" : true,
|
||||
"pirSensitivity" : 20,
|
||||
"pirBlindTime" : 7,
|
||||
"notify_when_offline" : false,
|
||||
"nightModeAlsThreshold" : 10,
|
||||
"minACNoScaling" : 40,
|
||||
"DVRRecordingTimeout" : 15,
|
||||
"turnOffCamera" : false,
|
||||
"debug" : false,
|
||||
"keepEncoderRunning" : true,
|
||||
"pirWindowTime" : 0,
|
||||
"bitrateCeiling" : 2000000,
|
||||
"backlight_comp" : false,
|
||||
"buttonpush_notifications" : true,
|
||||
"buttonpush_notifications_partners" : false,
|
||||
"minimumSnapshotInterval" : 30,
|
||||
"pirConfiguration" : 272,
|
||||
"batteryLowThreshold" : 3.1,
|
||||
"sharpness" : 50,
|
||||
"ABREnabled" : true,
|
||||
"hue" : 50,
|
||||
"initialBitrate" : 1000000,
|
||||
"ringSoundEnabled" : true,
|
||||
"IVAEnabled" : false,
|
||||
"overlayEnabled" : true,
|
||||
"speakerVolume" : 92,
|
||||
"ringRepetitions" : 3,
|
||||
"powerProfilePreset" : -1,
|
||||
"irConfiguration" : 16836880,
|
||||
"JPGQuality" : 70,
|
||||
"IREnabled" : true
|
||||
"firmwareVersion": "3.1.0-HYDRC75+201909251139",
|
||||
"doorbellServerURL": "https://doorbells.august.com",
|
||||
"installUserID": "mock",
|
||||
"caps": ["reconnect", "webrtc", "tcp_wakeup"],
|
||||
"messagingProtocol": "pubnub",
|
||||
"createdAt": "2020-02-12T03:52:28.719Z",
|
||||
"invitations": [],
|
||||
"appID": "august-iphone-v5",
|
||||
"HouseID": "houseid1",
|
||||
"doorbellID": "tmt100",
|
||||
"name": "Front Door",
|
||||
"settings": {
|
||||
"batteryUseThreshold": 3.4,
|
||||
"brightness": 50,
|
||||
"batteryChargeCurrent": 60,
|
||||
"overCurrentThreshold": -250,
|
||||
"irLedBrightness": 40,
|
||||
"videoResolution": "720x576",
|
||||
"pirPulseCounter": 1,
|
||||
"contrast": 50,
|
||||
"micVolume": 50,
|
||||
"directLink": true,
|
||||
"auto_contrast_mode": 0,
|
||||
"saturation": 50,
|
||||
"motion_notifications": true,
|
||||
"pirSensitivity": 20,
|
||||
"pirBlindTime": 7,
|
||||
"notify_when_offline": false,
|
||||
"nightModeAlsThreshold": 10,
|
||||
"minACNoScaling": 40,
|
||||
"DVRRecordingTimeout": 15,
|
||||
"turnOffCamera": false,
|
||||
"debug": false,
|
||||
"keepEncoderRunning": true,
|
||||
"pirWindowTime": 0,
|
||||
"bitrateCeiling": 2000000,
|
||||
"backlight_comp": false,
|
||||
"buttonpush_notifications": true,
|
||||
"buttonpush_notifications_partners": false,
|
||||
"minimumSnapshotInterval": 30,
|
||||
"pirConfiguration": 272,
|
||||
"batteryLowThreshold": 3.1,
|
||||
"sharpness": 50,
|
||||
"ABREnabled": true,
|
||||
"hue": 50,
|
||||
"initialBitrate": 1000000,
|
||||
"ringSoundEnabled": true,
|
||||
"IVAEnabled": false,
|
||||
"overlayEnabled": true,
|
||||
"speakerVolume": 92,
|
||||
"ringRepetitions": 3,
|
||||
"powerProfilePreset": -1,
|
||||
"irConfiguration": 16836880,
|
||||
"JPGQuality": 70,
|
||||
"IREnabled": true
|
||||
},
|
||||
"updatedAt" : "2020-02-20T23:58:21.580Z",
|
||||
"serialNumber" : "abc",
|
||||
"installDate" : "2019-02-12T03:52:28.719Z",
|
||||
"dvrSubscriptionSetupDone" : true,
|
||||
"pubsubChannel" : "mock",
|
||||
"chimes" : [
|
||||
"updatedAt": "2020-02-20T23:58:21.580Z",
|
||||
"serialNumber": "abc",
|
||||
"installDate": "2019-02-12T03:52:28.719Z",
|
||||
"dvrSubscriptionSetupDone": true,
|
||||
"pubsubChannel": "mock",
|
||||
"chimes": [
|
||||
{
|
||||
"updatedAt" : "2020-02-12T03:55:38.805Z",
|
||||
"_id" : "cccc",
|
||||
"type" : 1,
|
||||
"serialNumber" : "ccccc",
|
||||
"doorbellID" : "tmt100",
|
||||
"name" : "Living Room",
|
||||
"chimeID" : "cccc",
|
||||
"createdAt" : "2020-02-12T03:55:38.805Z",
|
||||
"firmware" : "3.1.16"
|
||||
"updatedAt": "2020-02-12T03:55:38.805Z",
|
||||
"_id": "cccc",
|
||||
"type": 1,
|
||||
"serialNumber": "ccccc",
|
||||
"doorbellID": "tmt100",
|
||||
"name": "Living Room",
|
||||
"chimeID": "cccc",
|
||||
"createdAt": "2020-02-12T03:55:38.805Z",
|
||||
"firmware": "3.1.16"
|
||||
}
|
||||
],
|
||||
"telemetry" : {
|
||||
"battery" : 3.985,
|
||||
"battery_soc" : 81,
|
||||
"load_average" : "0.45 0.18 0.07 4/98 831",
|
||||
"ip_addr" : "192.168.100.174",
|
||||
"BSSID" : "snp",
|
||||
"uptime" : "96.55 70.59",
|
||||
"SSID" : "bob",
|
||||
"updated_at" : "2020-02-20T23:53:09.586Z",
|
||||
"dtim_period" : 0,
|
||||
"wifi_freq" : 2462,
|
||||
"date" : "2020-02-20 11:47:36",
|
||||
"BSSIDManufacturer" : "Ubiquiti - Ubiquiti Networks Inc.",
|
||||
"battery_temp" : 22,
|
||||
"battery_avg_cur" : -291,
|
||||
"beacon_interval" : 0,
|
||||
"signal_level" : -49,
|
||||
"battery_soh" : 95,
|
||||
"doorbell_low_battery" : false
|
||||
"telemetry": {
|
||||
"battery": 3.985,
|
||||
"battery_soc": 81,
|
||||
"load_average": "0.45 0.18 0.07 4/98 831",
|
||||
"ip_addr": "192.168.100.174",
|
||||
"BSSID": "snp",
|
||||
"uptime": "96.55 70.59",
|
||||
"SSID": "bob",
|
||||
"updated_at": "2020-02-20T23:53:09.586Z",
|
||||
"dtim_period": 0,
|
||||
"wifi_freq": 2462,
|
||||
"date": "2020-02-20 11:47:36",
|
||||
"BSSIDManufacturer": "Ubiquiti - Ubiquiti Networks Inc.",
|
||||
"battery_temp": 22,
|
||||
"battery_avg_cur": -291,
|
||||
"beacon_interval": 0,
|
||||
"signal_level": -49,
|
||||
"battery_soh": 95,
|
||||
"doorbell_low_battery": false
|
||||
},
|
||||
"secChipCertSerial" : "",
|
||||
"tcpKeepAlive" : {
|
||||
"keepAliveUUID" : "mock",
|
||||
"wakeUp" : {
|
||||
"token" : "wakemeup",
|
||||
"lastUpdated" : 1582242723931
|
||||
"secChipCertSerial": "",
|
||||
"tcpKeepAlive": {
|
||||
"keepAliveUUID": "mock",
|
||||
"wakeUp": {
|
||||
"token": "wakemeup",
|
||||
"lastUpdated": 1582242723931
|
||||
}
|
||||
},
|
||||
"statusUpdatedAtMs" : 1582243101579,
|
||||
"status" : "doorbell_offline",
|
||||
"type" : "hydra1",
|
||||
"HouseName" : "housename"
|
||||
"statusUpdatedAtMs": 1582243101579,
|
||||
"status": "doorbell_offline",
|
||||
"type": "hydra1",
|
||||
"HouseName": "housename"
|
||||
}
|
||||
|
@ -66,10 +66,7 @@
|
||||
"UserType": "superuser",
|
||||
"FirstName": "Foo",
|
||||
"LastName": "Bar",
|
||||
"identifiers": [
|
||||
"email:foo@bar.com",
|
||||
"phone:+177777777777"
|
||||
],
|
||||
"identifiers": ["email:foo@bar.com", "phone:+177777777777"],
|
||||
"imageInfo": {
|
||||
"original": {
|
||||
"width": 948,
|
||||
|
@ -66,10 +66,7 @@
|
||||
"UserType": "superuser",
|
||||
"FirstName": "Foo",
|
||||
"LastName": "Bar",
|
||||
"identifiers": [
|
||||
"email:foo@bar.com",
|
||||
"phone:+177777777777"
|
||||
],
|
||||
"identifiers": ["email:foo@bar.com", "phone:+177777777777"],
|
||||
"imageInfo": {
|
||||
"original": {
|
||||
"width": 948,
|
||||
|
@ -1,68 +1,65 @@
|
||||
{
|
||||
"Calibrated" : false,
|
||||
"Created" : "2000-00-00T00:00:00.447Z",
|
||||
"HouseID" : "houseid",
|
||||
"HouseName" : "MockName",
|
||||
"LockID" : "ABC",
|
||||
"LockName" : "Test",
|
||||
"LockStatus" : {
|
||||
"status" : "unknown"
|
||||
"Calibrated": false,
|
||||
"Created": "2000-00-00T00:00:00.447Z",
|
||||
"HouseID": "houseid",
|
||||
"HouseName": "MockName",
|
||||
"LockID": "ABC",
|
||||
"LockName": "Test",
|
||||
"LockStatus": {
|
||||
"status": "unknown"
|
||||
},
|
||||
"OfflineKeys" : {
|
||||
"created" : [],
|
||||
"createdhk" : [
|
||||
"OfflineKeys": {
|
||||
"created": [],
|
||||
"createdhk": [
|
||||
{
|
||||
"UserID" : "mock-user-id",
|
||||
"created" : "2000-00-00T00:00:00.447Z",
|
||||
"key" : "mockkey",
|
||||
"slot" : 12
|
||||
"UserID": "mock-user-id",
|
||||
"created": "2000-00-00T00:00:00.447Z",
|
||||
"key": "mockkey",
|
||||
"slot": 12
|
||||
}
|
||||
],
|
||||
"deleted" : [],
|
||||
"loaded" : [
|
||||
"deleted": [],
|
||||
"loaded": [
|
||||
{
|
||||
"UserID" : "userid",
|
||||
"created" : "2000-00-00T00:00:00.447Z",
|
||||
"key" : "key",
|
||||
"loaded" : "2000-00-00T00:00:00.447Z",
|
||||
"slot" : 1
|
||||
"UserID": "userid",
|
||||
"created": "2000-00-00T00:00:00.447Z",
|
||||
"key": "key",
|
||||
"loaded": "2000-00-00T00:00:00.447Z",
|
||||
"slot": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
"SerialNumber" : "ABC",
|
||||
"Type" : 3,
|
||||
"Updated" : "2000-00-00T00:00:00.447Z",
|
||||
"battery" : -1,
|
||||
"cameras" : [],
|
||||
"currentFirmwareVersion" : "undefined-1.59.0-1.13.2",
|
||||
"geofenceLimits" : {
|
||||
"ios" : {
|
||||
"debounceInterval" : 90,
|
||||
"gpsAccuracyMultiplier" : 2.5,
|
||||
"maximumGeofence" : 5000,
|
||||
"minGPSAccuracyRequired" : 80,
|
||||
"minimumGeofence" : 100
|
||||
"SerialNumber": "ABC",
|
||||
"Type": 3,
|
||||
"Updated": "2000-00-00T00:00:00.447Z",
|
||||
"battery": -1,
|
||||
"cameras": [],
|
||||
"currentFirmwareVersion": "undefined-1.59.0-1.13.2",
|
||||
"geofenceLimits": {
|
||||
"ios": {
|
||||
"debounceInterval": 90,
|
||||
"gpsAccuracyMultiplier": 2.5,
|
||||
"maximumGeofence": 5000,
|
||||
"minGPSAccuracyRequired": 80,
|
||||
"minimumGeofence": 100
|
||||
}
|
||||
},
|
||||
"homeKitEnabled" : false,
|
||||
"isGalileo" : false,
|
||||
"macAddress" : "a:b:c",
|
||||
"parametersToSet" : {},
|
||||
"pubsubChannel" : "mockpubsub",
|
||||
"ruleHash" : {},
|
||||
"skuNumber" : "AUG-X",
|
||||
"supportsEntryCodes" : false,
|
||||
"users" : {
|
||||
"mockuserid" : {
|
||||
"FirstName" : "MockName",
|
||||
"LastName" : "House",
|
||||
"UserType" : "superuser",
|
||||
"identifiers" : [
|
||||
"phone:+15558675309",
|
||||
"email:mockme@mock.org"
|
||||
]
|
||||
"homeKitEnabled": false,
|
||||
"isGalileo": false,
|
||||
"macAddress": "a:b:c",
|
||||
"parametersToSet": {},
|
||||
"pubsubChannel": "mockpubsub",
|
||||
"ruleHash": {},
|
||||
"skuNumber": "AUG-X",
|
||||
"supportsEntryCodes": false,
|
||||
"users": {
|
||||
"mockuserid": {
|
||||
"FirstName": "MockName",
|
||||
"LastName": "House",
|
||||
"UserType": "superuser",
|
||||
"identifiers": ["phone:+15558675309", "email:mockme@mock.org"]
|
||||
}
|
||||
},
|
||||
"zWaveDSK" : "1-2-3-4",
|
||||
"zWaveEnabled" : true
|
||||
"zWaveDSK": "1-2-3-4",
|
||||
"zWaveEnabled": true
|
||||
}
|
||||
|
@ -66,10 +66,7 @@
|
||||
"UserType": "superuser",
|
||||
"FirstName": "Foo",
|
||||
"LastName": "Bar",
|
||||
"identifiers": [
|
||||
"email:foo@bar.com",
|
||||
"phone:+177777777777"
|
||||
],
|
||||
"identifiers": ["email:foo@bar.com", "phone:+177777777777"],
|
||||
"imageInfo": {
|
||||
"original": {
|
||||
"width": 948,
|
||||
|
@ -1,50 +1,50 @@
|
||||
{
|
||||
"Bridge" : {
|
||||
"_id" : "bridgeid",
|
||||
"deviceModel" : "august-connect",
|
||||
"firmwareVersion" : "2.2.1",
|
||||
"hyperBridge" : true,
|
||||
"mfgBridgeID" : "C5WY200WSH",
|
||||
"operative" : true,
|
||||
"status" : {
|
||||
"current" : "online",
|
||||
"lastOffline" : "2000-00-00T00:00:00.447Z",
|
||||
"lastOnline" : "2000-00-00T00:00:00.447Z",
|
||||
"updated" : "2000-00-00T00:00:00.447Z"
|
||||
"Bridge": {
|
||||
"_id": "bridgeid",
|
||||
"deviceModel": "august-connect",
|
||||
"firmwareVersion": "2.2.1",
|
||||
"hyperBridge": true,
|
||||
"mfgBridgeID": "C5WY200WSH",
|
||||
"operative": true,
|
||||
"status": {
|
||||
"current": "online",
|
||||
"lastOffline": "2000-00-00T00:00:00.447Z",
|
||||
"lastOnline": "2000-00-00T00:00:00.447Z",
|
||||
"updated": "2000-00-00T00:00:00.447Z"
|
||||
}
|
||||
},
|
||||
"Calibrated" : false,
|
||||
"Created" : "2000-00-00T00:00:00.447Z",
|
||||
"HouseID" : "123",
|
||||
"HouseName" : "Test",
|
||||
"LockID" : "missing_doorsense_id",
|
||||
"LockName" : "Online door missing doorsense",
|
||||
"LockStatus" : {
|
||||
"dateTime" : "2017-12-10T04:48:30.272Z",
|
||||
"isLockStatusChanged" : false,
|
||||
"status" : "locked",
|
||||
"valid" : true
|
||||
"Calibrated": false,
|
||||
"Created": "2000-00-00T00:00:00.447Z",
|
||||
"HouseID": "123",
|
||||
"HouseName": "Test",
|
||||
"LockID": "missing_doorsense_id",
|
||||
"LockName": "Online door missing doorsense",
|
||||
"LockStatus": {
|
||||
"dateTime": "2017-12-10T04:48:30.272Z",
|
||||
"isLockStatusChanged": false,
|
||||
"status": "locked",
|
||||
"valid": true
|
||||
},
|
||||
"SerialNumber" : "XY",
|
||||
"Type" : 1001,
|
||||
"Updated" : "2000-00-00T00:00:00.447Z",
|
||||
"battery" : 0.922,
|
||||
"currentFirmwareVersion" : "undefined-4.3.0-1.8.14",
|
||||
"homeKitEnabled" : true,
|
||||
"hostLockInfo" : {
|
||||
"manufacturer" : "yale",
|
||||
"productID" : 1536,
|
||||
"productTypeID" : 32770,
|
||||
"serialNumber" : "ABC"
|
||||
"SerialNumber": "XY",
|
||||
"Type": 1001,
|
||||
"Updated": "2000-00-00T00:00:00.447Z",
|
||||
"battery": 0.922,
|
||||
"currentFirmwareVersion": "undefined-4.3.0-1.8.14",
|
||||
"homeKitEnabled": true,
|
||||
"hostLockInfo": {
|
||||
"manufacturer": "yale",
|
||||
"productID": 1536,
|
||||
"productTypeID": 32770,
|
||||
"serialNumber": "ABC"
|
||||
},
|
||||
"isGalileo" : false,
|
||||
"macAddress" : "12:22",
|
||||
"pins" : {
|
||||
"created" : [],
|
||||
"loaded" : []
|
||||
"isGalileo": false,
|
||||
"macAddress": "12:22",
|
||||
"pins": {
|
||||
"created": [],
|
||||
"loaded": []
|
||||
},
|
||||
"skuNumber" : "AUG-MD01",
|
||||
"supportsEntryCodes" : true,
|
||||
"timeZone" : "Pacific/Hawaii",
|
||||
"zWaveEnabled" : false
|
||||
"skuNumber": "AUG-MD01",
|
||||
"supportsEntryCodes": true,
|
||||
"timeZone": "Pacific/Hawaii",
|
||||
"zWaveEnabled": false
|
||||
}
|
||||
|
@ -1,52 +1,52 @@
|
||||
{
|
||||
"Bridge" : {
|
||||
"_id" : "bridgeid",
|
||||
"deviceModel" : "august-connect",
|
||||
"firmwareVersion" : "2.2.1",
|
||||
"hyperBridge" : true,
|
||||
"mfgBridgeID" : "C5WY200WSH",
|
||||
"operative" : true,
|
||||
"status" : {
|
||||
"current" : "online",
|
||||
"lastOffline" : "2000-00-00T00:00:00.447Z",
|
||||
"lastOnline" : "2000-00-00T00:00:00.447Z",
|
||||
"updated" : "2000-00-00T00:00:00.447Z"
|
||||
"Bridge": {
|
||||
"_id": "bridgeid",
|
||||
"deviceModel": "august-connect",
|
||||
"firmwareVersion": "2.2.1",
|
||||
"hyperBridge": true,
|
||||
"mfgBridgeID": "C5WY200WSH",
|
||||
"operative": true,
|
||||
"status": {
|
||||
"current": "online",
|
||||
"lastOffline": "2000-00-00T00:00:00.447Z",
|
||||
"lastOnline": "2000-00-00T00:00:00.447Z",
|
||||
"updated": "2000-00-00T00:00:00.447Z"
|
||||
}
|
||||
},
|
||||
"pubsubChannel":"pubsub",
|
||||
"Calibrated" : false,
|
||||
"Created" : "2000-00-00T00:00:00.447Z",
|
||||
"HouseID" : "mockhouseid1",
|
||||
"HouseName" : "Test",
|
||||
"LockID" : "online_with_doorsense",
|
||||
"LockName" : "Online door with doorsense",
|
||||
"LockStatus" : {
|
||||
"dateTime" : "2017-12-10T04:48:30.272Z",
|
||||
"doorState" : "open",
|
||||
"isLockStatusChanged" : false,
|
||||
"status" : "locked",
|
||||
"valid" : true
|
||||
"pubsubChannel": "pubsub",
|
||||
"Calibrated": false,
|
||||
"Created": "2000-00-00T00:00:00.447Z",
|
||||
"HouseID": "mockhouseid1",
|
||||
"HouseName": "Test",
|
||||
"LockID": "online_with_doorsense",
|
||||
"LockName": "Online door with doorsense",
|
||||
"LockStatus": {
|
||||
"dateTime": "2017-12-10T04:48:30.272Z",
|
||||
"doorState": "open",
|
||||
"isLockStatusChanged": false,
|
||||
"status": "locked",
|
||||
"valid": true
|
||||
},
|
||||
"SerialNumber" : "XY",
|
||||
"Type" : 1001,
|
||||
"Updated" : "2000-00-00T00:00:00.447Z",
|
||||
"battery" : 0.922,
|
||||
"currentFirmwareVersion" : "undefined-4.3.0-1.8.14",
|
||||
"homeKitEnabled" : true,
|
||||
"hostLockInfo" : {
|
||||
"manufacturer" : "yale",
|
||||
"productID" : 1536,
|
||||
"productTypeID" : 32770,
|
||||
"serialNumber" : "ABC"
|
||||
"SerialNumber": "XY",
|
||||
"Type": 1001,
|
||||
"Updated": "2000-00-00T00:00:00.447Z",
|
||||
"battery": 0.922,
|
||||
"currentFirmwareVersion": "undefined-4.3.0-1.8.14",
|
||||
"homeKitEnabled": true,
|
||||
"hostLockInfo": {
|
||||
"manufacturer": "yale",
|
||||
"productID": 1536,
|
||||
"productTypeID": 32770,
|
||||
"serialNumber": "ABC"
|
||||
},
|
||||
"isGalileo" : false,
|
||||
"macAddress" : "12:22",
|
||||
"pins" : {
|
||||
"created" : [],
|
||||
"loaded" : []
|
||||
"isGalileo": false,
|
||||
"macAddress": "12:22",
|
||||
"pins": {
|
||||
"created": [],
|
||||
"loaded": []
|
||||
},
|
||||
"skuNumber" : "AUG-MD01",
|
||||
"supportsEntryCodes" : true,
|
||||
"timeZone" : "Pacific/Hawaii",
|
||||
"zWaveEnabled" : false
|
||||
"skuNumber": "AUG-MD01",
|
||||
"supportsEntryCodes": true,
|
||||
"timeZone": "Pacific/Hawaii",
|
||||
"zWaveEnabled": false
|
||||
}
|
||||
|
@ -1,26 +1,26 @@
|
||||
{
|
||||
"status" : "kAugLockState_Locked",
|
||||
"resultsFromOperationCache" : false,
|
||||
"retryCount" : 1,
|
||||
"info" : {
|
||||
"wlanRSSI" : -54,
|
||||
"lockType" : "lock_version_1001",
|
||||
"lockStatusChanged" : false,
|
||||
"serialNumber" : "ABC",
|
||||
"serial" : "123",
|
||||
"action" : "lock",
|
||||
"context" : {
|
||||
"startDate" : "2020-02-19T01:59:39.516Z",
|
||||
"retryCount" : 1,
|
||||
"transactionID" : "mock"
|
||||
"status": "kAugLockState_Locked",
|
||||
"resultsFromOperationCache": false,
|
||||
"retryCount": 1,
|
||||
"info": {
|
||||
"wlanRSSI": -54,
|
||||
"lockType": "lock_version_1001",
|
||||
"lockStatusChanged": false,
|
||||
"serialNumber": "ABC",
|
||||
"serial": "123",
|
||||
"action": "lock",
|
||||
"context": {
|
||||
"startDate": "2020-02-19T01:59:39.516Z",
|
||||
"retryCount": 1,
|
||||
"transactionID": "mock"
|
||||
},
|
||||
"bridgeID" : "mock",
|
||||
"wlanSNR" : 41,
|
||||
"startTime" : "2020-02-19T01:59:39.517Z",
|
||||
"duration" : 5149,
|
||||
"lockID" : "ABC",
|
||||
"rssi" : -77
|
||||
"bridgeID": "mock",
|
||||
"wlanSNR": 41,
|
||||
"startTime": "2020-02-19T01:59:39.517Z",
|
||||
"duration": 5149,
|
||||
"lockID": "ABC",
|
||||
"rssi": -77
|
||||
},
|
||||
"totalTime" : 5162,
|
||||
"doorState" : "kAugDoorState_Open"
|
||||
"totalTime": 5162,
|
||||
"doorState": "kAugDoorState_Open"
|
||||
}
|
||||
|
@ -1,26 +1,26 @@
|
||||
{
|
||||
"status" : "kAugLockState_Unlocked",
|
||||
"resultsFromOperationCache" : false,
|
||||
"retryCount" : 1,
|
||||
"info" : {
|
||||
"wlanRSSI" : -54,
|
||||
"lockType" : "lock_version_1001",
|
||||
"lockStatusChanged" : false,
|
||||
"serialNumber" : "ABC",
|
||||
"serial" : "123",
|
||||
"action" : "lock",
|
||||
"context" : {
|
||||
"startDate" : "2020-02-19T01:59:39.516Z",
|
||||
"retryCount" : 1,
|
||||
"transactionID" : "mock"
|
||||
"status": "kAugLockState_Unlocked",
|
||||
"resultsFromOperationCache": false,
|
||||
"retryCount": 1,
|
||||
"info": {
|
||||
"wlanRSSI": -54,
|
||||
"lockType": "lock_version_1001",
|
||||
"lockStatusChanged": false,
|
||||
"serialNumber": "ABC",
|
||||
"serial": "123",
|
||||
"action": "lock",
|
||||
"context": {
|
||||
"startDate": "2020-02-19T01:59:39.516Z",
|
||||
"retryCount": 1,
|
||||
"transactionID": "mock"
|
||||
},
|
||||
"bridgeID" : "mock",
|
||||
"wlanSNR" : 41,
|
||||
"startTime" : "2020-02-19T01:59:39.517Z",
|
||||
"duration" : 5149,
|
||||
"lockID" : "ABC",
|
||||
"rssi" : -77
|
||||
"bridgeID": "mock",
|
||||
"wlanSNR": 41,
|
||||
"startTime": "2020-02-19T01:59:39.517Z",
|
||||
"duration": 5149,
|
||||
"lockID": "ABC",
|
||||
"rssi": -77
|
||||
},
|
||||
"totalTime" : 5162,
|
||||
"doorState" : "kAugDoorState_Closed"
|
||||
"totalTime": 5162,
|
||||
"doorState": "kAugDoorState_Closed"
|
||||
}
|
||||
|
@ -1 +1 @@
|
||||
{"data":[]}
|
||||
{ "data": [] }
|
||||
|
@ -1 +1,22 @@
|
||||
{"data":[{"timestamp":"2020-04-10T16:41:57.771Z","score":97.0,"sensors":[{"comp":"temp","value":18.829999923706055},{"comp":"humid","value":50.52000045776367},{"comp":"co2","value":431.0},{"comp":"voc","value":57.0},{"comp":"pm25","value":2.0}],"indices":[{"comp":"temp","value":0.0},{"comp":"humid","value":1.0},{"comp":"co2","value":0.0},{"comp":"voc","value":0.0},{"comp":"pm25","value":0.0}]}]}
|
||||
{
|
||||
"data": [
|
||||
{
|
||||
"timestamp": "2020-04-10T16:41:57.771Z",
|
||||
"score": 97.0,
|
||||
"sensors": [
|
||||
{ "comp": "temp", "value": 18.829999923706055 },
|
||||
{ "comp": "humid", "value": 50.52000045776367 },
|
||||
{ "comp": "co2", "value": 431.0 },
|
||||
{ "comp": "voc", "value": 57.0 },
|
||||
{ "comp": "pm25", "value": 2.0 }
|
||||
],
|
||||
"indices": [
|
||||
{ "comp": "temp", "value": 0.0 },
|
||||
{ "comp": "humid", "value": 1.0 },
|
||||
{ "comp": "co2", "value": 0.0 },
|
||||
{ "comp": "voc", "value": 0.0 },
|
||||
{ "comp": "pm25", "value": 0.0 }
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -1 +1,22 @@
|
||||
{"data":[{"timestamp":"2020-04-10T15:38:24.111Z","score":88.0,"sensors":[{"comp":"temp","value":21.770000457763672},{"comp":"humid","value":41.59000015258789},{"comp":"co2","value":654.0},{"comp":"voc","value":366.0},{"comp":"dust","value":14.300000190734863}],"indices":[{"comp":"temp","value":-1.0},{"comp":"humid","value":0.0},{"comp":"co2","value":0.0},{"comp":"voc","value":1.0},{"comp":"dust","value":1.0}]}]}
|
||||
{
|
||||
"data": [
|
||||
{
|
||||
"timestamp": "2020-04-10T15:38:24.111Z",
|
||||
"score": 88.0,
|
||||
"sensors": [
|
||||
{ "comp": "temp", "value": 21.770000457763672 },
|
||||
{ "comp": "humid", "value": 41.59000015258789 },
|
||||
{ "comp": "co2", "value": 654.0 },
|
||||
{ "comp": "voc", "value": 366.0 },
|
||||
{ "comp": "dust", "value": 14.300000190734863 }
|
||||
],
|
||||
"indices": [
|
||||
{ "comp": "temp", "value": -1.0 },
|
||||
{ "comp": "humid", "value": 0.0 },
|
||||
{ "comp": "co2", "value": 0.0 },
|
||||
{ "comp": "voc", "value": 1.0 },
|
||||
{ "comp": "dust", "value": 1.0 }
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -1 +1,18 @@
|
||||
{"devices":[{"name":"Living Room","macAddress":"70886B104941","latitude":0.0,"preference":"GENERAL","timezone":"","roomType":"LIVING_ROOM","deviceType":"awair","longitude":0.0,"spaceType":"HOME","deviceUUID":"awair_24947","deviceId":24947,"locationName":"Chicago, IL"}]}
|
||||
{
|
||||
"devices": [
|
||||
{
|
||||
"name": "Living Room",
|
||||
"macAddress": "70886B104941",
|
||||
"latitude": 0.0,
|
||||
"preference": "GENERAL",
|
||||
"timezone": "",
|
||||
"roomType": "LIVING_ROOM",
|
||||
"deviceType": "awair",
|
||||
"longitude": 0.0,
|
||||
"spaceType": "HOME",
|
||||
"deviceUUID": "awair_24947",
|
||||
"deviceId": 24947,
|
||||
"locationName": "Chicago, IL"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -1 +1,20 @@
|
||||
{"data":[{"timestamp":"2020-04-10T16:46:15.486Z","score":93.0,"sensors":[{"comp":"temp","value":21.93000030517578},{"comp":"humid","value":42.31999969482422},{"comp":"co2","value":429.0},{"comp":"voc","value":288.0}],"indices":[{"comp":"temp","value":-1.0},{"comp":"humid","value":0.0},{"comp":"co2","value":0.0},{"comp":"voc","value":0.0}]}]}
|
||||
{
|
||||
"data": [
|
||||
{
|
||||
"timestamp": "2020-04-10T16:46:15.486Z",
|
||||
"score": 93.0,
|
||||
"sensors": [
|
||||
{ "comp": "temp", "value": 21.93000030517578 },
|
||||
{ "comp": "humid", "value": 42.31999969482422 },
|
||||
{ "comp": "co2", "value": 429.0 },
|
||||
{ "comp": "voc", "value": 288.0 }
|
||||
],
|
||||
"indices": [
|
||||
{ "comp": "temp", "value": -1.0 },
|
||||
{ "comp": "humid", "value": 0.0 },
|
||||
{ "comp": "co2", "value": 0.0 },
|
||||
{ "comp": "voc", "value": 0.0 }
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -1 +1,21 @@
|
||||
{"data":[{"timestamp":"2020-04-10T16:25:03.606Z","score":98.0,"sensors":[{"comp":"temp","value":20.639999389648438},{"comp":"humid","value":45.04999923706055},{"comp":"voc","value":269.0},{"comp":"pm25","value":1.0},{"comp":"lux","value":441.70001220703125}],"indices":[{"comp":"temp","value":0.0},{"comp":"humid","value":0.0},{"comp":"voc","value":0.0},{"comp":"pm25","value":0.0}]}]}
|
||||
{
|
||||
"data": [
|
||||
{
|
||||
"timestamp": "2020-04-10T16:25:03.606Z",
|
||||
"score": 98.0,
|
||||
"sensors": [
|
||||
{ "comp": "temp", "value": 20.639999389648438 },
|
||||
{ "comp": "humid", "value": 45.04999923706055 },
|
||||
{ "comp": "voc", "value": 269.0 },
|
||||
{ "comp": "pm25", "value": 1.0 },
|
||||
{ "comp": "lux", "value": 441.70001220703125 }
|
||||
],
|
||||
"indices": [
|
||||
{ "comp": "temp", "value": 0.0 },
|
||||
{ "comp": "humid", "value": 0.0 },
|
||||
{ "comp": "voc", "value": 0.0 },
|
||||
{ "comp": "pm25", "value": 0.0 }
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -1 +1 @@
|
||||
{"devices":[]}
|
||||
{ "devices": [] }
|
||||
|
@ -1 +1,24 @@
|
||||
{"data":[{"timestamp":"2020-04-10T16:18:10.298Z","score":99.0,"sensors":[{"comp":"temp","value":21.40999984741211},{"comp":"humid","value":42.7400016784668},{"comp":"co2","value":436.0},{"comp":"voc","value":171.0},{"comp":"pm25","value":0.0},{"comp":"lux","value":804.9000244140625},{"comp":"spl_a","value":47.0}],"indices":[{"comp":"temp","value":0.0},{"comp":"humid","value":0.0},{"comp":"co2","value":0.0},{"comp":"voc","value":0.0},{"comp":"pm25","value":0.0}]}]}
|
||||
{
|
||||
"data": [
|
||||
{
|
||||
"timestamp": "2020-04-10T16:18:10.298Z",
|
||||
"score": 99.0,
|
||||
"sensors": [
|
||||
{ "comp": "temp", "value": 21.40999984741211 },
|
||||
{ "comp": "humid", "value": 42.7400016784668 },
|
||||
{ "comp": "co2", "value": 436.0 },
|
||||
{ "comp": "voc", "value": 171.0 },
|
||||
{ "comp": "pm25", "value": 0.0 },
|
||||
{ "comp": "lux", "value": 804.9000244140625 },
|
||||
{ "comp": "spl_a", "value": 47.0 }
|
||||
],
|
||||
"indices": [
|
||||
{ "comp": "temp", "value": 0.0 },
|
||||
{ "comp": "humid", "value": 0.0 },
|
||||
{ "comp": "co2", "value": 0.0 },
|
||||
{ "comp": "voc", "value": 0.0 },
|
||||
{ "comp": "pm25", "value": 0.0 }
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -1 +1,38 @@
|
||||
{"dobDay":8,"usages":[{"scope":"API_USAGE","usage":302},{"scope":"USER_DEVICE_LIST","usage":50},{"scope":"USER_INFO","usage":80}],"tier":"Large_developer","email":"foo@bar.com","dobYear":2020,"permissions":[{"scope":"USER_DEVICE_LIST","quota":2147483647},{"scope":"USER_INFO","quota":2147483647},{"scope":"FIFTEEN_MIN","quota":30000},{"scope":"FIVE_MIN","quota":30000},{"scope":"RAW","quota":30000},{"scope":"LATEST","quota":30000},{"scope":"PUT_PREFERENCE","quota":30000},{"scope":"PUT_DISPLAY_MODE","quota":30000},{"scope":"PUT_LED_MODE","quota":30000},{"scope":"PUT_KNOCKING_MODE","quota":30000},{"scope":"PUT_TIMEZONE","quota":30000},{"scope":"PUT_DEVICE_NAME","quota":30000},{"scope":"PUT_LOCATION","quota":30000},{"scope":"PUT_ROOM_TYPE","quota":30000},{"scope":"PUT_SPACE_TYPE","quota":30000},{"scope":"GET_DISPLAY_MODE","quota":30000},{"scope":"GET_LED_MODE","quota":30000},{"scope":"GET_KNOCKING_MODE","quota":30000},{"scope":"GET_POWER_STATUS","quota":30000},{"scope":"GET_TIMEZONE","quota":30000}],"dobMonth":4,"sex":"MALE","lastName":"Hayworth","firstName":"Andrew","id":"32406"}
|
||||
{
|
||||
"dobDay": 8,
|
||||
"usages": [
|
||||
{ "scope": "API_USAGE", "usage": 302 },
|
||||
{ "scope": "USER_DEVICE_LIST", "usage": 50 },
|
||||
{ "scope": "USER_INFO", "usage": 80 }
|
||||
],
|
||||
"tier": "Large_developer",
|
||||
"email": "foo@bar.com",
|
||||
"dobYear": 2020,
|
||||
"permissions": [
|
||||
{ "scope": "USER_DEVICE_LIST", "quota": 2147483647 },
|
||||
{ "scope": "USER_INFO", "quota": 2147483647 },
|
||||
{ "scope": "FIFTEEN_MIN", "quota": 30000 },
|
||||
{ "scope": "FIVE_MIN", "quota": 30000 },
|
||||
{ "scope": "RAW", "quota": 30000 },
|
||||
{ "scope": "LATEST", "quota": 30000 },
|
||||
{ "scope": "PUT_PREFERENCE", "quota": 30000 },
|
||||
{ "scope": "PUT_DISPLAY_MODE", "quota": 30000 },
|
||||
{ "scope": "PUT_LED_MODE", "quota": 30000 },
|
||||
{ "scope": "PUT_KNOCKING_MODE", "quota": 30000 },
|
||||
{ "scope": "PUT_TIMEZONE", "quota": 30000 },
|
||||
{ "scope": "PUT_DEVICE_NAME", "quota": 30000 },
|
||||
{ "scope": "PUT_LOCATION", "quota": 30000 },
|
||||
{ "scope": "PUT_ROOM_TYPE", "quota": 30000 },
|
||||
{ "scope": "PUT_SPACE_TYPE", "quota": 30000 },
|
||||
{ "scope": "GET_DISPLAY_MODE", "quota": 30000 },
|
||||
{ "scope": "GET_LED_MODE", "quota": 30000 },
|
||||
{ "scope": "GET_KNOCKING_MODE", "quota": 30000 },
|
||||
{ "scope": "GET_POWER_STATUS", "quota": 30000 },
|
||||
{ "scope": "GET_TIMEZONE", "quota": 30000 }
|
||||
],
|
||||
"dobMonth": 4,
|
||||
"sex": "MALE",
|
||||
"lastName": "Hayworth",
|
||||
"firstName": "Andrew",
|
||||
"id": "32406"
|
||||
}
|
||||
|
@ -97,16 +97,9 @@
|
||||
"accepted_answer": false
|
||||
}
|
||||
],
|
||||
"stream": [
|
||||
1216212
|
||||
]
|
||||
"stream": [1216212]
|
||||
},
|
||||
"timeline_lookup": [
|
||||
[
|
||||
1,
|
||||
0
|
||||
]
|
||||
],
|
||||
"timeline_lookup": [[1, 0]],
|
||||
"suggested_topics": [
|
||||
{
|
||||
"id": 168593,
|
||||
@ -315,9 +308,7 @@
|
||||
"bookmarked": false,
|
||||
"liked": false,
|
||||
"thumbnails": null,
|
||||
"tags": [
|
||||
"alexa"
|
||||
],
|
||||
"tags": ["alexa"],
|
||||
"like_count": 1092,
|
||||
"views": 179580,
|
||||
"category_id": 47,
|
||||
@ -549,10 +540,7 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"tags": [
|
||||
"blueprint",
|
||||
"zha"
|
||||
],
|
||||
"tags": ["blueprint", "zha"],
|
||||
"id": 253804,
|
||||
"title": "ZHA - IKEA five button remote for lights",
|
||||
"fancy_title": "ZHA - IKEA five button remote for lights",
|
||||
|
@ -45,9 +45,7 @@
|
||||
"type": "User",
|
||||
"site_admin": false
|
||||
},
|
||||
"forks": [
|
||||
|
||||
],
|
||||
"forks": [],
|
||||
"history": [
|
||||
{
|
||||
"user": {
|
||||
|
@ -73,4 +73,4 @@
|
||||
"1.3.6.1.4.1.2435.2.3.9.4.2.1.5.5.1.0": "0123456789",
|
||||
"1.3.6.1.4.1.2435.2.3.9.4.2.1.5.4.5.2.0": "WAITING ",
|
||||
"1.3.6.1.2.1.43.7.1.1.4.1.1": "2004"
|
||||
}
|
||||
}
|
||||
|
@ -6,8 +6,8 @@
|
||||
"modelNumber": "athenaSmart",
|
||||
"program": {
|
||||
"climates": [
|
||||
{"name": "Climate1", "climateRef": "c1"},
|
||||
{"name": "Climate2", "climateRef": "c2"}
|
||||
{ "name": "Climate1", "climateRef": "c1" },
|
||||
{ "name": "Climate2", "climateRef": "c2" }
|
||||
],
|
||||
"currentClimateRef": "c1"
|
||||
},
|
||||
@ -54,7 +54,8 @@
|
||||
"id": "1",
|
||||
"type": "temperature",
|
||||
"value": "782"
|
||||
}, {
|
||||
},
|
||||
{
|
||||
"id": "2",
|
||||
"type": "occupancy",
|
||||
"value": "false"
|
||||
@ -65,4 +66,3 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
{
|
||||
"status": "ok",
|
||||
"monthly_budget": 250.0000
|
||||
"monthly_budget": 250.0
|
||||
}
|
@ -1,31 +1,31 @@
|
||||
{
|
||||
"hid":"1234567890abcdef1234567890abcdef",
|
||||
"listOfMacs":[
|
||||
"hid": "1234567890abcdef1234567890abcdef",
|
||||
"listOfMacs": [
|
||||
{
|
||||
"listofchannels":[
|
||||
"listofchannels": [
|
||||
{
|
||||
"assoc":1,
|
||||
"cid":"cid.ffffffffffff",
|
||||
"reading":null,
|
||||
"ts":1632961265,
|
||||
"tsDelta":1,
|
||||
"tsHuman":"Thu Sep 30 00:00:00 2021",
|
||||
"type":{
|
||||
"battery":5,
|
||||
"falseBattery":0,
|
||||
"id":null,
|
||||
"name":"EFCT"
|
||||
"assoc": 1,
|
||||
"cid": "cid.ffffffffffff",
|
||||
"reading": null,
|
||||
"ts": 1632961265,
|
||||
"tsDelta": 1,
|
||||
"tsHuman": "Thu Sep 30 00:00:00 2021",
|
||||
"type": {
|
||||
"battery": 5,
|
||||
"falseBattery": 0,
|
||||
"id": null,
|
||||
"name": "EFCT"
|
||||
}
|
||||
}
|
||||
],
|
||||
"mac":"ffffffffffff",
|
||||
"personality":"E1",
|
||||
"status":"on",
|
||||
"ts":1632961265,
|
||||
"tsDelta":1,
|
||||
"tsHuman":"Thu Sep 30 00:00:00 2021",
|
||||
"type":"EEEHub",
|
||||
"version":"2.3.7"
|
||||
"mac": "ffffffffffff",
|
||||
"personality": "E1",
|
||||
"status": "on",
|
||||
"ts": 1632961265,
|
||||
"tsDelta": 1,
|
||||
"tsHuman": "Thu Sep 30 00:00:00 2021",
|
||||
"type": "EEEHub",
|
||||
"version": "2.3.7"
|
||||
}
|
||||
]
|
||||
}
|
@ -2,10 +2,11 @@
|
||||
{
|
||||
"centrale_online": true,
|
||||
"hash": "2db3dae30b9102de4d078706f94d0708",
|
||||
"username": [{"name": "this.is@test.com", "label": "Test Panel Name"}]
|
||||
},{
|
||||
"username": [{ "name": "this.is@test.com", "label": "Test Panel Name" }]
|
||||
},
|
||||
{
|
||||
"centrale_online": true,
|
||||
"hash": "d8e8fca2dc0f896fd7cb4cb0031ba249",
|
||||
"username": [{"name": "this.is@test.com", "label": "Test Panel Name"}]
|
||||
"username": [{ "name": "this.is@test.com", "label": "Test Panel Name" }]
|
||||
}
|
||||
]
|
@ -18,9 +18,7 @@
|
||||
"userRoles": [
|
||||
{
|
||||
"userId": "12345abcde",
|
||||
"roles": [
|
||||
"owner"
|
||||
]
|
||||
"roles": ["owner"]
|
||||
}
|
||||
],
|
||||
"address": "123 Main Street",
|
||||
@ -45,9 +43,7 @@
|
||||
"waterShutoffKnown": "unsure",
|
||||
"indoorAmenities": [],
|
||||
"outdoorAmenities": [],
|
||||
"plumbingAppliances": [
|
||||
"exp_tank"
|
||||
],
|
||||
"plumbingAppliances": ["exp_tank"],
|
||||
"notifications": {
|
||||
"pending": {
|
||||
"infoCount": 0,
|
||||
|
@ -233,9 +233,7 @@
|
||||
"userRoles": [
|
||||
{
|
||||
"userId": "12345abcde",
|
||||
"roles": [
|
||||
"owner"
|
||||
]
|
||||
"roles": ["owner"]
|
||||
}
|
||||
],
|
||||
"address": "123 Main Street",
|
||||
@ -260,9 +258,7 @@
|
||||
"waterShutoffKnown": "unsure",
|
||||
"indoorAmenities": [],
|
||||
"outdoorAmenities": [],
|
||||
"plumbingAppliances": [
|
||||
"exp_tank"
|
||||
],
|
||||
"plumbingAppliances": ["exp_tank"],
|
||||
"notifications": {
|
||||
"pending": {
|
||||
"infoCount": 0,
|
||||
|
@ -16,16 +16,12 @@
|
||||
"locationRoles": [
|
||||
{
|
||||
"locationId": "mmnnoopp",
|
||||
"roles": [
|
||||
"owner"
|
||||
]
|
||||
"roles": ["owner"]
|
||||
}
|
||||
],
|
||||
"accountRole": {
|
||||
"accountId": "aabbccdd",
|
||||
"roles": [
|
||||
"owner"
|
||||
]
|
||||
"roles": ["owner"]
|
||||
},
|
||||
"account": {
|
||||
"id": "aabbccdd"
|
||||
|
@ -28,9 +28,7 @@
|
||||
"userRoles": [
|
||||
{
|
||||
"userId": "12345abcde",
|
||||
"roles": [
|
||||
"owner"
|
||||
]
|
||||
"roles": ["owner"]
|
||||
}
|
||||
],
|
||||
"address": "123 Main Stree",
|
||||
@ -55,9 +53,7 @@
|
||||
"waterShutoffKnown": "unsure",
|
||||
"indoorAmenities": [],
|
||||
"outdoorAmenities": [],
|
||||
"plumbingAppliances": [
|
||||
"exp_tank"
|
||||
],
|
||||
"plumbingAppliances": ["exp_tank"],
|
||||
"notifications": {
|
||||
"pending": {
|
||||
"infoCount": 0,
|
||||
@ -106,16 +102,12 @@
|
||||
"locationRoles": [
|
||||
{
|
||||
"locationId": "mmnnoopp",
|
||||
"roles": [
|
||||
"owner"
|
||||
]
|
||||
"roles": ["owner"]
|
||||
}
|
||||
],
|
||||
"accountRole": {
|
||||
"accountId": "aabbccdd",
|
||||
"roles": [
|
||||
"owner"
|
||||
]
|
||||
"roles": ["owner"]
|
||||
},
|
||||
"account": {
|
||||
"id": "aabbccdd"
|
||||
|
@ -48,4 +48,3 @@
|
||||
"icon": "1"
|
||||
}
|
||||
]
|
||||
|
||||
|
@ -2,33 +2,9 @@
|
||||
"uuid": "32463564765421243",
|
||||
"start": 1518134963,
|
||||
"end": 1518134963,
|
||||
"sensors": [
|
||||
"time",
|
||||
"pm",
|
||||
"tmp",
|
||||
"hum",
|
||||
"co2",
|
||||
"voc",
|
||||
"allpollu"
|
||||
],
|
||||
"units": [
|
||||
"s",
|
||||
"ugm3",
|
||||
"C",
|
||||
"pc",
|
||||
"ppm",
|
||||
"ppb",
|
||||
"%"
|
||||
],
|
||||
"sensors": ["time", "pm", "tmp", "hum", "co2", "voc", "allpollu"],
|
||||
"units": ["s", "ugm3", "C", "pc", "ppm", "ppb", "%"],
|
||||
"datapoints": [
|
||||
[
|
||||
1518134963,
|
||||
144.76668,
|
||||
21.064333,
|
||||
49.474,
|
||||
1232.0,
|
||||
340.66666,
|
||||
138.93651
|
||||
]
|
||||
[1518134963, 144.76668, 21.064333, 49.474, 1232.0, 340.66666, 138.93651]
|
||||
]
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"APIVersion" : 1,
|
||||
"BaseURL" : "/solar_api/v1/",
|
||||
"CompatibilityRange" : "1.7-3"
|
||||
"APIVersion": 1,
|
||||
"BaseURL": "/solar_api/v1/",
|
||||
"CompatibilityRange": "1.7-3"
|
||||
}
|
||||
|
@ -1,25 +1,25 @@
|
||||
{
|
||||
"Body" : {
|
||||
"Data" : {
|
||||
"1" : {
|
||||
"CustomName" : "Inverter name",
|
||||
"DT" : 1,
|
||||
"ErrorCode" : 0,
|
||||
"InverterState" : "Running",
|
||||
"PVPower" : 9360,
|
||||
"Show" : 1,
|
||||
"StatusCode" : 7,
|
||||
"UniqueID" : "12345678"
|
||||
"Body": {
|
||||
"Data": {
|
||||
"1": {
|
||||
"CustomName": "Inverter name",
|
||||
"DT": 1,
|
||||
"ErrorCode": 0,
|
||||
"InverterState": "Running",
|
||||
"PVPower": 9360,
|
||||
"Show": 1,
|
||||
"StatusCode": 7,
|
||||
"UniqueID": "12345678"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Head" : {
|
||||
"RequestArguments" : {},
|
||||
"Status" : {
|
||||
"Code" : 0,
|
||||
"Reason" : "",
|
||||
"UserMessage" : ""
|
||||
"Head": {
|
||||
"RequestArguments": {},
|
||||
"Status": {
|
||||
"Code": 0,
|
||||
"Reason": "",
|
||||
"UserMessage": ""
|
||||
},
|
||||
"Timestamp" : "2021-11-26T11:07:53+00:00"
|
||||
"Timestamp": "2021-11-26T11:07:53+00:00"
|
||||
}
|
||||
}
|
||||
|
@ -1,80 +1,80 @@
|
||||
{
|
||||
"Body" : {
|
||||
"Data" : {
|
||||
"DAY_ENERGY" : {
|
||||
"Unit" : "Wh",
|
||||
"Value" : null
|
||||
"Body": {
|
||||
"Data": {
|
||||
"DAY_ENERGY": {
|
||||
"Unit": "Wh",
|
||||
"Value": null
|
||||
},
|
||||
"DeviceStatus" : {
|
||||
"ErrorCode" : 0,
|
||||
"InverterState" : "Running",
|
||||
"StatusCode" : 7
|
||||
"DeviceStatus": {
|
||||
"ErrorCode": 0,
|
||||
"InverterState": "Running",
|
||||
"StatusCode": 7
|
||||
},
|
||||
"FAC" : {
|
||||
"Unit" : "Hz",
|
||||
"Value" : 49.99169921875
|
||||
"FAC": {
|
||||
"Unit": "Hz",
|
||||
"Value": 49.99169921875
|
||||
},
|
||||
"IAC" : {
|
||||
"Unit" : "A",
|
||||
"Value" : 0.15894582867622375
|
||||
"IAC": {
|
||||
"Unit": "A",
|
||||
"Value": 0.15894582867622375
|
||||
},
|
||||
"IDC" : {
|
||||
"Unit" : "A",
|
||||
"Value" : 0.078323781490325928
|
||||
"IDC": {
|
||||
"Unit": "A",
|
||||
"Value": 0.078323781490325928
|
||||
},
|
||||
"IDC_2" : {
|
||||
"Unit" : "A",
|
||||
"Value" : 0.075399093329906464
|
||||
"IDC_2": {
|
||||
"Unit": "A",
|
||||
"Value": 0.075399093329906464
|
||||
},
|
||||
"IDC_3" : {
|
||||
"Unit" : "A",
|
||||
"Value" : null
|
||||
"IDC_3": {
|
||||
"Unit": "A",
|
||||
"Value": null
|
||||
},
|
||||
"PAC" : {
|
||||
"Unit" : "W",
|
||||
"Value" : 37.320449829101562
|
||||
"PAC": {
|
||||
"Unit": "W",
|
||||
"Value": 37.320449829101562
|
||||
},
|
||||
"SAC" : {
|
||||
"Unit" : "VA",
|
||||
"Value" : 37.40447998046875
|
||||
"SAC": {
|
||||
"Unit": "VA",
|
||||
"Value": 37.40447998046875
|
||||
},
|
||||
"TOTAL_ENERGY" : {
|
||||
"Unit" : "Wh",
|
||||
"Value" : 1530193.4199999999
|
||||
"TOTAL_ENERGY": {
|
||||
"Unit": "Wh",
|
||||
"Value": 1530193.4199999999
|
||||
},
|
||||
"UAC" : {
|
||||
"Unit" : "V",
|
||||
"Value" : 234.91676330566406
|
||||
"UAC": {
|
||||
"Unit": "V",
|
||||
"Value": 234.91676330566406
|
||||
},
|
||||
"UDC" : {
|
||||
"Unit" : "V",
|
||||
"Value" : 411.38107299804688
|
||||
"UDC": {
|
||||
"Unit": "V",
|
||||
"Value": 411.38107299804688
|
||||
},
|
||||
"UDC_2" : {
|
||||
"Unit" : "V",
|
||||
"Value" : 403.43124389648438
|
||||
"UDC_2": {
|
||||
"Unit": "V",
|
||||
"Value": 403.43124389648438
|
||||
},
|
||||
"UDC_3" : {
|
||||
"Unit" : "V",
|
||||
"Value" : null
|
||||
"UDC_3": {
|
||||
"Unit": "V",
|
||||
"Value": null
|
||||
},
|
||||
"YEAR_ENERGY" : {
|
||||
"Unit" : "Wh",
|
||||
"Value" : null
|
||||
"YEAR_ENERGY": {
|
||||
"Unit": "Wh",
|
||||
"Value": null
|
||||
}
|
||||
}
|
||||
},
|
||||
"Head" : {
|
||||
"RequestArguments" : {
|
||||
"DataCollection" : "CommonInverterData",
|
||||
"DeviceId" : "1",
|
||||
"Scope" : "Device"
|
||||
"Head": {
|
||||
"RequestArguments": {
|
||||
"DataCollection": "CommonInverterData",
|
||||
"DeviceId": "1",
|
||||
"Scope": "Device"
|
||||
},
|
||||
"Status" : {
|
||||
"Code" : 0,
|
||||
"Reason" : "",
|
||||
"UserMessage" : ""
|
||||
"Status": {
|
||||
"Code": 0,
|
||||
"Reason": "",
|
||||
"UserMessage": ""
|
||||
},
|
||||
"Timestamp" : "2021-11-26T11:07:53+00:00"
|
||||
"Timestamp": "2021-11-26T11:07:53+00:00"
|
||||
}
|
||||
}
|
||||
|
@ -1,14 +1,14 @@
|
||||
{
|
||||
"Body" : {
|
||||
"Data" : {}
|
||||
"Body": {
|
||||
"Data": {}
|
||||
},
|
||||
"Head" : {
|
||||
"RequestArguments" : {},
|
||||
"Status" : {
|
||||
"Code" : 11,
|
||||
"Reason" : "v1/GetLoggerInfo.cgi request is not supported.",
|
||||
"UserMessage" : ""
|
||||
"Head": {
|
||||
"RequestArguments": {},
|
||||
"Status": {
|
||||
"Code": 11,
|
||||
"Reason": "v1/GetLoggerInfo.cgi request is not supported.",
|
||||
"UserMessage": ""
|
||||
},
|
||||
"Timestamp" : "2021-11-26T11:07:53+00:00"
|
||||
"Timestamp": "2021-11-26T11:07:53+00:00"
|
||||
}
|
||||
}
|
||||
|
@ -1,61 +1,61 @@
|
||||
{
|
||||
"Body" : {
|
||||
"Data" : {
|
||||
"0" : {
|
||||
"Current_AC_Phase_1" : 1.145,
|
||||
"Current_AC_Phase_2" : 2.3300000000000001,
|
||||
"Current_AC_Phase_3" : 1.825,
|
||||
"Current_AC_Sum" : 5.2999999999999998,
|
||||
"Details" : {
|
||||
"Manufacturer" : "Fronius",
|
||||
"Model" : "Smart Meter TS 65A-3",
|
||||
"Serial" : "1234567890"
|
||||
"Body": {
|
||||
"Data": {
|
||||
"0": {
|
||||
"Current_AC_Phase_1": 1.145,
|
||||
"Current_AC_Phase_2": 2.3300000000000001,
|
||||
"Current_AC_Phase_3": 1.825,
|
||||
"Current_AC_Sum": 5.2999999999999998,
|
||||
"Details": {
|
||||
"Manufacturer": "Fronius",
|
||||
"Model": "Smart Meter TS 65A-3",
|
||||
"Serial": "1234567890"
|
||||
},
|
||||
"Enable" : 1,
|
||||
"EnergyReactive_VArAC_Sum_Consumed" : 88221.0,
|
||||
"EnergyReactive_VArAC_Sum_Produced" : 1989125.0,
|
||||
"EnergyReal_WAC_Minus_Absolute" : 3863340.0,
|
||||
"EnergyReal_WAC_Plus_Absolute" : 2013105.0,
|
||||
"EnergyReal_WAC_Sum_Consumed" : 2013105.0,
|
||||
"EnergyReal_WAC_Sum_Produced" : 3863340.0,
|
||||
"Frequency_Phase_Average" : 49.899999999999999,
|
||||
"Meter_Location_Current" : 0.0,
|
||||
"PowerApparent_S_Phase_1" : 243.30000000000001,
|
||||
"PowerApparent_S_Phase_2" : 323.39999999999998,
|
||||
"PowerApparent_S_Phase_3" : 301.19999999999999,
|
||||
"PowerApparent_S_Sum" : 868.0,
|
||||
"PowerFactor_Phase_1" : 0.441,
|
||||
"PowerFactor_Phase_2" : 0.93400000000000005,
|
||||
"PowerFactor_Phase_3" : 0.83199999999999996,
|
||||
"PowerFactor_Sum" : 0.82799999999999996,
|
||||
"PowerReactive_Q_Phase_1" : -218.59999999999999,
|
||||
"PowerReactive_Q_Phase_2" : -132.80000000000001,
|
||||
"PowerReactive_Q_Phase_3" : -166.0,
|
||||
"PowerReactive_Q_Sum" : -517.39999999999998,
|
||||
"PowerReal_P_Phase_1" : 106.8,
|
||||
"PowerReal_P_Phase_2" : 294.89999999999998,
|
||||
"PowerReal_P_Phase_3" : 251.30000000000001,
|
||||
"PowerReal_P_Sum" : 653.10000000000002,
|
||||
"TimeStamp" : 1637924872.0,
|
||||
"Visible" : 1.0,
|
||||
"Voltage_AC_PhaseToPhase_12" : 408.69999999999999,
|
||||
"Voltage_AC_PhaseToPhase_23" : 409.60000000000002,
|
||||
"Voltage_AC_PhaseToPhase_31" : 409.39999999999998,
|
||||
"Voltage_AC_Phase_1" : 235.90000000000001,
|
||||
"Voltage_AC_Phase_2" : 236.09999999999999,
|
||||
"Voltage_AC_Phase_3" : 236.90000000000001
|
||||
"Enable": 1,
|
||||
"EnergyReactive_VArAC_Sum_Consumed": 88221.0,
|
||||
"EnergyReactive_VArAC_Sum_Produced": 1989125.0,
|
||||
"EnergyReal_WAC_Minus_Absolute": 3863340.0,
|
||||
"EnergyReal_WAC_Plus_Absolute": 2013105.0,
|
||||
"EnergyReal_WAC_Sum_Consumed": 2013105.0,
|
||||
"EnergyReal_WAC_Sum_Produced": 3863340.0,
|
||||
"Frequency_Phase_Average": 49.899999999999999,
|
||||
"Meter_Location_Current": 0.0,
|
||||
"PowerApparent_S_Phase_1": 243.30000000000001,
|
||||
"PowerApparent_S_Phase_2": 323.39999999999998,
|
||||
"PowerApparent_S_Phase_3": 301.19999999999999,
|
||||
"PowerApparent_S_Sum": 868.0,
|
||||
"PowerFactor_Phase_1": 0.441,
|
||||
"PowerFactor_Phase_2": 0.93400000000000005,
|
||||
"PowerFactor_Phase_3": 0.83199999999999996,
|
||||
"PowerFactor_Sum": 0.82799999999999996,
|
||||
"PowerReactive_Q_Phase_1": -218.59999999999999,
|
||||
"PowerReactive_Q_Phase_2": -132.80000000000001,
|
||||
"PowerReactive_Q_Phase_3": -166.0,
|
||||
"PowerReactive_Q_Sum": -517.39999999999998,
|
||||
"PowerReal_P_Phase_1": 106.8,
|
||||
"PowerReal_P_Phase_2": 294.89999999999998,
|
||||
"PowerReal_P_Phase_3": 251.30000000000001,
|
||||
"PowerReal_P_Sum": 653.10000000000002,
|
||||
"TimeStamp": 1637924872.0,
|
||||
"Visible": 1.0,
|
||||
"Voltage_AC_PhaseToPhase_12": 408.69999999999999,
|
||||
"Voltage_AC_PhaseToPhase_23": 409.60000000000002,
|
||||
"Voltage_AC_PhaseToPhase_31": 409.39999999999998,
|
||||
"Voltage_AC_Phase_1": 235.90000000000001,
|
||||
"Voltage_AC_Phase_2": 236.09999999999999,
|
||||
"Voltage_AC_Phase_3": 236.90000000000001
|
||||
}
|
||||
}
|
||||
},
|
||||
"Head" : {
|
||||
"RequestArguments" : {
|
||||
"Scope" : "System"
|
||||
"Head": {
|
||||
"RequestArguments": {
|
||||
"Scope": "System"
|
||||
},
|
||||
"Status" : {
|
||||
"Code" : 0,
|
||||
"Reason" : "",
|
||||
"UserMessage" : ""
|
||||
"Status": {
|
||||
"Code": 0,
|
||||
"Reason": "",
|
||||
"UserMessage": ""
|
||||
},
|
||||
"Timestamp" : "2021-11-26T11:07:52+00:00"
|
||||
"Timestamp": "2021-11-26T11:07:52+00:00"
|
||||
}
|
||||
}
|
||||
|
@ -1,16 +1,16 @@
|
||||
{
|
||||
"Body" : {
|
||||
"Data" : {}
|
||||
"Body": {
|
||||
"Data": {}
|
||||
},
|
||||
"Head" : {
|
||||
"RequestArguments" : {
|
||||
"Scope" : "System"
|
||||
"Head": {
|
||||
"RequestArguments": {
|
||||
"Scope": "System"
|
||||
},
|
||||
"Status" : {
|
||||
"Code" : 0,
|
||||
"Reason" : "",
|
||||
"UserMessage" : ""
|
||||
"Status": {
|
||||
"Code": 0,
|
||||
"Reason": "",
|
||||
"UserMessage": ""
|
||||
},
|
||||
"Timestamp" : "2021-11-26T11:07:53+00:00"
|
||||
"Timestamp": "2021-11-26T11:07:53+00:00"
|
||||
}
|
||||
}
|
||||
|
@ -1,45 +1,45 @@
|
||||
{
|
||||
"Body" : {
|
||||
"Data" : {
|
||||
"Inverters" : {
|
||||
"1" : {
|
||||
"Battery_Mode" : "disabled",
|
||||
"DT" : 1,
|
||||
"E_Day" : null,
|
||||
"E_Total" : 1530193.4199999999,
|
||||
"E_Year" : null,
|
||||
"P" : 37.320449829101562,
|
||||
"SOC" : 0.0
|
||||
"Body": {
|
||||
"Data": {
|
||||
"Inverters": {
|
||||
"1": {
|
||||
"Battery_Mode": "disabled",
|
||||
"DT": 1,
|
||||
"E_Day": null,
|
||||
"E_Total": 1530193.4199999999,
|
||||
"E_Year": null,
|
||||
"P": 37.320449829101562,
|
||||
"SOC": 0.0
|
||||
}
|
||||
},
|
||||
"Site" : {
|
||||
"BackupMode" : false,
|
||||
"BatteryStandby" : false,
|
||||
"E_Day" : null,
|
||||
"E_Total" : 1530193.4199999999,
|
||||
"E_Year" : null,
|
||||
"Meter_Location" : "grid",
|
||||
"Mode" : "meter",
|
||||
"P_Akku" : null,
|
||||
"P_Grid" : 658.39999999999998,
|
||||
"P_Load" : -695.68274917602537,
|
||||
"P_PV" : 62.948148727416992,
|
||||
"rel_Autonomy" : 5.3591596485874495,
|
||||
"rel_SelfConsumption" : 100.0
|
||||
"Site": {
|
||||
"BackupMode": false,
|
||||
"BatteryStandby": false,
|
||||
"E_Day": null,
|
||||
"E_Total": 1530193.4199999999,
|
||||
"E_Year": null,
|
||||
"Meter_Location": "grid",
|
||||
"Mode": "meter",
|
||||
"P_Akku": null,
|
||||
"P_Grid": 658.39999999999998,
|
||||
"P_Load": -695.68274917602537,
|
||||
"P_PV": 62.948148727416992,
|
||||
"rel_Autonomy": 5.3591596485874495,
|
||||
"rel_SelfConsumption": 100.0
|
||||
},
|
||||
"Smartloads" : {
|
||||
"Ohmpilots" : {}
|
||||
"Smartloads": {
|
||||
"Ohmpilots": {}
|
||||
},
|
||||
"Version" : "12"
|
||||
"Version": "12"
|
||||
}
|
||||
},
|
||||
"Head" : {
|
||||
"RequestArguments" : {},
|
||||
"Status" : {
|
||||
"Code" : 0,
|
||||
"Reason" : "",
|
||||
"UserMessage" : ""
|
||||
"Head": {
|
||||
"RequestArguments": {},
|
||||
"Status": {
|
||||
"Code": 0,
|
||||
"Reason": "",
|
||||
"UserMessage": ""
|
||||
},
|
||||
"Timestamp" : "2021-11-26T11:07:53+00:00"
|
||||
"Timestamp": "2021-11-26T11:07:53+00:00"
|
||||
}
|
||||
}
|
||||
|
@ -1,16 +1,16 @@
|
||||
{
|
||||
"Body" : {
|
||||
"Data" : {}
|
||||
"Body": {
|
||||
"Data": {}
|
||||
},
|
||||
"Head" : {
|
||||
"RequestArguments" : {
|
||||
"Scope" : "System"
|
||||
"Head": {
|
||||
"RequestArguments": {
|
||||
"Scope": "System"
|
||||
},
|
||||
"Status" : {
|
||||
"Code" : 0,
|
||||
"Reason" : "",
|
||||
"UserMessage" : ""
|
||||
"Status": {
|
||||
"Code": 0,
|
||||
"Reason": "",
|
||||
"UserMessage": ""
|
||||
},
|
||||
"Timestamp" : "2021-11-26T11:07:52+00:00"
|
||||
"Timestamp": "2021-11-26T11:07:52+00:00"
|
||||
}
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"APIVersion" : 1,
|
||||
"BaseURL" : "/solar_api/v1/",
|
||||
"CompatibilityRange" : "1.7-3"
|
||||
"APIVersion": 1,
|
||||
"BaseURL": "/solar_api/v1/",
|
||||
"CompatibilityRange": "1.7-3"
|
||||
}
|
||||
|
@ -1,25 +1,25 @@
|
||||
{
|
||||
"Body" : {
|
||||
"Data" : {
|
||||
"1" : {
|
||||
"CustomName" : "Gen24 Storage",
|
||||
"DT" : 1,
|
||||
"ErrorCode" : 0,
|
||||
"InverterState" : "Running",
|
||||
"PVPower" : 13930,
|
||||
"Show" : 1,
|
||||
"StatusCode" : 7,
|
||||
"UniqueID" : "12345678"
|
||||
"Body": {
|
||||
"Data": {
|
||||
"1": {
|
||||
"CustomName": "Gen24 Storage",
|
||||
"DT": 1,
|
||||
"ErrorCode": 0,
|
||||
"InverterState": "Running",
|
||||
"PVPower": 13930,
|
||||
"Show": 1,
|
||||
"StatusCode": 7,
|
||||
"UniqueID": "12345678"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Head" : {
|
||||
"RequestArguments" : {},
|
||||
"Status" : {
|
||||
"Code" : 0,
|
||||
"Reason" : "",
|
||||
"UserMessage" : ""
|
||||
"Head": {
|
||||
"RequestArguments": {},
|
||||
"Status": {
|
||||
"Code": 0,
|
||||
"Reason": "",
|
||||
"UserMessage": ""
|
||||
},
|
||||
"Timestamp" : "2021-11-28T13:12:59+00:00"
|
||||
"Timestamp": "2021-11-28T13:12:59+00:00"
|
||||
}
|
||||
}
|
||||
|
@ -1,80 +1,80 @@
|
||||
{
|
||||
"Body" : {
|
||||
"Data" : {
|
||||
"DAY_ENERGY" : {
|
||||
"Unit" : "Wh",
|
||||
"Value" : null
|
||||
"Body": {
|
||||
"Data": {
|
||||
"DAY_ENERGY": {
|
||||
"Unit": "Wh",
|
||||
"Value": null
|
||||
},
|
||||
"DeviceStatus" : {
|
||||
"ErrorCode" : 0,
|
||||
"InverterState" : "Running",
|
||||
"StatusCode" : 7
|
||||
"DeviceStatus": {
|
||||
"ErrorCode": 0,
|
||||
"InverterState": "Running",
|
||||
"StatusCode": 7
|
||||
},
|
||||
"FAC" : {
|
||||
"Unit" : "Hz",
|
||||
"Value" : 49.981552124023438
|
||||
"FAC": {
|
||||
"Unit": "Hz",
|
||||
"Value": 49.981552124023438
|
||||
},
|
||||
"IAC" : {
|
||||
"Unit" : "A",
|
||||
"Value" : 1.1086627244949341
|
||||
"IAC": {
|
||||
"Unit": "A",
|
||||
"Value": 1.1086627244949341
|
||||
},
|
||||
"IDC" : {
|
||||
"Unit" : "A",
|
||||
"Value" : 0.39519637823104858
|
||||
"IDC": {
|
||||
"Unit": "A",
|
||||
"Value": 0.39519637823104858
|
||||
},
|
||||
"IDC_2" : {
|
||||
"Unit" : "A",
|
||||
"Value" : 0.35640031099319458
|
||||
"IDC_2": {
|
||||
"Unit": "A",
|
||||
"Value": 0.35640031099319458
|
||||
},
|
||||
"IDC_3" : {
|
||||
"Unit" : "A",
|
||||
"Value" : null
|
||||
"IDC_3": {
|
||||
"Unit": "A",
|
||||
"Value": null
|
||||
},
|
||||
"PAC" : {
|
||||
"Unit" : "W",
|
||||
"Value" : 250.90925598144531
|
||||
"PAC": {
|
||||
"Unit": "W",
|
||||
"Value": 250.90925598144531
|
||||
},
|
||||
"SAC" : {
|
||||
"Unit" : "VA",
|
||||
"Value" : 250.9410400390625
|
||||
"SAC": {
|
||||
"Unit": "VA",
|
||||
"Value": 250.9410400390625
|
||||
},
|
||||
"TOTAL_ENERGY" : {
|
||||
"Unit" : "Wh",
|
||||
"Value" : 7512794.0116666667
|
||||
"TOTAL_ENERGY": {
|
||||
"Unit": "Wh",
|
||||
"Value": 7512794.0116666667
|
||||
},
|
||||
"UAC" : {
|
||||
"Unit" : "V",
|
||||
"Value" : 227.35398864746094
|
||||
"UAC": {
|
||||
"Unit": "V",
|
||||
"Value": 227.35398864746094
|
||||
},
|
||||
"UDC" : {
|
||||
"Unit" : "V",
|
||||
"Value" : 419.10092163085938
|
||||
"UDC": {
|
||||
"Unit": "V",
|
||||
"Value": 419.10092163085938
|
||||
},
|
||||
"UDC_2" : {
|
||||
"Unit" : "V",
|
||||
"Value" : 318.81027221679688
|
||||
"UDC_2": {
|
||||
"Unit": "V",
|
||||
"Value": 318.81027221679688
|
||||
},
|
||||
"UDC_3" : {
|
||||
"Unit" : "V",
|
||||
"Value" : null
|
||||
"UDC_3": {
|
||||
"Unit": "V",
|
||||
"Value": null
|
||||
},
|
||||
"YEAR_ENERGY" : {
|
||||
"Unit" : "Wh",
|
||||
"Value" : null
|
||||
"YEAR_ENERGY": {
|
||||
"Unit": "Wh",
|
||||
"Value": null
|
||||
}
|
||||
}
|
||||
},
|
||||
"Head" : {
|
||||
"RequestArguments" : {
|
||||
"DataCollection" : "CommonInverterData",
|
||||
"DeviceId" : "1",
|
||||
"Scope" : "Device"
|
||||
"Head": {
|
||||
"RequestArguments": {
|
||||
"DataCollection": "CommonInverterData",
|
||||
"DeviceId": "1",
|
||||
"Scope": "Device"
|
||||
},
|
||||
"Status" : {
|
||||
"Code" : 0,
|
||||
"Reason" : "",
|
||||
"UserMessage" : ""
|
||||
"Status": {
|
||||
"Code": 0,
|
||||
"Reason": "",
|
||||
"UserMessage": ""
|
||||
},
|
||||
"Timestamp" : "2021-11-28T13:51:45+00:00"
|
||||
"Timestamp": "2021-11-28T13:51:45+00:00"
|
||||
}
|
||||
}
|
||||
|
@ -1,14 +1,14 @@
|
||||
{
|
||||
"Body" : {
|
||||
"Data" : {}
|
||||
"Body": {
|
||||
"Data": {}
|
||||
},
|
||||
"Head" : {
|
||||
"RequestArguments" : {},
|
||||
"Status" : {
|
||||
"Code" : 11,
|
||||
"Reason" : "v1/GetLoggerInfo.cgi request is not supported.",
|
||||
"UserMessage" : ""
|
||||
"Head": {
|
||||
"RequestArguments": {},
|
||||
"Status": {
|
||||
"Code": 11,
|
||||
"Reason": "v1/GetLoggerInfo.cgi request is not supported.",
|
||||
"UserMessage": ""
|
||||
},
|
||||
"Timestamp" : "2021-11-28T13:17:43+00:00"
|
||||
"Timestamp": "2021-11-28T13:17:43+00:00"
|
||||
}
|
||||
}
|
||||
|
@ -1,61 +1,61 @@
|
||||
{
|
||||
"Body" : {
|
||||
"Data" : {
|
||||
"0" : {
|
||||
"Current_AC_Phase_1" : 1.7010000000000001,
|
||||
"Current_AC_Phase_2" : 1.8320000000000001,
|
||||
"Current_AC_Phase_3" : 0.64500000000000002,
|
||||
"Current_AC_Sum" : 4.1780000000000008,
|
||||
"Details" : {
|
||||
"Manufacturer" : "Fronius",
|
||||
"Model" : "Smart Meter TS 65A-3",
|
||||
"Serial" : "1234567890"
|
||||
"Body": {
|
||||
"Data": {
|
||||
"0": {
|
||||
"Current_AC_Phase_1": 1.7010000000000001,
|
||||
"Current_AC_Phase_2": 1.8320000000000001,
|
||||
"Current_AC_Phase_3": 0.64500000000000002,
|
||||
"Current_AC_Sum": 4.1780000000000008,
|
||||
"Details": {
|
||||
"Manufacturer": "Fronius",
|
||||
"Model": "Smart Meter TS 65A-3",
|
||||
"Serial": "1234567890"
|
||||
},
|
||||
"Enable" : 1,
|
||||
"EnergyReactive_VArAC_Sum_Consumed" : 5482.0,
|
||||
"EnergyReactive_VArAC_Sum_Produced" : 3266105.0,
|
||||
"EnergyReal_WAC_Minus_Absolute" : 1705128.0,
|
||||
"EnergyReal_WAC_Plus_Absolute" : 1247204.0,
|
||||
"EnergyReal_WAC_Sum_Consumed" : 1247204.0,
|
||||
"EnergyReal_WAC_Sum_Produced" : 1705128.0,
|
||||
"Frequency_Phase_Average" : 49.899999999999999,
|
||||
"Meter_Location_Current" : 0.0,
|
||||
"PowerApparent_S_Phase_1" : 319.5,
|
||||
"PowerApparent_S_Phase_2" : 383.89999999999998,
|
||||
"PowerApparent_S_Phase_3" : 118.40000000000001,
|
||||
"PowerApparent_S_Sum" : 821.89999999999998,
|
||||
"PowerFactor_Phase_1" : 0.995,
|
||||
"PowerFactor_Phase_2" : 0.38900000000000001,
|
||||
"PowerFactor_Phase_3" : 0.16300000000000001,
|
||||
"PowerFactor_Sum" : 0.69799999999999995,
|
||||
"PowerReactive_Q_Phase_1" : -31.300000000000001,
|
||||
"PowerReactive_Q_Phase_2" : -353.39999999999998,
|
||||
"PowerReactive_Q_Phase_3" : -116.7,
|
||||
"PowerReactive_Q_Sum" : -501.5,
|
||||
"PowerReal_P_Phase_1" : 317.89999999999998,
|
||||
"PowerReal_P_Phase_2" : 150.0,
|
||||
"PowerReal_P_Phase_3" : 19.600000000000001,
|
||||
"PowerReal_P_Sum" : 487.69999999999999,
|
||||
"TimeStamp" : 1638104813.0,
|
||||
"Visible" : 1.0,
|
||||
"Voltage_AC_PhaseToPhase_12" : 396.0,
|
||||
"Voltage_AC_PhaseToPhase_23" : 393.0,
|
||||
"Voltage_AC_PhaseToPhase_31" : 394.30000000000001,
|
||||
"Voltage_AC_Phase_1" : 229.40000000000001,
|
||||
"Voltage_AC_Phase_2" : 225.59999999999999,
|
||||
"Voltage_AC_Phase_3" : 228.30000000000001
|
||||
"Enable": 1,
|
||||
"EnergyReactive_VArAC_Sum_Consumed": 5482.0,
|
||||
"EnergyReactive_VArAC_Sum_Produced": 3266105.0,
|
||||
"EnergyReal_WAC_Minus_Absolute": 1705128.0,
|
||||
"EnergyReal_WAC_Plus_Absolute": 1247204.0,
|
||||
"EnergyReal_WAC_Sum_Consumed": 1247204.0,
|
||||
"EnergyReal_WAC_Sum_Produced": 1705128.0,
|
||||
"Frequency_Phase_Average": 49.899999999999999,
|
||||
"Meter_Location_Current": 0.0,
|
||||
"PowerApparent_S_Phase_1": 319.5,
|
||||
"PowerApparent_S_Phase_2": 383.89999999999998,
|
||||
"PowerApparent_S_Phase_3": 118.40000000000001,
|
||||
"PowerApparent_S_Sum": 821.89999999999998,
|
||||
"PowerFactor_Phase_1": 0.995,
|
||||
"PowerFactor_Phase_2": 0.38900000000000001,
|
||||
"PowerFactor_Phase_3": 0.16300000000000001,
|
||||
"PowerFactor_Sum": 0.69799999999999995,
|
||||
"PowerReactive_Q_Phase_1": -31.300000000000001,
|
||||
"PowerReactive_Q_Phase_2": -353.39999999999998,
|
||||
"PowerReactive_Q_Phase_3": -116.7,
|
||||
"PowerReactive_Q_Sum": -501.5,
|
||||
"PowerReal_P_Phase_1": 317.89999999999998,
|
||||
"PowerReal_P_Phase_2": 150.0,
|
||||
"PowerReal_P_Phase_3": 19.600000000000001,
|
||||
"PowerReal_P_Sum": 487.69999999999999,
|
||||
"TimeStamp": 1638104813.0,
|
||||
"Visible": 1.0,
|
||||
"Voltage_AC_PhaseToPhase_12": 396.0,
|
||||
"Voltage_AC_PhaseToPhase_23": 393.0,
|
||||
"Voltage_AC_PhaseToPhase_31": 394.30000000000001,
|
||||
"Voltage_AC_Phase_1": 229.40000000000001,
|
||||
"Voltage_AC_Phase_2": 225.59999999999999,
|
||||
"Voltage_AC_Phase_3": 228.30000000000001
|
||||
}
|
||||
}
|
||||
},
|
||||
"Head" : {
|
||||
"RequestArguments" : {
|
||||
"Scope" : "System"
|
||||
"Head": {
|
||||
"RequestArguments": {
|
||||
"Scope": "System"
|
||||
},
|
||||
"Status" : {
|
||||
"Code" : 0,
|
||||
"Reason" : "",
|
||||
"UserMessage" : ""
|
||||
"Status": {
|
||||
"Code": 0,
|
||||
"Reason": "",
|
||||
"UserMessage": ""
|
||||
},
|
||||
"Timestamp" : "2021-11-28T13:06:54+00:00"
|
||||
"Timestamp": "2021-11-28T13:06:54+00:00"
|
||||
}
|
||||
}
|
||||
|
@ -1,30 +1,30 @@
|
||||
{
|
||||
"Body" : {
|
||||
"Data" : {
|
||||
"0" : {
|
||||
"CodeOfState" : 0.0,
|
||||
"Details" : {
|
||||
"Hardware" : "6",
|
||||
"Manufacturer" : "Fronius",
|
||||
"Model" : "Ohmpilot",
|
||||
"Serial" : "23456789",
|
||||
"Software" : "1.0.25-3"
|
||||
"Body": {
|
||||
"Data": {
|
||||
"0": {
|
||||
"CodeOfState": 0.0,
|
||||
"Details": {
|
||||
"Hardware": "6",
|
||||
"Manufacturer": "Fronius",
|
||||
"Model": "Ohmpilot",
|
||||
"Serial": "23456789",
|
||||
"Software": "1.0.25-3"
|
||||
},
|
||||
"EnergyReal_WAC_Sum_Consumed" : 1233295.0,
|
||||
"PowerReal_PAC_Sum" : 0.0,
|
||||
"Temperature_Channel_1" : 38.899999999999999
|
||||
"EnergyReal_WAC_Sum_Consumed": 1233295.0,
|
||||
"PowerReal_PAC_Sum": 0.0,
|
||||
"Temperature_Channel_1": 38.899999999999999
|
||||
}
|
||||
}
|
||||
},
|
||||
"Head" : {
|
||||
"RequestArguments" : {
|
||||
"Scope" : "System"
|
||||
"Head": {
|
||||
"RequestArguments": {
|
||||
"Scope": "System"
|
||||
},
|
||||
"Status" : {
|
||||
"Code" : 0,
|
||||
"Reason" : "",
|
||||
"UserMessage" : ""
|
||||
"Status": {
|
||||
"Code": 0,
|
||||
"Reason": "",
|
||||
"UserMessage": ""
|
||||
},
|
||||
"Timestamp" : "2021-11-28T13:11:42+00:00"
|
||||
"Timestamp": "2021-11-28T13:11:42+00:00"
|
||||
}
|
||||
}
|
||||
|
@ -1,51 +1,51 @@
|
||||
{
|
||||
"Body" : {
|
||||
"Data" : {
|
||||
"Inverters" : {
|
||||
"1" : {
|
||||
"Battery_Mode" : "suspended",
|
||||
"DT" : 1,
|
||||
"E_Day" : null,
|
||||
"E_Total" : 7512664.4041666668,
|
||||
"E_Year" : null,
|
||||
"P" : 186.54914855957031,
|
||||
"SOC" : 4.5999999999999996
|
||||
"Body": {
|
||||
"Data": {
|
||||
"Inverters": {
|
||||
"1": {
|
||||
"Battery_Mode": "suspended",
|
||||
"DT": 1,
|
||||
"E_Day": null,
|
||||
"E_Total": 7512664.4041666668,
|
||||
"E_Year": null,
|
||||
"P": 186.54914855957031,
|
||||
"SOC": 4.5999999999999996
|
||||
}
|
||||
},
|
||||
"Site" : {
|
||||
"BackupMode" : true,
|
||||
"BatteryStandby" : false,
|
||||
"E_Day" : null,
|
||||
"E_Total" : 7512664.4041666668,
|
||||
"E_Year" : null,
|
||||
"Meter_Location" : "grid",
|
||||
"Mode" : "bidirectional",
|
||||
"P_Akku" : 0.15907810628414154,
|
||||
"P_Grid" : 2274.9000000000001,
|
||||
"P_Load" : -2459.3092254638673,
|
||||
"P_PV" : 216.43276786804199,
|
||||
"rel_Autonomy" : 7.4984155532163506,
|
||||
"rel_SelfConsumption" : 100.0
|
||||
"Site": {
|
||||
"BackupMode": true,
|
||||
"BatteryStandby": false,
|
||||
"E_Day": null,
|
||||
"E_Total": 7512664.4041666668,
|
||||
"E_Year": null,
|
||||
"Meter_Location": "grid",
|
||||
"Mode": "bidirectional",
|
||||
"P_Akku": 0.15907810628414154,
|
||||
"P_Grid": 2274.9000000000001,
|
||||
"P_Load": -2459.3092254638673,
|
||||
"P_PV": 216.43276786804199,
|
||||
"rel_Autonomy": 7.4984155532163506,
|
||||
"rel_SelfConsumption": 100.0
|
||||
},
|
||||
"Smartloads" : {
|
||||
"Ohmpilots" : {
|
||||
"0" : {
|
||||
"P_AC_Total" : 0.0,
|
||||
"State" : "normal",
|
||||
"Temperature" : 38.799999999999997
|
||||
"Smartloads": {
|
||||
"Ohmpilots": {
|
||||
"0": {
|
||||
"P_AC_Total": 0.0,
|
||||
"State": "normal",
|
||||
"Temperature": 38.799999999999997
|
||||
}
|
||||
}
|
||||
},
|
||||
"Version" : "12"
|
||||
"Version": "12"
|
||||
}
|
||||
},
|
||||
"Head" : {
|
||||
"RequestArguments" : {},
|
||||
"Status" : {
|
||||
"Code" : 0,
|
||||
"Reason" : "",
|
||||
"UserMessage" : ""
|
||||
"Head": {
|
||||
"RequestArguments": {},
|
||||
"Status": {
|
||||
"Code": 0,
|
||||
"Reason": "",
|
||||
"UserMessage": ""
|
||||
},
|
||||
"Timestamp" : "2021-11-28T13:12:20+00:00"
|
||||
"Timestamp": "2021-11-28T13:12:20+00:00"
|
||||
}
|
||||
}
|
||||
|
@ -1,36 +1,36 @@
|
||||
{
|
||||
"Body" : {
|
||||
"Data" : {
|
||||
"0" : {
|
||||
"Controller" : {
|
||||
"Capacity_Maximum" : 16588,
|
||||
"Current_DC" : 0.0,
|
||||
"DesignedCapacity" : 16588,
|
||||
"Details" : {
|
||||
"Manufacturer" : "BYD",
|
||||
"Model" : "BYD Battery-Box Premium HV",
|
||||
"Serial" : "P030T020Z2001234567 "
|
||||
"Body": {
|
||||
"Data": {
|
||||
"0": {
|
||||
"Controller": {
|
||||
"Capacity_Maximum": 16588,
|
||||
"Current_DC": 0.0,
|
||||
"DesignedCapacity": 16588,
|
||||
"Details": {
|
||||
"Manufacturer": "BYD",
|
||||
"Model": "BYD Battery-Box Premium HV",
|
||||
"Serial": "P030T020Z2001234567 "
|
||||
},
|
||||
"Enable" : 1,
|
||||
"StateOfCharge_Relative" : 4.5999999999999996,
|
||||
"Status_BatteryCell" : 0.0,
|
||||
"Temperature_Cell" : 21.5,
|
||||
"TimeStamp" : 1638105056.0,
|
||||
"Voltage_DC" : 0.0
|
||||
"Enable": 1,
|
||||
"StateOfCharge_Relative": 4.5999999999999996,
|
||||
"Status_BatteryCell": 0.0,
|
||||
"Temperature_Cell": 21.5,
|
||||
"TimeStamp": 1638105056.0,
|
||||
"Voltage_DC": 0.0
|
||||
},
|
||||
"Modules" : []
|
||||
"Modules": []
|
||||
}
|
||||
}
|
||||
},
|
||||
"Head" : {
|
||||
"RequestArguments" : {
|
||||
"Scope" : "System"
|
||||
"Head": {
|
||||
"RequestArguments": {
|
||||
"Scope": "System"
|
||||
},
|
||||
"Status" : {
|
||||
"Code" : 0,
|
||||
"Reason" : "",
|
||||
"UserMessage" : ""
|
||||
"Status": {
|
||||
"Code": 0,
|
||||
"Reason": "",
|
||||
"UserMessage": ""
|
||||
},
|
||||
"Timestamp" : "2021-11-28T13:10:57+00:00"
|
||||
"Timestamp": "2021-11-28T13:10:57+00:00"
|
||||
}
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"APIVersion" : 1,
|
||||
"BaseURL" : "/solar_api/v1/",
|
||||
"CompatibilityRange" : "1.6-3"
|
||||
"APIVersion": 1,
|
||||
"BaseURL": "/solar_api/v1/",
|
||||
"CompatibilityRange": "1.6-3"
|
||||
}
|
||||
|
@ -1,33 +1,33 @@
|
||||
{
|
||||
"Body" : {
|
||||
"Data" : {
|
||||
"1" : {
|
||||
"CustomName" : "Primo 5.0-1",
|
||||
"DT" : 76,
|
||||
"ErrorCode" : 0,
|
||||
"PVPower" : 5160,
|
||||
"Show" : 1,
|
||||
"StatusCode" : 7,
|
||||
"UniqueID" : "123456"
|
||||
"Body": {
|
||||
"Data": {
|
||||
"1": {
|
||||
"CustomName": "Primo 5.0-1",
|
||||
"DT": 76,
|
||||
"ErrorCode": 0,
|
||||
"PVPower": 5160,
|
||||
"Show": 1,
|
||||
"StatusCode": 7,
|
||||
"UniqueID": "123456"
|
||||
},
|
||||
"2" : {
|
||||
"CustomName" : "Primo 3.0-1",
|
||||
"DT" : 81,
|
||||
"ErrorCode" : 0,
|
||||
"PVPower" : 3240,
|
||||
"Show" : 1,
|
||||
"StatusCode" : 7,
|
||||
"UniqueID" : "234567"
|
||||
"2": {
|
||||
"CustomName": "Primo 3.0-1",
|
||||
"DT": 81,
|
||||
"ErrorCode": 0,
|
||||
"PVPower": 3240,
|
||||
"Show": 1,
|
||||
"StatusCode": 7,
|
||||
"UniqueID": "234567"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Head" : {
|
||||
"RequestArguments" : {},
|
||||
"Status" : {
|
||||
"Code" : 0,
|
||||
"Reason" : "",
|
||||
"UserMessage" : ""
|
||||
"Head": {
|
||||
"RequestArguments": {},
|
||||
"Status": {
|
||||
"Code": 0,
|
||||
"Reason": "",
|
||||
"UserMessage": ""
|
||||
},
|
||||
"Timestamp" : "2021-12-09T15:34:06-03:00"
|
||||
"Timestamp": "2021-12-09T15:34:06-03:00"
|
||||
}
|
||||
}
|
||||
|
@ -1,64 +1,64 @@
|
||||
{
|
||||
"Body" : {
|
||||
"Data" : {
|
||||
"DAY_ENERGY" : {
|
||||
"Unit" : "Wh",
|
||||
"Value" : 22504
|
||||
"Body": {
|
||||
"Data": {
|
||||
"DAY_ENERGY": {
|
||||
"Unit": "Wh",
|
||||
"Value": 22504
|
||||
},
|
||||
"DeviceStatus" : {
|
||||
"ErrorCode" : 0,
|
||||
"LEDColor" : 2,
|
||||
"LEDState" : 0,
|
||||
"MgmtTimerRemainingTime" : -1,
|
||||
"StateToReset" : false,
|
||||
"StatusCode" : 7
|
||||
"DeviceStatus": {
|
||||
"ErrorCode": 0,
|
||||
"LEDColor": 2,
|
||||
"LEDState": 0,
|
||||
"MgmtTimerRemainingTime": -1,
|
||||
"StateToReset": false,
|
||||
"StatusCode": 7
|
||||
},
|
||||
"FAC" : {
|
||||
"Unit" : "Hz",
|
||||
"Value" : 60
|
||||
"FAC": {
|
||||
"Unit": "Hz",
|
||||
"Value": 60
|
||||
},
|
||||
"IAC" : {
|
||||
"Unit" : "A",
|
||||
"Value" : 3.8500000000000001
|
||||
"IAC": {
|
||||
"Unit": "A",
|
||||
"Value": 3.8500000000000001
|
||||
},
|
||||
"IDC" : {
|
||||
"Unit" : "A",
|
||||
"Value" : 4.2300000000000004
|
||||
"IDC": {
|
||||
"Unit": "A",
|
||||
"Value": 4.2300000000000004
|
||||
},
|
||||
"PAC" : {
|
||||
"Unit" : "W",
|
||||
"Value" : 862
|
||||
"PAC": {
|
||||
"Unit": "W",
|
||||
"Value": 862
|
||||
},
|
||||
"TOTAL_ENERGY" : {
|
||||
"Unit" : "Wh",
|
||||
"Value" : 17114940
|
||||
"TOTAL_ENERGY": {
|
||||
"Unit": "Wh",
|
||||
"Value": 17114940
|
||||
},
|
||||
"UAC" : {
|
||||
"Unit" : "V",
|
||||
"Value" : 223.90000000000001
|
||||
"UAC": {
|
||||
"Unit": "V",
|
||||
"Value": 223.90000000000001
|
||||
},
|
||||
"UDC" : {
|
||||
"Unit" : "V",
|
||||
"Value" : 452.30000000000001
|
||||
"UDC": {
|
||||
"Unit": "V",
|
||||
"Value": 452.30000000000001
|
||||
},
|
||||
"YEAR_ENERGY" : {
|
||||
"Unit" : "Wh",
|
||||
"Value" : 7532755.5
|
||||
"YEAR_ENERGY": {
|
||||
"Unit": "Wh",
|
||||
"Value": 7532755.5
|
||||
}
|
||||
}
|
||||
},
|
||||
"Head" : {
|
||||
"RequestArguments" : {
|
||||
"DataCollection" : "CommonInverterData",
|
||||
"DeviceClass" : "Inverter",
|
||||
"DeviceId" : "1",
|
||||
"Scope" : "Device"
|
||||
"Head": {
|
||||
"RequestArguments": {
|
||||
"DataCollection": "CommonInverterData",
|
||||
"DeviceClass": "Inverter",
|
||||
"DeviceId": "1",
|
||||
"Scope": "Device"
|
||||
},
|
||||
"Status" : {
|
||||
"Code" : 0,
|
||||
"Reason" : "",
|
||||
"UserMessage" : ""
|
||||
"Status": {
|
||||
"Code": 0,
|
||||
"Reason": "",
|
||||
"UserMessage": ""
|
||||
},
|
||||
"Timestamp" : "2021-12-09T15:34:08-03:00"
|
||||
"Timestamp": "2021-12-09T15:34:08-03:00"
|
||||
}
|
||||
}
|
||||
|
@ -1,64 +1,64 @@
|
||||
{
|
||||
"Body" : {
|
||||
"Data" : {
|
||||
"DAY_ENERGY" : {
|
||||
"Unit" : "Wh",
|
||||
"Value" : 14237
|
||||
"Body": {
|
||||
"Data": {
|
||||
"DAY_ENERGY": {
|
||||
"Unit": "Wh",
|
||||
"Value": 14237
|
||||
},
|
||||
"DeviceStatus" : {
|
||||
"ErrorCode" : 0,
|
||||
"LEDColor" : 2,
|
||||
"LEDState" : 0,
|
||||
"MgmtTimerRemainingTime" : -1,
|
||||
"StateToReset" : false,
|
||||
"StatusCode" : 7
|
||||
"DeviceStatus": {
|
||||
"ErrorCode": 0,
|
||||
"LEDColor": 2,
|
||||
"LEDState": 0,
|
||||
"MgmtTimerRemainingTime": -1,
|
||||
"StateToReset": false,
|
||||
"StatusCode": 7
|
||||
},
|
||||
"FAC" : {
|
||||
"Unit" : "Hz",
|
||||
"Value" : 60.009999999999998
|
||||
"FAC": {
|
||||
"Unit": "Hz",
|
||||
"Value": 60.009999999999998
|
||||
},
|
||||
"IAC" : {
|
||||
"Unit" : "A",
|
||||
"Value" : 1.3200000000000001
|
||||
"IAC": {
|
||||
"Unit": "A",
|
||||
"Value": 1.3200000000000001
|
||||
},
|
||||
"IDC" : {
|
||||
"Unit" : "A",
|
||||
"Value" : 0.96999999999999997
|
||||
"IDC": {
|
||||
"Unit": "A",
|
||||
"Value": 0.96999999999999997
|
||||
},
|
||||
"PAC" : {
|
||||
"Unit" : "W",
|
||||
"Value" : 296
|
||||
"PAC": {
|
||||
"Unit": "W",
|
||||
"Value": 296
|
||||
},
|
||||
"TOTAL_ENERGY" : {
|
||||
"Unit" : "Wh",
|
||||
"Value" : 5796010
|
||||
"TOTAL_ENERGY": {
|
||||
"Unit": "Wh",
|
||||
"Value": 5796010
|
||||
},
|
||||
"UAC" : {
|
||||
"Unit" : "V",
|
||||
"Value" : 223.59999999999999
|
||||
"UAC": {
|
||||
"Unit": "V",
|
||||
"Value": 223.59999999999999
|
||||
},
|
||||
"UDC" : {
|
||||
"Unit" : "V",
|
||||
"Value" : 329.5
|
||||
"UDC": {
|
||||
"Unit": "V",
|
||||
"Value": 329.5
|
||||
},
|
||||
"YEAR_ENERGY" : {
|
||||
"Unit" : "Wh",
|
||||
"Value" : 3596193.25
|
||||
"YEAR_ENERGY": {
|
||||
"Unit": "Wh",
|
||||
"Value": 3596193.25
|
||||
}
|
||||
}
|
||||
},
|
||||
"Head" : {
|
||||
"RequestArguments" : {
|
||||
"DataCollection" : "CommonInverterData",
|
||||
"DeviceClass" : "Inverter",
|
||||
"DeviceId" : "2",
|
||||
"Scope" : "Device"
|
||||
"Head": {
|
||||
"RequestArguments": {
|
||||
"DataCollection": "CommonInverterData",
|
||||
"DeviceClass": "Inverter",
|
||||
"DeviceId": "2",
|
||||
"Scope": "Device"
|
||||
},
|
||||
"Status" : {
|
||||
"Code" : 0,
|
||||
"Reason" : "",
|
||||
"UserMessage" : ""
|
||||
"Status": {
|
||||
"Code": 0,
|
||||
"Reason": "",
|
||||
"UserMessage": ""
|
||||
},
|
||||
"Timestamp" : "2021-12-09T15:36:15-03:00"
|
||||
"Timestamp": "2021-12-09T15:36:15-03:00"
|
||||
}
|
||||
}
|
||||
|
@ -1,29 +1,29 @@
|
||||
{
|
||||
"Body" : {
|
||||
"LoggerInfo" : {
|
||||
"CO2Factor" : 0.52999997138977051,
|
||||
"CO2Unit" : "kg",
|
||||
"CashCurrency" : "BRL",
|
||||
"CashFactor" : 1,
|
||||
"DefaultLanguage" : "en",
|
||||
"DeliveryFactor" : 1,
|
||||
"HWVersion" : "2.4E",
|
||||
"PlatformID" : "wilma",
|
||||
"ProductID" : "fronius-datamanager-card",
|
||||
"SWVersion" : "3.18.7-1",
|
||||
"TimezoneLocation" : "Sao_Paulo",
|
||||
"TimezoneName" : "-03",
|
||||
"UTCOffset" : 4294956496,
|
||||
"UniqueID" : "123.4567890"
|
||||
"Body": {
|
||||
"LoggerInfo": {
|
||||
"CO2Factor": 0.52999997138977051,
|
||||
"CO2Unit": "kg",
|
||||
"CashCurrency": "BRL",
|
||||
"CashFactor": 1,
|
||||
"DefaultLanguage": "en",
|
||||
"DeliveryFactor": 1,
|
||||
"HWVersion": "2.4E",
|
||||
"PlatformID": "wilma",
|
||||
"ProductID": "fronius-datamanager-card",
|
||||
"SWVersion": "3.18.7-1",
|
||||
"TimezoneLocation": "Sao_Paulo",
|
||||
"TimezoneName": "-03",
|
||||
"UTCOffset": 4294956496,
|
||||
"UniqueID": "123.4567890"
|
||||
}
|
||||
},
|
||||
"Head" : {
|
||||
"RequestArguments" : {},
|
||||
"Status" : {
|
||||
"Code" : 0,
|
||||
"Reason" : "",
|
||||
"UserMessage" : ""
|
||||
"Head": {
|
||||
"RequestArguments": {},
|
||||
"Status": {
|
||||
"Code": 0,
|
||||
"Reason": "",
|
||||
"UserMessage": ""
|
||||
},
|
||||
"Timestamp" : "2021-12-09T15:34:09-03:00"
|
||||
"Timestamp": "2021-12-09T15:34:09-03:00"
|
||||
}
|
||||
}
|
||||
|
@ -1,31 +1,31 @@
|
||||
{
|
||||
"Body" : {
|
||||
"Data" : {
|
||||
"0" : {
|
||||
"Details" : {
|
||||
"Manufacturer" : "Fronius",
|
||||
"Model" : "S0 Meter at inverter 1",
|
||||
"Serial" : "n.a."
|
||||
"Body": {
|
||||
"Data": {
|
||||
"0": {
|
||||
"Details": {
|
||||
"Manufacturer": "Fronius",
|
||||
"Model": "S0 Meter at inverter 1",
|
||||
"Serial": "n.a."
|
||||
},
|
||||
"Enable" : 1,
|
||||
"EnergyReal_WAC_Minus_Relative" : 191.25,
|
||||
"Meter_Location_Current" : 1,
|
||||
"PowerReal_P_Sum" : -2216.7486858112229,
|
||||
"TimeStamp" : 1639074843,
|
||||
"Visible" : 1
|
||||
"Enable": 1,
|
||||
"EnergyReal_WAC_Minus_Relative": 191.25,
|
||||
"Meter_Location_Current": 1,
|
||||
"PowerReal_P_Sum": -2216.7486858112229,
|
||||
"TimeStamp": 1639074843,
|
||||
"Visible": 1
|
||||
}
|
||||
}
|
||||
},
|
||||
"Head" : {
|
||||
"RequestArguments" : {
|
||||
"DeviceClass" : "Meter",
|
||||
"Scope" : "System"
|
||||
"Head": {
|
||||
"RequestArguments": {
|
||||
"DeviceClass": "Meter",
|
||||
"Scope": "System"
|
||||
},
|
||||
"Status" : {
|
||||
"Code" : 0,
|
||||
"Reason" : "",
|
||||
"UserMessage" : ""
|
||||
"Status": {
|
||||
"Code": 0,
|
||||
"Reason": "",
|
||||
"UserMessage": ""
|
||||
},
|
||||
"Timestamp" : "2021-12-09T15:34:04-03:00"
|
||||
"Timestamp": "2021-12-09T15:34:04-03:00"
|
||||
}
|
||||
}
|
||||
|
@ -1,17 +1,17 @@
|
||||
{
|
||||
"Body" : {
|
||||
"Data" : {}
|
||||
"Body": {
|
||||
"Data": {}
|
||||
},
|
||||
"Head" : {
|
||||
"RequestArguments" : {
|
||||
"DeviceClass" : "OhmPilot",
|
||||
"Scope" : "System"
|
||||
"Head": {
|
||||
"RequestArguments": {
|
||||
"DeviceClass": "OhmPilot",
|
||||
"Scope": "System"
|
||||
},
|
||||
"Status" : {
|
||||
"Code" : 0,
|
||||
"Reason" : "",
|
||||
"UserMessage" : ""
|
||||
"Status": {
|
||||
"Code": 0,
|
||||
"Reason": "",
|
||||
"UserMessage": ""
|
||||
},
|
||||
"Timestamp" : "2021-12-09T15:34:05-03:00"
|
||||
"Timestamp": "2021-12-09T15:34:05-03:00"
|
||||
}
|
||||
}
|
||||
|
@ -1,45 +1,45 @@
|
||||
{
|
||||
"Body" : {
|
||||
"Data" : {
|
||||
"Inverters" : {
|
||||
"1" : {
|
||||
"DT" : 76,
|
||||
"E_Day" : 22502,
|
||||
"E_Total" : 17114930,
|
||||
"E_Year" : 7532753.5,
|
||||
"P" : 886
|
||||
"Body": {
|
||||
"Data": {
|
||||
"Inverters": {
|
||||
"1": {
|
||||
"DT": 76,
|
||||
"E_Day": 22502,
|
||||
"E_Total": 17114930,
|
||||
"E_Year": 7532753.5,
|
||||
"P": 886
|
||||
},
|
||||
"2" : {
|
||||
"DT" : 81,
|
||||
"E_Day" : 14222,
|
||||
"E_Total" : 5795989.5,
|
||||
"E_Year" : 3596179.75,
|
||||
"P" : 948
|
||||
"2": {
|
||||
"DT": 81,
|
||||
"E_Day": 14222,
|
||||
"E_Total": 5795989.5,
|
||||
"E_Year": 3596179.75,
|
||||
"P": 948
|
||||
}
|
||||
},
|
||||
"Site" : {
|
||||
"E_Day" : 36724,
|
||||
"E_Total" : 22910919.5,
|
||||
"E_Year" : 11128933.25,
|
||||
"Meter_Location" : "load",
|
||||
"Mode" : "vague-meter",
|
||||
"P_Akku" : null,
|
||||
"P_Grid" : 384.93491437299008,
|
||||
"P_Load" : -2218.9349143729901,
|
||||
"P_PV" : 1834,
|
||||
"rel_Autonomy" : 82.652266550064084,
|
||||
"rel_SelfConsumption" : 100
|
||||
"Site": {
|
||||
"E_Day": 36724,
|
||||
"E_Total": 22910919.5,
|
||||
"E_Year": 11128933.25,
|
||||
"Meter_Location": "load",
|
||||
"Mode": "vague-meter",
|
||||
"P_Akku": null,
|
||||
"P_Grid": 384.93491437299008,
|
||||
"P_Load": -2218.9349143729901,
|
||||
"P_PV": 1834,
|
||||
"rel_Autonomy": 82.652266550064084,
|
||||
"rel_SelfConsumption": 100
|
||||
},
|
||||
"Version" : "12"
|
||||
"Version": "12"
|
||||
}
|
||||
},
|
||||
"Head" : {
|
||||
"RequestArguments" : {},
|
||||
"Status" : {
|
||||
"Code" : 0,
|
||||
"Reason" : "",
|
||||
"UserMessage" : ""
|
||||
"Head": {
|
||||
"RequestArguments": {},
|
||||
"Status": {
|
||||
"Code": 0,
|
||||
"Reason": "",
|
||||
"UserMessage": ""
|
||||
},
|
||||
"Timestamp" : "2021-12-09T15:34:06-03:00"
|
||||
"Timestamp": "2021-12-09T15:34:06-03:00"
|
||||
}
|
||||
}
|
||||
|
@ -1,14 +1,14 @@
|
||||
{
|
||||
"Body" : {
|
||||
"Data" : {}
|
||||
"Body": {
|
||||
"Data": {}
|
||||
},
|
||||
"Head" : {
|
||||
"RequestArguments" : {},
|
||||
"Status" : {
|
||||
"Code" : 255,
|
||||
"Reason" : "GetStorageRealtimeData request is not supported by this device.",
|
||||
"UserMessage" : ""
|
||||
"Head": {
|
||||
"RequestArguments": {},
|
||||
"Status": {
|
||||
"Code": 255,
|
||||
"Reason": "GetStorageRealtimeData request is not supported by this device.",
|
||||
"UserMessage": ""
|
||||
},
|
||||
"Timestamp" : "2021-12-09T15:34:05-03:00"
|
||||
"Timestamp": "2021-12-09T15:34:05-03:00"
|
||||
}
|
||||
}
|
||||
|
@ -1,17 +1,17 @@
|
||||
{
|
||||
"Body" : {
|
||||
"Data" : {}
|
||||
"Body": {
|
||||
"Data": {}
|
||||
},
|
||||
"Head" : {
|
||||
"RequestArguments" : {
|
||||
"DeviceClass" : "OhmPilot",
|
||||
"Scope" : "System"
|
||||
"Head": {
|
||||
"RequestArguments": {
|
||||
"DeviceClass": "OhmPilot",
|
||||
"Scope": "System"
|
||||
},
|
||||
"Status" : {
|
||||
"Code" : 0,
|
||||
"Reason" : "",
|
||||
"UserMessage" : ""
|
||||
"Status": {
|
||||
"Code": 0,
|
||||
"Reason": "",
|
||||
"UserMessage": ""
|
||||
},
|
||||
"Timestamp" : "2021-11-28T22:36:04+01:00"
|
||||
"Timestamp": "2021-11-28T22:36:04+01:00"
|
||||
}
|
||||
}
|
||||
|
@ -26,4 +26,4 @@
|
||||
"c6h6SourceDataDate": "2020-07-31 14:00:00",
|
||||
"stIndexStatus": true,
|
||||
"stIndexCrParam": "OZON"
|
||||
}
|
||||
}
|
||||
|
@ -48,4 +48,4 @@
|
||||
{ "date": "2020-07-31 13:00:00", "value": 20.8094 }
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -69,4 +69,4 @@
|
||||
"idParam": 3
|
||||
}
|
||||
}
|
||||
]
|
||||
]
|
||||
|
@ -81,12 +81,7 @@
|
||||
"open_issues_count": 0,
|
||||
"open_issues": 0,
|
||||
"is_template": false,
|
||||
"topics": [
|
||||
"octocat",
|
||||
"atom",
|
||||
"electron",
|
||||
"api"
|
||||
],
|
||||
"topics": ["octocat", "atom", "electron", "api"],
|
||||
"has_issues": true,
|
||||
"has_projects": true,
|
||||
"has_wiki": true,
|
||||
@ -195,12 +190,7 @@
|
||||
"node_id": "MDc6TGljZW5zZW1pdA==",
|
||||
"html_url": "https://api.github.com/licenses/mit"
|
||||
},
|
||||
"topics": [
|
||||
"octocat",
|
||||
"atom",
|
||||
"electron",
|
||||
"api"
|
||||
],
|
||||
"topics": ["octocat", "atom", "electron", "api"],
|
||||
"has_issues": true,
|
||||
"has_projects": true,
|
||||
"has_wiki": true,
|
||||
@ -340,12 +330,7 @@
|
||||
"default_branch": "master",
|
||||
"open_issues_count": 0,
|
||||
"is_template": true,
|
||||
"topics": [
|
||||
"octocat",
|
||||
"atom",
|
||||
"electron",
|
||||
"api"
|
||||
],
|
||||
"topics": ["octocat", "atom", "electron", "api"],
|
||||
"has_issues": true,
|
||||
"has_projects": true,
|
||||
"has_wiki": true,
|
||||
@ -462,12 +447,7 @@
|
||||
"default_branch": "master",
|
||||
"open_issues_count": 0,
|
||||
"is_template": true,
|
||||
"topics": [
|
||||
"octocat",
|
||||
"atom",
|
||||
"electron",
|
||||
"api"
|
||||
],
|
||||
"topics": ["octocat", "atom", "electron", "api"],
|
||||
"has_issues": true,
|
||||
"has_projects": true,
|
||||
"has_wiki": true,
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name":"yeti123456789012",
|
||||
"model":"Yeti 1400",
|
||||
"firmwareVersion":"1.5.7",
|
||||
"macAddress":"123456789012",
|
||||
"platform":"esp32"
|
||||
"name": "yeti123456789012",
|
||||
"model": "Yeti 1400",
|
||||
"firmwareVersion": "1.5.7",
|
||||
"macAddress": "123456789012",
|
||||
"platform": "esp32"
|
||||
}
|
@ -1,38 +1,38 @@
|
||||
{
|
||||
"thingName":"yeti123456789012",
|
||||
"v12PortStatus":1,
|
||||
"usbPortStatus":0,
|
||||
"acPortStatus":1,
|
||||
"backlight":1,
|
||||
"app_online":0,
|
||||
"wattsIn":0.0,
|
||||
"ampsIn":0.0,
|
||||
"wattsOut":50.5,
|
||||
"ampsOut":2.1,
|
||||
"whOut":5.23,
|
||||
"whStored":1330,
|
||||
"volts":12.0,
|
||||
"socPercent":95,
|
||||
"isCharging":0,
|
||||
"inputDetected":0,
|
||||
"timeToEmptyFull":-1,
|
||||
"temperature":25,
|
||||
"wifiStrength":-62,
|
||||
"ssid":"wifi",
|
||||
"ipAddr":"1.2.3.4",
|
||||
"timestamp":1720984,
|
||||
"firmwareVersion":"1.5.7",
|
||||
"version":3,
|
||||
"ota":{
|
||||
"delay":0,
|
||||
"status":"000-000-100_001-000-100_002-000-100_003-000-100"
|
||||
"thingName": "yeti123456789012",
|
||||
"v12PortStatus": 1,
|
||||
"usbPortStatus": 0,
|
||||
"acPortStatus": 1,
|
||||
"backlight": 1,
|
||||
"app_online": 0,
|
||||
"wattsIn": 0.0,
|
||||
"ampsIn": 0.0,
|
||||
"wattsOut": 50.5,
|
||||
"ampsOut": 2.1,
|
||||
"whOut": 5.23,
|
||||
"whStored": 1330,
|
||||
"volts": 12.0,
|
||||
"socPercent": 95,
|
||||
"isCharging": 0,
|
||||
"inputDetected": 0,
|
||||
"timeToEmptyFull": -1,
|
||||
"temperature": 25,
|
||||
"wifiStrength": -62,
|
||||
"ssid": "wifi",
|
||||
"ipAddr": "1.2.3.4",
|
||||
"timestamp": 1720984,
|
||||
"firmwareVersion": "1.5.7",
|
||||
"version": 3,
|
||||
"ota": {
|
||||
"delay": 0,
|
||||
"status": "000-000-100_001-000-100_002-000-100_003-000-100"
|
||||
},
|
||||
"notify":{
|
||||
"enabled":1048575,
|
||||
"trigger":0
|
||||
"notify": {
|
||||
"enabled": 1048575,
|
||||
"trigger": 0
|
||||
},
|
||||
"foreignAcsry":{
|
||||
"model":"Yeti MPPT",
|
||||
"firmwareVersion":"1.1.2"
|
||||
"foreignAcsry": {
|
||||
"model": "Yeti MPPT",
|
||||
"firmwareVersion": "1.1.2"
|
||||
}
|
||||
}
|
@ -1,38 +1,38 @@
|
||||
{
|
||||
"thingName":"yeti123456789012",
|
||||
"v12PortStatus":0,
|
||||
"usbPortStatus":0,
|
||||
"acPortStatus":1,
|
||||
"backlight":1,
|
||||
"app_online":0,
|
||||
"wattsIn":0.0,
|
||||
"ampsIn":0.0,
|
||||
"wattsOut":50.5,
|
||||
"ampsOut":2.1,
|
||||
"whOut":5.23,
|
||||
"whStored":1330,
|
||||
"volts":12.0,
|
||||
"socPercent":95,
|
||||
"isCharging":0,
|
||||
"inputDetected":0,
|
||||
"timeToEmptyFull":-1,
|
||||
"temperature":25,
|
||||
"wifiStrength":-62,
|
||||
"ssid":"wifi",
|
||||
"ipAddr":"1.2.3.4",
|
||||
"timestamp":1720984,
|
||||
"firmwareVersion":"1.5.7",
|
||||
"version":3,
|
||||
"ota":{
|
||||
"delay":0,
|
||||
"status":"000-000-100_001-000-100_002-000-100_003-000-100"
|
||||
"thingName": "yeti123456789012",
|
||||
"v12PortStatus": 0,
|
||||
"usbPortStatus": 0,
|
||||
"acPortStatus": 1,
|
||||
"backlight": 1,
|
||||
"app_online": 0,
|
||||
"wattsIn": 0.0,
|
||||
"ampsIn": 0.0,
|
||||
"wattsOut": 50.5,
|
||||
"ampsOut": 2.1,
|
||||
"whOut": 5.23,
|
||||
"whStored": 1330,
|
||||
"volts": 12.0,
|
||||
"socPercent": 95,
|
||||
"isCharging": 0,
|
||||
"inputDetected": 0,
|
||||
"timeToEmptyFull": -1,
|
||||
"temperature": 25,
|
||||
"wifiStrength": -62,
|
||||
"ssid": "wifi",
|
||||
"ipAddr": "1.2.3.4",
|
||||
"timestamp": 1720984,
|
||||
"firmwareVersion": "1.5.7",
|
||||
"version": 3,
|
||||
"ota": {
|
||||
"delay": 0,
|
||||
"status": "000-000-100_001-000-100_002-000-100_003-000-100"
|
||||
},
|
||||
"notify":{
|
||||
"enabled":1048575,
|
||||
"trigger":0
|
||||
"notify": {
|
||||
"enabled": 1048575,
|
||||
"trigger": 0
|
||||
},
|
||||
"foreignAcsry":{
|
||||
"model":"Yeti MPPT",
|
||||
"firmwareVersion":"1.1.2"
|
||||
"foreignAcsry": {
|
||||
"model": "Yeti MPPT",
|
||||
"firmwareVersion": "1.1.2"
|
||||
}
|
||||
}
|
@ -1,13 +1,13 @@
|
||||
{
|
||||
"results" : [
|
||||
"results": [
|
||||
{
|
||||
"elevation" : 101.5,
|
||||
"location" : {
|
||||
"lat" : 32.54321,
|
||||
"lng" : -117.12345
|
||||
"elevation": 101.5,
|
||||
"location": {
|
||||
"lat": 32.54321,
|
||||
"lng": -117.12345
|
||||
},
|
||||
"resolution" : 4.8
|
||||
"resolution": 4.8
|
||||
}
|
||||
],
|
||||
"status" : "OK"
|
||||
"status": "OK"
|
||||
}
|
||||
|
@ -3,8 +3,6 @@
|
||||
"status": "ok",
|
||||
"data": {
|
||||
"pair_count": 1,
|
||||
"paired_uids": [
|
||||
"6309FB799CDE"
|
||||
]
|
||||
"paired_uids": ["6309FB799CDE"]
|
||||
}
|
||||
}
|
||||
|
@ -5,9 +5,7 @@
|
||||
"mapVersion": "8.30.98.154",
|
||||
"moduleVersion": "7.2.201928-4446",
|
||||
"interfaceVersion": "2.6.64",
|
||||
"availableMapVersion": [
|
||||
"8.30.98.154"
|
||||
]
|
||||
"availableMapVersion": ["8.30.98.154"]
|
||||
},
|
||||
"route": [
|
||||
{
|
||||
@ -51,9 +49,7 @@
|
||||
],
|
||||
"mode": {
|
||||
"type": "fastest",
|
||||
"transportModes": [
|
||||
"car"
|
||||
],
|
||||
"transportModes": ["car"],
|
||||
"trafficMode": "enabled",
|
||||
"feature": []
|
||||
},
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -12,18 +12,14 @@
|
||||
"iid": 65537,
|
||||
"type": "00000014-0000-1000-8000-0026BB765291",
|
||||
"format": "bool",
|
||||
"perms": [
|
||||
"pw"
|
||||
]
|
||||
"perms": ["pw"]
|
||||
},
|
||||
{
|
||||
"iid": 65538,
|
||||
"type": "00000020-0000-1000-8000-0026BB765291",
|
||||
"format": "string",
|
||||
"value": "Aqara",
|
||||
"perms": [
|
||||
"pr"
|
||||
],
|
||||
"perms": ["pr"],
|
||||
"ev": false
|
||||
},
|
||||
{
|
||||
@ -31,9 +27,7 @@
|
||||
"type": "00000021-0000-1000-8000-0026BB765291",
|
||||
"format": "string",
|
||||
"value": "HE1-G01",
|
||||
"perms": [
|
||||
"pr"
|
||||
],
|
||||
"perms": ["pr"],
|
||||
"ev": false
|
||||
},
|
||||
{
|
||||
@ -41,9 +35,7 @@
|
||||
"type": "00000023-0000-1000-8000-0026BB765291",
|
||||
"format": "string",
|
||||
"value": "Aqara-Hub-E1-00A0",
|
||||
"perms": [
|
||||
"pr"
|
||||
],
|
||||
"perms": ["pr"],
|
||||
"ev": false
|
||||
},
|
||||
{
|
||||
@ -51,9 +43,7 @@
|
||||
"type": "00000030-0000-1000-8000-0026BB765291",
|
||||
"format": "string",
|
||||
"value": "00aa00000a0",
|
||||
"perms": [
|
||||
"pr"
|
||||
],
|
||||
"perms": ["pr"],
|
||||
"ev": false
|
||||
},
|
||||
{
|
||||
@ -61,9 +51,7 @@
|
||||
"type": "00000052-0000-1000-8000-0026BB765291",
|
||||
"format": "string",
|
||||
"value": "3.3.0",
|
||||
"perms": [
|
||||
"pr"
|
||||
],
|
||||
"perms": ["pr"],
|
||||
"ev": false
|
||||
},
|
||||
{
|
||||
@ -71,9 +59,7 @@
|
||||
"type": "00000053-0000-1000-8000-0026BB765291",
|
||||
"format": "string",
|
||||
"value": "1.0",
|
||||
"perms": [
|
||||
"pr"
|
||||
],
|
||||
"perms": ["pr"],
|
||||
"ev": false
|
||||
},
|
||||
{
|
||||
@ -81,10 +67,7 @@
|
||||
"type": "34AB8811-AC7F-4340-BAC3-FD6A85F9943B",
|
||||
"format": "string",
|
||||
"value": "5.0;dfeceb3a",
|
||||
"perms": [
|
||||
"pr",
|
||||
"hd"
|
||||
],
|
||||
"perms": ["pr", "hd"],
|
||||
"ev": false
|
||||
},
|
||||
{
|
||||
@ -92,9 +75,7 @@
|
||||
"type": "220",
|
||||
"format": "data",
|
||||
"value": "xDsGO4QdTEA=",
|
||||
"perms": [
|
||||
"pr"
|
||||
],
|
||||
"perms": ["pr"],
|
||||
"ev": false,
|
||||
"maxDataLen": 8
|
||||
}
|
||||
@ -111,9 +92,7 @@
|
||||
"type": "00000037-0000-1000-8000-0026BB765291",
|
||||
"format": "string",
|
||||
"value": "1.1.0",
|
||||
"perms": [
|
||||
"pr"
|
||||
],
|
||||
"perms": ["pr"],
|
||||
"ev": false
|
||||
}
|
||||
]
|
||||
@ -129,9 +108,7 @@
|
||||
"type": "22B",
|
||||
"format": "bool",
|
||||
"value": 1,
|
||||
"perms": [
|
||||
"pr"
|
||||
],
|
||||
"perms": ["pr"],
|
||||
"ev": false
|
||||
},
|
||||
{
|
||||
@ -139,9 +116,7 @@
|
||||
"type": "22C",
|
||||
"format": "uint32",
|
||||
"value": 9,
|
||||
"perms": [
|
||||
"pr"
|
||||
],
|
||||
"perms": ["pr"],
|
||||
"ev": false,
|
||||
"minValue": 0,
|
||||
"maxValue": 15,
|
||||
@ -152,13 +127,7 @@
|
||||
"type": "22D",
|
||||
"format": "tlv8",
|
||||
"value": "",
|
||||
"perms": [
|
||||
"pr",
|
||||
"pw",
|
||||
"ev",
|
||||
"tw",
|
||||
"wr"
|
||||
],
|
||||
"perms": ["pr", "pw", "ev", "tw", "wr"],
|
||||
"ev": false
|
||||
}
|
||||
]
|
||||
@ -174,9 +143,7 @@
|
||||
"type": "00000023-0000-1000-8000-0026BB765291",
|
||||
"format": "string",
|
||||
"value": "Security System",
|
||||
"perms": [
|
||||
"pr"
|
||||
],
|
||||
"perms": ["pr"],
|
||||
"ev": false
|
||||
},
|
||||
{
|
||||
@ -184,52 +151,31 @@
|
||||
"type": "00000066-0000-1000-8000-0026BB765291",
|
||||
"format": "uint8",
|
||||
"value": 3,
|
||||
"perms": [
|
||||
"pr",
|
||||
"ev"
|
||||
],
|
||||
"perms": ["pr", "ev"],
|
||||
"ev": true,
|
||||
"minValue": 0,
|
||||
"maxValue": 4,
|
||||
"minStep": 1,
|
||||
"valid-values": [
|
||||
0,
|
||||
1,
|
||||
2,
|
||||
3,
|
||||
4
|
||||
]
|
||||
"valid-values": [0, 1, 2, 3, 4]
|
||||
},
|
||||
{
|
||||
"iid": 1048580,
|
||||
"type": "00000067-0000-1000-8000-0026BB765291",
|
||||
"format": "uint8",
|
||||
"value": 3,
|
||||
"perms": [
|
||||
"pr",
|
||||
"pw",
|
||||
"ev"
|
||||
],
|
||||
"perms": ["pr", "pw", "ev"],
|
||||
"ev": true,
|
||||
"minValue": 0,
|
||||
"maxValue": 3,
|
||||
"minStep": 1,
|
||||
"valid-values": [
|
||||
0,
|
||||
1,
|
||||
2,
|
||||
3
|
||||
]
|
||||
"valid-values": [0, 1, 2, 3]
|
||||
},
|
||||
{
|
||||
"iid": 1048581,
|
||||
"type": "60CDDE6C-42B6-4C72-9719-AB2740EABE2A",
|
||||
"format": "tlv8",
|
||||
"value": "AAA=",
|
||||
"perms": [
|
||||
"pr",
|
||||
"pw"
|
||||
],
|
||||
"perms": ["pr", "pw"],
|
||||
"ev": false,
|
||||
"description": "Stay Arm Trigger Devices"
|
||||
},
|
||||
@ -238,10 +184,7 @@
|
||||
"type": "4AB2460A-41E4-4F05-97C3-CCFDAE1BE324",
|
||||
"format": "tlv8",
|
||||
"value": "AAA=",
|
||||
"perms": [
|
||||
"pr",
|
||||
"pw"
|
||||
],
|
||||
"perms": ["pr", "pw"],
|
||||
"ev": false,
|
||||
"description": "Alarm Trigger Devices"
|
||||
},
|
||||
@ -250,10 +193,7 @@
|
||||
"type": "F8296386-5A30-4AA7-838C-ED0DA9D807DF",
|
||||
"format": "tlv8",
|
||||
"value": "AAA=",
|
||||
"perms": [
|
||||
"pr",
|
||||
"pw"
|
||||
],
|
||||
"perms": ["pr", "pw"],
|
||||
"ev": false,
|
||||
"description": "Night Arm Trigger Devices"
|
||||
}
|
||||
@ -270,9 +210,7 @@
|
||||
"type": "00000023-0000-1000-8000-0026BB765291",
|
||||
"format": "string",
|
||||
"value": "Gateway",
|
||||
"perms": [
|
||||
"pr"
|
||||
],
|
||||
"perms": ["pr"],
|
||||
"ev": false
|
||||
},
|
||||
{
|
||||
@ -280,11 +218,7 @@
|
||||
"type": "4CB28907-66DF-4D9C-962C-9971ABF30EDC",
|
||||
"format": "string",
|
||||
"value": "1970-01-01 21:01:22+8",
|
||||
"perms": [
|
||||
"pr",
|
||||
"pw",
|
||||
"hd"
|
||||
],
|
||||
"perms": ["pr", "pw", "hd"],
|
||||
"ev": false,
|
||||
"description": "Date and Time"
|
||||
},
|
||||
@ -293,12 +227,7 @@
|
||||
"type": "EE56B186-B0D3-488E-8C79-C21FC9BCF437",
|
||||
"format": "int",
|
||||
"value": 40,
|
||||
"perms": [
|
||||
"pr",
|
||||
"pw",
|
||||
"ev",
|
||||
"hd"
|
||||
],
|
||||
"perms": ["pr", "pw", "ev", "hd"],
|
||||
"ev": false,
|
||||
"description": "Gateway Volume",
|
||||
"unit": "percentage",
|
||||
@ -311,12 +240,7 @@
|
||||
"type": "B1C09E4C-E202-4827-B863-B0F32F727CFF",
|
||||
"format": "bool",
|
||||
"value": 0,
|
||||
"perms": [
|
||||
"pr",
|
||||
"pw",
|
||||
"ev",
|
||||
"hd"
|
||||
],
|
||||
"perms": ["pr", "pw", "ev", "hd"],
|
||||
"ev": false,
|
||||
"description": "New Accessory Permission"
|
||||
},
|
||||
@ -325,11 +249,7 @@
|
||||
"type": "2CB22739-1E4C-4798-A761-BC2FAF51AFC3",
|
||||
"format": "string",
|
||||
"value": "",
|
||||
"perms": [
|
||||
"pr",
|
||||
"ev",
|
||||
"hd"
|
||||
],
|
||||
"perms": ["pr", "ev", "hd"],
|
||||
"ev": false,
|
||||
"description": "Accessory Joined"
|
||||
},
|
||||
@ -337,10 +257,7 @@
|
||||
"iid": 1114119,
|
||||
"type": "75D19FA9-218B-4943-997E-341E5D1C60CC",
|
||||
"format": "string",
|
||||
"perms": [
|
||||
"pw",
|
||||
"hd"
|
||||
],
|
||||
"perms": ["pw", "hd"],
|
||||
"description": "Remove Accessory"
|
||||
},
|
||||
{
|
||||
@ -348,11 +265,7 @@
|
||||
"type": "7D943F6A-E052-4E96-A176-D17BF00E32CB",
|
||||
"format": "int",
|
||||
"value": -1,
|
||||
"perms": [
|
||||
"pr",
|
||||
"ev",
|
||||
"hd"
|
||||
],
|
||||
"perms": ["pr", "ev", "hd"],
|
||||
"ev": false,
|
||||
"description": "Firmware Update Status",
|
||||
"minValue": -65535,
|
||||
@ -363,10 +276,7 @@
|
||||
"iid": 1114121,
|
||||
"type": "A45EFD52-0DB5-4C1A-9727-513FBCD8185F",
|
||||
"format": "string",
|
||||
"perms": [
|
||||
"pw",
|
||||
"hd"
|
||||
],
|
||||
"perms": ["pw", "hd"],
|
||||
"description": "Firmware Update URL",
|
||||
"maxLen": 256
|
||||
},
|
||||
@ -374,10 +284,7 @@
|
||||
"iid": 1114122,
|
||||
"type": "40F0124A-579D-40E4-865E-0EF6740EA64B",
|
||||
"format": "string",
|
||||
"perms": [
|
||||
"pw",
|
||||
"hd"
|
||||
],
|
||||
"perms": ["pw", "hd"],
|
||||
"description": "Firmware Update Checksum"
|
||||
},
|
||||
{
|
||||
@ -385,11 +292,7 @@
|
||||
"type": "E1C20B22-E3A7-4B92-8BA3-C16E778648A7",
|
||||
"format": "string",
|
||||
"value": "",
|
||||
"perms": [
|
||||
"pr",
|
||||
"ev",
|
||||
"hd"
|
||||
],
|
||||
"perms": ["pr", "ev", "hd"],
|
||||
"ev": false,
|
||||
"description": "Identify Accessory"
|
||||
},
|
||||
@ -398,12 +301,7 @@
|
||||
"type": "4CF1436A-755C-4377-BDB8-30BE29EB8620",
|
||||
"format": "string",
|
||||
"value": "Chinese",
|
||||
"perms": [
|
||||
"pr",
|
||||
"pw",
|
||||
"ev",
|
||||
"hd"
|
||||
],
|
||||
"perms": ["pr", "pw", "ev", "hd"],
|
||||
"ev": false,
|
||||
"description": "Language"
|
||||
},
|
||||
@ -412,11 +310,7 @@
|
||||
"type": "25D889CB-7135-4A29-B5B4-C1FFD6D2DD5C",
|
||||
"format": "string",
|
||||
"value": "",
|
||||
"perms": [
|
||||
"pr",
|
||||
"pw",
|
||||
"hd"
|
||||
],
|
||||
"perms": ["pr", "pw", "hd"],
|
||||
"ev": false,
|
||||
"description": "Country Domain"
|
||||
},
|
||||
@ -425,10 +319,7 @@
|
||||
"type": "C7EECAA7-91D9-40EB-AD0C-FFDDE3143CB9",
|
||||
"format": "string",
|
||||
"value": "lumi1.00aa00000a0",
|
||||
"perms": [
|
||||
"pr",
|
||||
"hd"
|
||||
],
|
||||
"perms": ["pr", "hd"],
|
||||
"ev": false,
|
||||
"description": "Lumi Did"
|
||||
},
|
||||
@ -436,10 +327,7 @@
|
||||
"iid": 1114127,
|
||||
"type": "80FA747E-CB45-45A4-B7BE-AA7D9964859E",
|
||||
"format": "string",
|
||||
"perms": [
|
||||
"pw",
|
||||
"hd"
|
||||
],
|
||||
"perms": ["pw", "hd"],
|
||||
"description": "Lumi Bindkey"
|
||||
},
|
||||
{
|
||||
@ -447,10 +335,7 @@
|
||||
"type": "C3B8A329-EF0C-4739-B773-E5B7AEA52C71",
|
||||
"format": "bool",
|
||||
"value": 0,
|
||||
"perms": [
|
||||
"pr",
|
||||
"hd"
|
||||
],
|
||||
"perms": ["pr", "hd"],
|
||||
"ev": false,
|
||||
"description": "Lumi Bindstate"
|
||||
}
|
||||
@ -471,18 +356,14 @@
|
||||
"iid": 65537,
|
||||
"type": "00000014-0000-1000-8000-0026BB765291",
|
||||
"format": "bool",
|
||||
"perms": [
|
||||
"pw"
|
||||
]
|
||||
"perms": ["pw"]
|
||||
},
|
||||
{
|
||||
"iid": 65538,
|
||||
"type": "00000020-0000-1000-8000-0026BB765291",
|
||||
"format": "string",
|
||||
"value": "Aqara",
|
||||
"perms": [
|
||||
"pr"
|
||||
],
|
||||
"perms": ["pr"],
|
||||
"ev": false
|
||||
},
|
||||
{
|
||||
@ -490,9 +371,7 @@
|
||||
"type": "00000021-0000-1000-8000-0026BB765291",
|
||||
"format": "string",
|
||||
"value": "AS006",
|
||||
"perms": [
|
||||
"pr"
|
||||
],
|
||||
"perms": ["pr"],
|
||||
"ev": false
|
||||
},
|
||||
{
|
||||
@ -500,9 +379,7 @@
|
||||
"type": "00000023-0000-1000-8000-0026BB765291",
|
||||
"format": "string",
|
||||
"value": "Contact Sensor",
|
||||
"perms": [
|
||||
"pr"
|
||||
],
|
||||
"perms": ["pr"],
|
||||
"ev": false
|
||||
},
|
||||
{
|
||||
@ -510,9 +387,7 @@
|
||||
"type": "00000030-0000-1000-8000-0026BB765291",
|
||||
"format": "string",
|
||||
"value": "158d0007c59c6a",
|
||||
"perms": [
|
||||
"pr"
|
||||
],
|
||||
"perms": ["pr"],
|
||||
"ev": false
|
||||
},
|
||||
{
|
||||
@ -520,9 +395,7 @@
|
||||
"type": "00000052-0000-1000-8000-0026BB765291",
|
||||
"format": "string",
|
||||
"value": "0",
|
||||
"perms": [
|
||||
"pr"
|
||||
],
|
||||
"perms": ["pr"],
|
||||
"ev": false
|
||||
},
|
||||
{
|
||||
@ -530,9 +403,7 @@
|
||||
"type": "00000053-0000-1000-8000-0026BB765291",
|
||||
"format": "string",
|
||||
"value": "1.0",
|
||||
"perms": [
|
||||
"pr"
|
||||
],
|
||||
"perms": ["pr"],
|
||||
"ev": false
|
||||
}
|
||||
]
|
||||
@ -548,9 +419,7 @@
|
||||
"type": "00000023-0000-1000-8000-0026BB765291",
|
||||
"format": "string",
|
||||
"value": "Contact Sensor",
|
||||
"perms": [
|
||||
"pr"
|
||||
],
|
||||
"perms": ["pr"],
|
||||
"ev": false
|
||||
},
|
||||
{
|
||||
@ -558,18 +427,12 @@
|
||||
"type": "0000006A-0000-1000-8000-0026BB765291",
|
||||
"format": "uint8",
|
||||
"value": 0,
|
||||
"perms": [
|
||||
"pr",
|
||||
"ev"
|
||||
],
|
||||
"perms": ["pr", "ev"],
|
||||
"ev": true,
|
||||
"minValue": 0,
|
||||
"maxValue": 1,
|
||||
"minStep": 1,
|
||||
"valid-values": [
|
||||
0,
|
||||
1
|
||||
]
|
||||
"valid-values": [0, 1]
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -584,9 +447,7 @@
|
||||
"type": "00000023-0000-1000-8000-0026BB765291",
|
||||
"format": "string",
|
||||
"value": "Battery Sensor",
|
||||
"perms": [
|
||||
"pr"
|
||||
],
|
||||
"perms": ["pr"],
|
||||
"ev": false
|
||||
},
|
||||
{
|
||||
@ -594,10 +455,7 @@
|
||||
"type": "00000068-0000-1000-8000-0026BB765291",
|
||||
"format": "uint8",
|
||||
"value": 100,
|
||||
"perms": [
|
||||
"pr",
|
||||
"ev"
|
||||
],
|
||||
"perms": ["pr", "ev"],
|
||||
"ev": true,
|
||||
"unit": "percentage",
|
||||
"minValue": 0,
|
||||
@ -609,35 +467,24 @@
|
||||
"type": "00000079-0000-1000-8000-0026BB765291",
|
||||
"format": "uint8",
|
||||
"value": 0,
|
||||
"perms": [
|
||||
"pr",
|
||||
"ev"
|
||||
],
|
||||
"perms": ["pr", "ev"],
|
||||
"ev": true,
|
||||
"minValue": 0,
|
||||
"maxValue": 1,
|
||||
"minStep": 1,
|
||||
"valid-values": [
|
||||
0,
|
||||
1
|
||||
]
|
||||
"valid-values": [0, 1]
|
||||
},
|
||||
{
|
||||
"iid": 327684,
|
||||
"type": "0000008F-0000-1000-8000-0026BB765291",
|
||||
"format": "uint8",
|
||||
"value": 2,
|
||||
"perms": [
|
||||
"pr",
|
||||
"ev"
|
||||
],
|
||||
"perms": ["pr", "ev"],
|
||||
"ev": true,
|
||||
"minValue": 2,
|
||||
"maxValue": 2,
|
||||
"minStep": 1,
|
||||
"valid-values": [
|
||||
2
|
||||
]
|
||||
"valid-values": [2]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -9,9 +9,7 @@
|
||||
"description": "Manufacturer",
|
||||
"type": "20",
|
||||
"iid": 3,
|
||||
"perms": [
|
||||
"pr"
|
||||
],
|
||||
"perms": ["pr"],
|
||||
"format": "string"
|
||||
},
|
||||
{
|
||||
@ -19,9 +17,7 @@
|
||||
"description": "Model",
|
||||
"type": "21",
|
||||
"iid": 4,
|
||||
"perms": [
|
||||
"pr"
|
||||
],
|
||||
"perms": ["pr"],
|
||||
"format": "string"
|
||||
},
|
||||
{
|
||||
@ -29,9 +25,7 @@
|
||||
"description": "Name",
|
||||
"type": "23",
|
||||
"iid": 5,
|
||||
"perms": [
|
||||
"pr"
|
||||
],
|
||||
"perms": ["pr"],
|
||||
"format": "string"
|
||||
},
|
||||
{
|
||||
@ -39,17 +33,13 @@
|
||||
"description": "Serial Number",
|
||||
"type": "30",
|
||||
"iid": 6,
|
||||
"perms": [
|
||||
"pr"
|
||||
],
|
||||
"perms": ["pr"],
|
||||
"format": "string"
|
||||
},
|
||||
{
|
||||
"description": "Identify",
|
||||
"iid": 7,
|
||||
"perms": [
|
||||
"pw"
|
||||
],
|
||||
"perms": ["pw"],
|
||||
"type": "14",
|
||||
"format": "bool"
|
||||
},
|
||||
@ -58,9 +48,7 @@
|
||||
"description": "Firmware Revision",
|
||||
"type": "52",
|
||||
"iid": 8,
|
||||
"perms": [
|
||||
"pr"
|
||||
],
|
||||
"perms": ["pr"],
|
||||
"format": "string"
|
||||
}
|
||||
],
|
||||
@ -74,9 +62,7 @@
|
||||
"description": "Protocol Version",
|
||||
"type": "37",
|
||||
"iid": 62,
|
||||
"perms": [
|
||||
"pr"
|
||||
],
|
||||
"perms": ["pr"],
|
||||
"format": "string"
|
||||
}
|
||||
],
|
||||
@ -91,12 +77,7 @@
|
||||
"description": "New Accessory Permission",
|
||||
"type": "b1c09e4c-e202-4827-b343-b0f32f727cff",
|
||||
"iid": 65538,
|
||||
"perms": [
|
||||
"pr",
|
||||
"pw",
|
||||
"ev",
|
||||
"hd"
|
||||
],
|
||||
"perms": ["pr", "pw", "ev", "hd"],
|
||||
"format": "bool"
|
||||
},
|
||||
{
|
||||
@ -105,11 +86,7 @@
|
||||
"type": "2cb22739-1e4c-4798-a712-bc2faf51afc3",
|
||||
"maxLen": 256,
|
||||
"iid": 65539,
|
||||
"perms": [
|
||||
"pr",
|
||||
"ev",
|
||||
"hd"
|
||||
],
|
||||
"perms": ["pr", "ev", "hd"],
|
||||
"format": "string"
|
||||
},
|
||||
{
|
||||
@ -117,12 +94,7 @@
|
||||
"description": "Remove Accessory",
|
||||
"type": "75d19fa9-218b-4943-427e-341e5d1c60cc",
|
||||
"iid": 65540,
|
||||
"perms": [
|
||||
"pr",
|
||||
"pw",
|
||||
"ev",
|
||||
"hd"
|
||||
],
|
||||
"perms": ["pr", "pw", "ev", "hd"],
|
||||
"format": "string"
|
||||
},
|
||||
{
|
||||
@ -134,10 +106,7 @@
|
||||
"unit": "percentage",
|
||||
"iid": 65541,
|
||||
"minStep": 1,
|
||||
"perms": [
|
||||
"pr",
|
||||
"pw"
|
||||
],
|
||||
"perms": ["pr", "pw"],
|
||||
"format": "int"
|
||||
},
|
||||
{
|
||||
@ -145,10 +114,7 @@
|
||||
"description": "Language",
|
||||
"type": "4cf1436a-755c-1277-bdb8-30be29eb8620",
|
||||
"iid": 65542,
|
||||
"perms": [
|
||||
"pr",
|
||||
"pw"
|
||||
],
|
||||
"perms": ["pr", "pw"],
|
||||
"format": "string"
|
||||
},
|
||||
{
|
||||
@ -156,10 +122,7 @@
|
||||
"description": "Date and Time",
|
||||
"type": "4cb28907-66df-4d9c-924c-9971abf30edc",
|
||||
"iid": 65543,
|
||||
"perms": [
|
||||
"pr",
|
||||
"pw"
|
||||
],
|
||||
"perms": ["pr", "pw"],
|
||||
"format": "string"
|
||||
},
|
||||
{
|
||||
@ -167,11 +130,7 @@
|
||||
"description": "Identify Accessory",
|
||||
"type": "e1c20b22-e3a7-4b12-8ba3-c16e778648a7",
|
||||
"iid": 65544,
|
||||
"perms": [
|
||||
"pr",
|
||||
"ev",
|
||||
"hd"
|
||||
],
|
||||
"perms": ["pr", "ev", "hd"],
|
||||
"format": "string"
|
||||
},
|
||||
{
|
||||
@ -179,11 +138,7 @@
|
||||
"description": "Country Domain",
|
||||
"type": "25d889cb-7135-4a21-b5b4-c1ffd6d2dd5c",
|
||||
"iid": 65545,
|
||||
"perms": [
|
||||
"pr",
|
||||
"pw",
|
||||
"hd"
|
||||
],
|
||||
"perms": ["pr", "pw", "hd"],
|
||||
"format": "string"
|
||||
},
|
||||
{
|
||||
@ -191,20 +146,13 @@
|
||||
"description": "Firmware Update Status",
|
||||
"type": "7d943f6a-e052-4e96-a124-d17bf00e32cb",
|
||||
"iid": 65546,
|
||||
"perms": [
|
||||
"pr",
|
||||
"ev",
|
||||
"hd"
|
||||
],
|
||||
"perms": ["pr", "ev", "hd"],
|
||||
"format": "int"
|
||||
},
|
||||
{
|
||||
"description": "Firmware Update Data",
|
||||
"iid": 65547,
|
||||
"perms": [
|
||||
"pw",
|
||||
"hd"
|
||||
],
|
||||
"perms": ["pw", "hd"],
|
||||
"type": "7f51dc43-dc68-4237-bae8-d705e61139f5",
|
||||
"format": "data"
|
||||
},
|
||||
@ -213,19 +161,13 @@
|
||||
"type": "a45efd52-0db5-4c1a-1227-513fbcd8185f",
|
||||
"maxLen": 256,
|
||||
"iid": 65548,
|
||||
"perms": [
|
||||
"pw",
|
||||
"hd"
|
||||
],
|
||||
"perms": ["pw", "hd"],
|
||||
"format": "string"
|
||||
},
|
||||
{
|
||||
"description": "Firmware Update Checksum",
|
||||
"iid": 65549,
|
||||
"perms": [
|
||||
"pw",
|
||||
"hd"
|
||||
],
|
||||
"perms": ["pw", "hd"],
|
||||
"type": "40f0124a-579d-40e4-245e-0ef6740ea64b",
|
||||
"format": "string"
|
||||
}
|
||||
@ -240,9 +182,7 @@
|
||||
"description": "Name",
|
||||
"type": "23",
|
||||
"iid": 65794,
|
||||
"perms": [
|
||||
"pr"
|
||||
],
|
||||
"perms": ["pr"],
|
||||
"format": "string"
|
||||
},
|
||||
{
|
||||
@ -250,11 +190,7 @@
|
||||
"description": "On",
|
||||
"type": "25",
|
||||
"iid": 65795,
|
||||
"perms": [
|
||||
"pr",
|
||||
"pw",
|
||||
"ev"
|
||||
],
|
||||
"perms": ["pr", "pw", "ev"],
|
||||
"format": "bool"
|
||||
},
|
||||
{
|
||||
@ -266,11 +202,7 @@
|
||||
"unit": "arcdegrees",
|
||||
"iid": 65796,
|
||||
"minStep": 1,
|
||||
"perms": [
|
||||
"pr",
|
||||
"pw",
|
||||
"ev"
|
||||
],
|
||||
"perms": ["pr", "pw", "ev"],
|
||||
"format": "float"
|
||||
},
|
||||
{
|
||||
@ -282,11 +214,7 @@
|
||||
"unit": "percentage",
|
||||
"iid": 65797,
|
||||
"minStep": 1,
|
||||
"perms": [
|
||||
"pr",
|
||||
"pw",
|
||||
"ev"
|
||||
],
|
||||
"perms": ["pr", "pw", "ev"],
|
||||
"format": "float"
|
||||
},
|
||||
{
|
||||
@ -298,11 +226,7 @@
|
||||
"unit": "percentage",
|
||||
"iid": 65798,
|
||||
"minStep": 1,
|
||||
"perms": [
|
||||
"pr",
|
||||
"pw",
|
||||
"ev"
|
||||
],
|
||||
"perms": ["pr", "pw", "ev"],
|
||||
"format": "int"
|
||||
},
|
||||
{
|
||||
@ -310,11 +234,7 @@
|
||||
"description": "Timers",
|
||||
"type": "232aa6bd-6ce2-4d7f-b7cf-52305f0d2bcf",
|
||||
"iid": 65799,
|
||||
"perms": [
|
||||
"pr",
|
||||
"pw",
|
||||
"hd"
|
||||
],
|
||||
"perms": ["pr", "pw", "hd"],
|
||||
"format": "tlv8"
|
||||
}
|
||||
],
|
||||
@ -328,9 +248,7 @@
|
||||
"description": "Name",
|
||||
"type": "23",
|
||||
"iid": 66050,
|
||||
"perms": [
|
||||
"pr"
|
||||
],
|
||||
"perms": ["pr"],
|
||||
"format": "string"
|
||||
},
|
||||
{
|
||||
@ -338,19 +256,13 @@
|
||||
"description": "miio provisioned",
|
||||
"type": "6ef066c1-08f8-46de-9121-b89b77e459e7",
|
||||
"iid": 66051,
|
||||
"perms": [
|
||||
"pr",
|
||||
"hd"
|
||||
],
|
||||
"perms": ["pr", "hd"],
|
||||
"format": "bool"
|
||||
},
|
||||
{
|
||||
"description": "miio bindkey",
|
||||
"iid": 66052,
|
||||
"perms": [
|
||||
"pw",
|
||||
"hd"
|
||||
],
|
||||
"perms": ["pw", "hd"],
|
||||
"type": "6ef066c2-08f8-46de-9121-b89b77e459e7",
|
||||
"format": "string"
|
||||
},
|
||||
@ -359,10 +271,7 @@
|
||||
"description": "miio did",
|
||||
"type": "6ef066c5-08f8-46de-9121-b89b77e459e7",
|
||||
"iid": 66053,
|
||||
"perms": [
|
||||
"pr",
|
||||
"hd"
|
||||
],
|
||||
"perms": ["pr", "hd"],
|
||||
"format": "string"
|
||||
},
|
||||
{
|
||||
@ -370,10 +279,7 @@
|
||||
"description": "miio model",
|
||||
"type": "6ef066c4-08f8-46de-9121-b89b77e459e7",
|
||||
"iid": 66054,
|
||||
"perms": [
|
||||
"pr",
|
||||
"hd"
|
||||
],
|
||||
"perms": ["pr", "hd"],
|
||||
"format": "string"
|
||||
},
|
||||
{
|
||||
@ -381,11 +287,7 @@
|
||||
"description": "miio country domain",
|
||||
"type": "6ef066c3-08f8-46de-9121-b89b77e459e7",
|
||||
"iid": 66055,
|
||||
"perms": [
|
||||
"pr",
|
||||
"pw",
|
||||
"hd"
|
||||
],
|
||||
"perms": ["pr", "pw", "hd"],
|
||||
"format": "string"
|
||||
},
|
||||
{
|
||||
@ -393,11 +295,7 @@
|
||||
"description": "miio country code",
|
||||
"type": "6ef066d1-08f8-46de-9121-b89b77e459e7",
|
||||
"iid": 66056,
|
||||
"perms": [
|
||||
"pr",
|
||||
"pw",
|
||||
"hd"
|
||||
],
|
||||
"perms": ["pr", "pw", "hd"],
|
||||
"format": "string"
|
||||
},
|
||||
{
|
||||
@ -405,11 +303,7 @@
|
||||
"description": "miio config type",
|
||||
"type": "6ef066d3-08f8-46de-9121-b89b77e459e7",
|
||||
"iid": 66057,
|
||||
"perms": [
|
||||
"pr",
|
||||
"pw",
|
||||
"hd"
|
||||
],
|
||||
"perms": ["pr", "pw", "hd"],
|
||||
"format": "string"
|
||||
},
|
||||
{
|
||||
@ -418,11 +312,7 @@
|
||||
"type": "6ef066d2-08f8-46de-9121-b89b77e459e7",
|
||||
"unit": "seconds",
|
||||
"iid": 66058,
|
||||
"perms": [
|
||||
"pr",
|
||||
"pw",
|
||||
"hd"
|
||||
],
|
||||
"perms": ["pr", "pw", "hd"],
|
||||
"format": "int"
|
||||
}
|
||||
],
|
||||
@ -436,9 +326,7 @@
|
||||
"description": "Name",
|
||||
"type": "23",
|
||||
"iid": 66306,
|
||||
"perms": [
|
||||
"pr"
|
||||
],
|
||||
"perms": ["pr"],
|
||||
"format": "string"
|
||||
},
|
||||
{
|
||||
@ -447,17 +335,10 @@
|
||||
"minValue": 0,
|
||||
"description": "Security System Current State",
|
||||
"type": "66",
|
||||
"valid-values": [
|
||||
1,
|
||||
3,
|
||||
4
|
||||
],
|
||||
"valid-values": [1, 3, 4],
|
||||
"iid": 66307,
|
||||
"minStep": 1,
|
||||
"perms": [
|
||||
"pr",
|
||||
"ev"
|
||||
],
|
||||
"perms": ["pr", "ev"],
|
||||
"format": "uint8"
|
||||
},
|
||||
{
|
||||
@ -466,17 +347,10 @@
|
||||
"minValue": 0,
|
||||
"description": "Security System Target State",
|
||||
"type": "67",
|
||||
"valid-values": [
|
||||
1,
|
||||
3
|
||||
],
|
||||
"valid-values": [1, 3],
|
||||
"iid": 66308,
|
||||
"minStep": 1,
|
||||
"perms": [
|
||||
"pr",
|
||||
"pw",
|
||||
"ev"
|
||||
],
|
||||
"perms": ["pr", "pw", "ev"],
|
||||
"format": "uint8"
|
||||
}
|
||||
],
|
||||
|
@ -7,18 +7,14 @@
|
||||
{
|
||||
"format": "bool",
|
||||
"iid": 65537,
|
||||
"perms": [
|
||||
"pw"
|
||||
],
|
||||
"perms": ["pw"],
|
||||
"type": "00000014-0000-1000-8000-0026BB765291"
|
||||
},
|
||||
{
|
||||
"ev": false,
|
||||
"format": "string",
|
||||
"iid": 65538,
|
||||
"perms": [
|
||||
"pr"
|
||||
],
|
||||
"perms": ["pr"],
|
||||
"type": "00000020-0000-1000-8000-0026BB765291",
|
||||
"value": "Aqara"
|
||||
},
|
||||
@ -26,9 +22,7 @@
|
||||
"ev": false,
|
||||
"format": "string",
|
||||
"iid": 65539,
|
||||
"perms": [
|
||||
"pr"
|
||||
],
|
||||
"perms": ["pr"],
|
||||
"type": "00000021-0000-1000-8000-0026BB765291",
|
||||
"value": "AR004"
|
||||
},
|
||||
@ -36,9 +30,7 @@
|
||||
"ev": false,
|
||||
"format": "string",
|
||||
"iid": 65540,
|
||||
"perms": [
|
||||
"pr"
|
||||
],
|
||||
"perms": ["pr"],
|
||||
"type": "00000023-0000-1000-8000-0026BB765291",
|
||||
"value": "Programmable Switch"
|
||||
},
|
||||
@ -46,9 +38,7 @@
|
||||
"ev": false,
|
||||
"format": "string",
|
||||
"iid": 65541,
|
||||
"perms": [
|
||||
"pr"
|
||||
],
|
||||
"perms": ["pr"],
|
||||
"type": "00000030-0000-1000-8000-0026BB765291",
|
||||
"value": "111a1111a1a111"
|
||||
},
|
||||
@ -56,9 +46,7 @@
|
||||
"ev": false,
|
||||
"format": "string",
|
||||
"iid": 65542,
|
||||
"perms": [
|
||||
"pr"
|
||||
],
|
||||
"perms": ["pr"],
|
||||
"type": "00000052-0000-1000-8000-0026BB765291",
|
||||
"value": "9"
|
||||
},
|
||||
@ -66,9 +54,7 @@
|
||||
"ev": false,
|
||||
"format": "string",
|
||||
"iid": 65543,
|
||||
"perms": [
|
||||
"pr"
|
||||
],
|
||||
"perms": ["pr"],
|
||||
"type": "00000053-0000-1000-8000-0026BB765291",
|
||||
"value": "1.0"
|
||||
}
|
||||
@ -86,9 +72,7 @@
|
||||
"ev": false,
|
||||
"format": "string",
|
||||
"iid": 262146,
|
||||
"perms": [
|
||||
"pr"
|
||||
],
|
||||
"perms": ["pr"],
|
||||
"type": "00000023-0000-1000-8000-0026BB765291",
|
||||
"value": "Programmable Switch"
|
||||
},
|
||||
@ -99,16 +83,9 @@
|
||||
"maxValue": 2,
|
||||
"minStep": 1,
|
||||
"minValue": 0,
|
||||
"perms": [
|
||||
"pr",
|
||||
"ev"
|
||||
],
|
||||
"perms": ["pr", "ev"],
|
||||
"type": "00000073-0000-1000-8000-0026BB765291",
|
||||
"valid-values": [
|
||||
0,
|
||||
1,
|
||||
2
|
||||
],
|
||||
"valid-values": [0, 1, 2],
|
||||
"value": null
|
||||
},
|
||||
{
|
||||
@ -118,9 +95,7 @@
|
||||
"maxValue": 255,
|
||||
"minStep": 1,
|
||||
"minValue": 1,
|
||||
"perms": [
|
||||
"pr"
|
||||
],
|
||||
"perms": ["pr"],
|
||||
"type": "000000CB-0000-1000-8000-0026BB765291",
|
||||
"value": 1
|
||||
}
|
||||
@ -138,9 +113,7 @@
|
||||
"ev": false,
|
||||
"format": "string",
|
||||
"iid": 327682,
|
||||
"perms": [
|
||||
"pr"
|
||||
],
|
||||
"perms": ["pr"],
|
||||
"type": "00000023-0000-1000-8000-0026BB765291",
|
||||
"value": "Battery Sensor"
|
||||
},
|
||||
@ -151,10 +124,7 @@
|
||||
"maxValue": 100,
|
||||
"minStep": 1,
|
||||
"minValue": 0,
|
||||
"perms": [
|
||||
"pr",
|
||||
"ev"
|
||||
],
|
||||
"perms": ["pr", "ev"],
|
||||
"type": "00000068-0000-1000-8000-0026BB765291",
|
||||
"unit": "percentage",
|
||||
"value": 100
|
||||
@ -166,15 +136,9 @@
|
||||
"maxValue": 1,
|
||||
"minStep": 1,
|
||||
"minValue": 0,
|
||||
"perms": [
|
||||
"pr",
|
||||
"ev"
|
||||
],
|
||||
"perms": ["pr", "ev"],
|
||||
"type": "00000079-0000-1000-8000-0026BB765291",
|
||||
"valid-values": [
|
||||
0,
|
||||
1
|
||||
],
|
||||
"valid-values": [0, 1],
|
||||
"value": 0
|
||||
},
|
||||
{
|
||||
@ -184,16 +148,9 @@
|
||||
"maxValue": 2,
|
||||
"minStep": 1,
|
||||
"minValue": 0,
|
||||
"perms": [
|
||||
"pr",
|
||||
"ev"
|
||||
],
|
||||
"perms": ["pr", "ev"],
|
||||
"type": "0000008F-0000-1000-8000-0026BB765291",
|
||||
"valid-values": [
|
||||
0,
|
||||
1,
|
||||
2
|
||||
],
|
||||
"valid-values": [0, 1, 2],
|
||||
"value": 2
|
||||
}
|
||||
],
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user