Skip to content

Commit

Permalink
chore(templates): add new luftdaten templates (#476)
Browse files Browse the repository at this point in the history
Add new luftdaten templates based on SPS30, BME280 and SHTX3
  • Loading branch information
mpfeil committed Oct 11, 2023
1 parent 751a353 commit b0b7ad0
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions app/views/account.box.register.html
Original file line number Diff line number Diff line change
Expand Up @@ -1150,6 +1150,20 @@ <h4>Feinstaub PM10<sub></sub></h4>
{{'LD_INFO_PMS1003_WITHOUT' | translate}}
</label>
</div>
<div class="radio radio-success">
<input type="radio" name="model" id="luftdaten-sps30-bme280" value="luftdaten_sps30_bme280"
ng-model="register.modelSelected.id" required>
<label for="luftdaten-sps30-bme280">
{{'LD_INFO_SPS30_BME280' | translate}}
</label>
</div>
<div class="radio radio-success">
<input type="radio" name="model" id="luftdaten-sps30-sht3x" value="luftdaten_sps30_sht3x"
ng-model="register.modelSelected.id" required>
<label for="luftdaten-sps30-sht3x">
{{'LD_INFO_SPS30_SHT3X' | translate}}
</label>
</div>
</div>
<div uib-accordion-group class="panel-default" is-open="register.open.hackair">
<uib-accordion-heading>
Expand Down

0 comments on commit b0b7ad0

Please sign in to comment.