Expand description
Data model for a single sensor event. The runtime emits arrays of these and the encryptor JSON-stringifies the array before XOR.
Field values are deliberately constrained to the JSON value kinds
we have actually observed inside o.d[…] assignments in the
deobfuscated init.js (line 7706-7738): strings, integers, booleans,
the JSON null, and one level of nested objects.