Created
March 20, 2019 17:56
-
-
Save MickaelCruzDB/8990cfe754e0e472beaf74d790e0fa87 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"equipments": | |
{ | |
"igalumV2": [ | |
{ | |
"history": [ | |
{ | |
"absence": 0, | |
"hygro": "", | |
"eclairement": "", | |
"concentrco2": "", | |
"tamb": "", | |
"date": "2019-Mar-11 08:00:03" | |
}, | |
{ | |
"absence": 0, | |
"hygro": "31", | |
"eclairement": "35", | |
"concentrco2": "415", | |
"tamb": "24", | |
"date": "2019-Mar-11 08:00:03" | |
}, | |
.... | |
.... | |
}] | |
}] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment