-
Notifications
You must be signed in to change notification settings - Fork 33
man_greentap
Daniel Marín edited this page Jul 8, 2026
·
2 revisions
Inventory table, that stores id and specific data of features with system id GREENTAP.
| Column name | Data type | Description |
|---|---|---|
| connec_id | character varying(16) | Id of connec |
| linked_connec | character varying(16) | Associated connection |
| brand | text | Brand defined on cat_brand,used in case when brand is not specified on node catalog |
| model | text | Model defined on cat_brand_model, used in case when model is not specified on node catalog |
| greentap_type | text | Type of greentap |
| cat_valve | text | Valve related to element, defined on cat_node |


