* Bump ondilo to 0.5.0 and handle errors retrieving data * Bump ondilo to 0.5.0 and handle errors retrieving data * Updated ruff recommendation * Refactor * Refactor * Added exception log and updated call to update data * Updated test cases to test through state machine * Updated test cases * Updated test cases after comments * REnamed file --------- Co-authored-by: Joostlek <joostlek@outlook.com>
19 lines
419 B
JSON
19 lines
419 B
JSON
{
|
|
"id": 1,
|
|
"name": "Pool 1",
|
|
"type": "outdoor_inground_pool",
|
|
"volume": 100,
|
|
"disinfection": {
|
|
"primary": "chlorine",
|
|
"secondary": { "uv_sanitizer": false, "ozonator": false }
|
|
},
|
|
"address": {
|
|
"street": "1 Rue de Paris",
|
|
"zipcode": "75000",
|
|
"city": "Paris",
|
|
"country": "France",
|
|
"latitude": 48.861783,
|
|
"longitude": 2.337421
|
|
},
|
|
"updated_at": "2024-01-01T01:00:00+0000"
|
|
}
|