FD1 Client Protocol

device.scale.reading

Details of a Weight Scale reading

FieldDescription
weight_gmObserved weight in gm
dtuEvent date/time UTC

Example

{
    "rp": ....
    "sc": "device.scale.reading",
    "data": {
        "weight_gm": 196,
        "dtu": "2026-01-06 01:33:23"
    }
}