Skip to content

nas: update "Common Info" TLV in "Swi Get Status"

The "Temperature" field in the "Common Info" TLV should be parsed as a signed integer (gint8) instead of unsigned (guint8).

The TLV is renamed to "Common Info V2" and compat methods are given to avoid breaking API/ABI.

Fixes #65 (closed)

Merge request reports