75% for shutter schedule

This commit is contained in:
Patrick Haßel 2022-10-02 09:46:50 +02:00
parent 536218920a
commit 1ef794e92b
2 changed files with 3 additions and 1 deletions

View File

@ -6,5 +6,6 @@ spring.datasource.username=sa
spring.datasource.password=password
spring.jpa.database-platform=org.hibernate.dialect.H2Dialect
#-
spring.jpa.hibernate.ddl-auto=update
spring.jpa.hibernate.ddl-auto=create
#-
de.ph87.homeautomation.insert-demo-data=true

View File

@ -139,6 +139,7 @@
<select [(ngModel)]="entry.value" (ngModelChange)="set(entry, 'value', entry.value)">
<option [ngValue]="0">100% Offen</option>
<option [ngValue]="35">&nbsp;50%</option>
<option [ngValue]="55">&nbsp;75%</option>
<option [ngValue]="75">&nbsp;90% Sonnenschutz</option>
<option [ngValue]="85">100% Schlitze</option>
<option [ngValue]="100">100% Geschlossen</option>