diff --git a/Dashboard/src/App.tsx b/Dashboard/src/App.tsx index 3d092bc..61908e3 100644 --- a/Dashboard/src/App.tsx +++ b/Dashboard/src/App.tsx @@ -84,7 +84,7 @@ const App = () => { increase={sendIncreaseHandler} decrease={sendDecreaseHandler} toggle={sendToggleHandler} - status={status} + status={Math.floor((status / 255) * 100)} />