Uploaded door sensor

This commit is contained in:
2021-09-04 14:56:48 +02:00
parent 0336236fda
commit 9dad49738c
7 changed files with 164 additions and 132 deletions

View File

@@ -346,3 +346,12 @@ article p {
textarea.boxinput {
resize: vertical;
}
#doorIndicator {
border-radius: 5px;
padding: 8px 8px;
margin: 4px 4px;
}
#doorIndicator > p { display: inline; }
.doorIndicator_OPEN { border: 2px solid green; }
.doorIndicator_CLOSED { border: 2px dotted red; }