Mercurial > code > home > repos > light9
view avro/CollectorUpdate.avsc @ 2395:ef3cde3e81e8
switch collector output from json to avro (still over WS)
author | drewp@bigasterisk.com |
---|---|
date | Thu, 16 May 2024 15:03:50 -0700 |
parents | |
children |
line wrap: on
line source
{ "namespace": "light9", "type": "record", "name": "CollectorUpdate", "fields": [ { "name": "OutputAttrsSet", "type": { "type": "record", "name": "_OutputAttrsSetValue", "fields": [ { "name": "dev", "type": "string" }, { "name": "attrs", "type": { "type": "array", "items": { "type": "record", "name": "Attribute", "fields": [ { "name": "attr", "type": "string" }, { "name": "val", "type": "int" }, { "name": "chan", "type": "string" } ] } } } ] } } ] }