Mercurial > code > home > repos > light9
view avro/CollectorUpdate.avsc @ 2444:d087499d7833
checkpoint show data
author | drewp@bigasterisk.com |
---|---|
date | Fri, 31 May 2024 18:35:43 -0700 |
parents | ef3cde3e81e8 |
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" } ] } } } ] } } ] }