You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
546 B
JSON
21 lines
546 B
JSON
{
|
|
"id": "living_room",
|
|
"name": "Living Room",
|
|
"description": "The living room.",
|
|
"relationshios": [
|
|
{
|
|
"id": "living_room_temp",
|
|
"name": "Temperature in the living room",
|
|
"module": "Picc.Relationships.AverageTemperature",
|
|
"entities": [
|
|
"living_room",
|
|
"therm1",
|
|
"themr2"
|
|
],
|
|
"arg": {
|
|
"prior_mean": 20,
|
|
"prior_variance": 3
|
|
}
|
|
}
|
|
]
|
|
} |