mirror of
https://github.com/Andre0512/hon-test-data.git
synced 2024-01-19 02:51:47 +00:00
Fix json decoding
This commit is contained in:
parent
286c3abe73
commit
2104d56c40
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1 +1,2 @@
|
|||
.idea/
|
||||
*.zip
|
||||
|
|
|
@ -140,7 +140,7 @@
|
|||
"applianceStatus": 1,
|
||||
"coords": {
|
||||
"lng": -0.0000000,
|
||||
"lat": 00.0000000
|
||||
"lat": 0.0000000
|
||||
},
|
||||
"PK": "xxxx#xx-xxxx-0:0x0xx000-xxxx-0xxx-x00x-x000xx0x00x0"
|
||||
}
|
|
@ -154,7 +154,7 @@
|
|||
"applianceStatus": 1,
|
||||
"coords": {
|
||||
"lng": 0.0000000,
|
||||
"lat": 00.0000000
|
||||
"lat": 0.0000000
|
||||
},
|
||||
"PK": "xxxx#xx-xxxx-0:0000000x-0xx0-0x00-00x0-x000x0000000"
|
||||
}
|
|
@ -68,8 +68,8 @@
|
|||
"eepromId": 41,
|
||||
"applianceStatus": 1,
|
||||
"coords": {
|
||||
"lng": 00.0000000,
|
||||
"lat": 00.0000000
|
||||
"lng": 0.0000000,
|
||||
"lat": 0.0000000
|
||||
},
|
||||
"PK": "xxxx#xx-xxxx-0:x0x00000-00x0-0x0x-x0x0-x0x0x0000x00"
|
||||
}
|
|
@ -153,7 +153,7 @@
|
|||
"applianceStatus": 1,
|
||||
"coords": {
|
||||
"lng": 0.0000000,
|
||||
"lat": 00.0000000
|
||||
"lat": 0.0000000
|
||||
},
|
||||
"PK": "xxxx#xx-xxxx-0:0000000x-0xx0-0x00-00x0-x000x0000000"
|
||||
}
|
Loading…
Reference in a new issue