75% for shutter schedule
This commit is contained in:
parent
536218920a
commit
1ef794e92b
@ -6,5 +6,6 @@ spring.datasource.username=sa
|
|||||||
spring.datasource.password=password
|
spring.datasource.password=password
|
||||||
spring.jpa.database-platform=org.hibernate.dialect.H2Dialect
|
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
|
de.ph87.homeautomation.insert-demo-data=true
|
||||||
@ -139,6 +139,7 @@
|
|||||||
<select [(ngModel)]="entry.value" (ngModelChange)="set(entry, 'value', entry.value)">
|
<select [(ngModel)]="entry.value" (ngModelChange)="set(entry, 'value', entry.value)">
|
||||||
<option [ngValue]="0">100% Offen</option>
|
<option [ngValue]="0">100% Offen</option>
|
||||||
<option [ngValue]="35"> 50%</option>
|
<option [ngValue]="35"> 50%</option>
|
||||||
|
<option [ngValue]="55"> 75%</option>
|
||||||
<option [ngValue]="75"> 90% Sonnenschutz</option>
|
<option [ngValue]="75"> 90% Sonnenschutz</option>
|
||||||
<option [ngValue]="85">100% Schlitze</option>
|
<option [ngValue]="85">100% Schlitze</option>
|
||||||
<option [ngValue]="100">100% Geschlossen</option>
|
<option [ngValue]="100">100% Geschlossen</option>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user