Parsers
A parser is some programming code, that can transform a packet to one or multiple readings.
Fields
Field | Type | Description |
id | uuid | Id of the parser |
name | string | Name of the parser |
code | string | Sourcecode of the parser |
language | string | Used programming language of sourcecode |
inserted_at | ISO8601 | ISO 8601 String of the time the parser was created |
updated_at | ISO8601 | ISO 8601 String of the time the parser was created |
Associations
Association | Cardinality | Foreign Entity | Description | Can preload |
devices | many | Devices | Devices assigned to this parser | |
mandate | one | Mandates | Mandate for this parser | |