Fix json decoding

This commit is contained in:
Andre Basche 2023-06-28 19:20:42 +02:00
parent 286c3abe73
commit 2104d56c40
5 changed files with 6 additions and 5 deletions

1
.gitignore vendored
View file

@ -1 +1,2 @@
.idea/
*.zip

View file

@ -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"
}

View file

@ -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"
}

View file

@ -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"
}

View file

@ -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"
}