get_sensors.py§
get_sensors(state, config)
§
Retrieve sensor information for the building structure.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
state
|
State
|
The current state. |
required |
config
|
dict
|
Configuration dictionary containing the language model. |
required |
Returns: dict: A dictionary containing sensor UUIDs mapped to their locations.
Source code in brickllm/nodes/get_sensors.py
11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 |
|