You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/explanations/ingresses.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ class Record:
28
28
29
29
The choice of values for the `Record` is up to each `RecordIngressHandler` instance:
30
30
- the [`BACnetIngressHandler`](/reference/apidoc/_autosummary/buildingmotif.ingresses.bacnet.html#buildingmotif.ingresses.bacnet.BACnetNetwork) uses the `rtype` field to differentiate between BACnet Devices and BACnet Objects. The `fields` field contains key-value pairs of different BACnet properties like `name` and `units`
31
-
- the [`CSVIngressHandler`](/reference/apidoc/_autosummary/buildingmotif.ingresses.csv.html#buildingmotif.ingresses.csv.CSVIngress) uses the `rtype` field to denote the CSV filename, and uses the `fields` field to store column-cell values from each row of the CSV file
31
+
- the [`CSVIngressHandler`](/reference/apidoc/_autosummary/buildingmotif.ingresses.csvingress.html#buildingmotif.ingresses.csvingress.CSVIngress) uses the `rtype` field to denote the CSV filename, and uses the `fields` field to store column-cell values from each row of the CSV file
32
32
33
33
### Graph Ingress Handler
34
34
@@ -56,7 +56,7 @@ The [`BACnetIngressHandler`](/reference/apidoc/_autosummary/buildingmotif.ingres
56
56
57
57
### CSV Files
58
58
59
-
The [`CSVIngressHandler`](/reference/apidoc/_autosummary/buildingmotif.ingresses.csv.html#buildingmotif.ingresses.csv.CSVIngress) takes a CSV filename as an argument (e.g. `mydata.csv`) and generates a set of `Record`s corresponding to each row in the file.
59
+
The [`CSVIngressHandler`](/reference/apidoc/_autosummary/buildingmotif.ingresses.csvingress.html#buildingmotif.ingresses.csvingress.CSVIngress) takes a CSV filename as an argument (e.g. `mydata.csv`) and generates a set of `Record`s corresponding to each row in the file.
60
60
61
61
-`rtype`: the filename that contained the row
62
62
-`fields`: key-value pairs for the row. The key is the column name; the value is the value of that column at the given row
0 commit comments