Skip to content

Commit

Permalink
TEMPORARILY add L0 schema for li191r (so it auto-loads to Pachy). Del…
Browse files Browse the repository at this point in the history
…ete when engineering avro-schemas repo moves and can use git actions runner.
  • Loading branch information
covesturtevant committed Nov 8, 2023
1 parent c747aaa commit 4e57c61
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions avro_schemas/li191r/li191r.avsc
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"type": "record",
"name": "li191r",
"namespace": "org.neonscience.schema.device",
"doc": "LI-COR LI-191R Line Quantum Sensor",
"__version": "1.0",
"__neon_parts": [
"0323440000"
],
"fields": [
{
"name": "source_id",
"type": "string",
"doc": "Source serial number or MAC address"
},
{
"name": "site_id",
"type": "string",
"doc": "NEON site identifier"
},
{
"name": "readout_time",
"type": {
"type": "long",
"logicalType": "timestamp-millis"
},
"doc": "Timestamp of readout expressed in milliseconds since epoch",
"__neon_units": "millisecond"
},
{
"name": "voltage",
"type": "float",
"doc": "Sensor voltage representing the photosynthetic photon flux density",
"__neon_units": "volt",
"__neon_stream_id": "0"
}
]
}

0 comments on commit 4e57c61

Please sign in to comment.