Files

32 lines
915 B
Plaintext

# serializer version: 1
# name: test_entry_diagnostics
dict({
'device_info': dict({
'device_id': '123a4b5c-678d-9e0f-a123-4b567c8d901e',
'device_name': 'My Tank',
'hardware_version': '4.1',
'lte_version': '1.1.2',
}),
'tank_data': dict({
'AlertStatus': 'No Alert',
'Altitude': '**REDACTED**',
'BatteryVolts': 4.19,
'DeviceID': '123a4b5c-678d-9e0f-a123-4b567c8d901e',
'DeviceName': 'My Tank',
'DeviceTempCelsius': 17.0,
'DeviceTempFahrenheit': 63.0,
'LastPostTimeIso': '2026-02-27 22:00:31.000',
'Latitude': '**REDACTED**',
'Longitude': '**REDACTED**',
'NextPostTimeIso': '2026-02-28 10:00:00.000',
'SignalQualLTE': -107.0,
'SolarVolts': 2.46,
'TankLevel': 75.0,
'TankSize': 1000,
'TankSizeUnit': 'Gallons',
'VersionHW': '4.1',
'VersionLTE': '1.1.2',
}),
})
# ---