devices list shows temp and humidity of attached plenum if it's there
This commit is contained in:
parent
ade15fdfdc
commit
4f1de384e4
3 changed files with 45 additions and 8 deletions
|
|
@ -459,7 +459,7 @@ export default function DeviceComponent() {
|
|||
|
||||
useEffect(() => {
|
||||
load()
|
||||
}, [])
|
||||
}, [page, pageSize])
|
||||
|
||||
const columns = (): Column<convertedUnitMeasurement>[] => {
|
||||
return [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue