Skip to content

Instantly share code, notes, and snippets.

@Xiryl
Created November 1, 2018 20:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Xiryl/2153cfecde70b7f2e6f8a538e5225443 to your computer and use it in GitHub Desktop.
Save Xiryl/2153cfecde70b7f2e6f8a538e5225443 to your computer and use it in GitHub Desktop.
{
"nome_bacino": {
"stazioni": [{
"nome_stazione": "xxxxx",
"sensori": {
"pluviometro": {
"api_pluviometro": "yyyy",
"id_sensore": 1234
},
"idrometro": {
"api_idrometro": "yyyy",
"id_sensore": 1234
},
"temperatura_aria": {
"api_temperatura_aria": "yyyy",
"id_sensore": 1234
},
"igrometro": {
"api_igrometro": "yyyy",
"id_sensore": 1234
},
"nivometro": {
"api_nivometro": "yyyy",
"id_sensore": 1234
},
"barometro": {
"api_barometro": "yyyy",
"id_sensore": 1234
},
"radiometro": {
"api_radiometro": "yyyy",
"id_sensore": 1234
},
"vento": {
"api_vento": "yyyy",
"id_sensore": 1234
},
"direzione_vento": {
"api_direzione_vento": "yyyy",
"id_sensore": 1234
},
"portata": {
"api_portata": "yyyy",
"id_sensore": 1234
}
},
"ente_proprietario": "zzzz",
"api_stazione": "wwww"
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment