mirror of
https://github.com/karl0ss/homepage.git
synced 2025-05-02 13:33:40 +01:00
Merge branch 'WLED' into LocalMain
This commit is contained in:
commit
16b101e29d
@ -20,7 +20,7 @@ export default function Component({ service }) {
|
||||
);
|
||||
}
|
||||
let state
|
||||
if (wledData.state.on === 1){
|
||||
if (wledData.state.on === true){
|
||||
state = "On";
|
||||
} else {
|
||||
state = "Off";
|
||||
|
Loading…
x
Reference in New Issue
Block a user