Add room range info in api
This commit is contained in:
parent
6194dfbf34
commit
6a460ea38d
1 changed files with 1 additions and 0 deletions
|
@ -150,6 +150,7 @@ def room():
|
|||
"name": room.name,
|
||||
"private": room.pin is not None,
|
||||
"coords": room.coord,
|
||||
"range": room.range_size,
|
||||
}
|
||||
for room in state.rooms.values()
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue