hotfix to show the actual fan state on the bin page and not have it hardcoded to on
This commit is contained in:
parent
d8512faa35
commit
5c9832b037
1 changed files with 1 additions and 1 deletions
|
|
@ -1556,7 +1556,7 @@ export default function BinVisualizer(props: Props) {
|
|||
let device = componentDevices.get(fan.key)
|
||||
if(fanComp && device){
|
||||
return (
|
||||
<BinControllerDisplay key={fanComp.key()} component={fanComp} deviceID={device} currentState/>
|
||||
<BinControllerDisplay key={fanComp.key()} component={fanComp} deviceID={device} currentState={fan.state}/>
|
||||
)
|
||||
}
|
||||
})}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue