Respect scrutiny device status threshold setting

This commit is contained in:
Niklas
2022-12-04 19:33:15 +01:00
parent 6045e53207
commit 1a94453849
2 changed files with 41 additions and 8 deletions

View File

@@ -11,6 +11,12 @@ const widget = {
"data",
]
},
settings: {
endpoint: "settings",
validate: [
"settings",
]
}
},
};