[avmfritz] Corrected typo in German translation and added documentation for Becker BoxCTRL (#10593)
- Corrected typo in German translation and added documentation for Becker BoxCTRL Signed-off-by: Ulrich Mertin <mail@ulrich-mertin.de>
This commit is contained in:
parent
61e8b09bf4
commit
9a0ad98f44
|
@ -84,7 +84,8 @@ The following sensors have been successfully tested using FRITZ!OS 7 for FRITZ!B
|
||||||
- [SmartHome Bewegungsmelder](https://www.smarthome.de/geraete/telekom-smarthome-bewegungsmelder-innen) - a motion sensor (thing type `HAN_FUN_CONTACT`)
|
- [SmartHome Bewegungsmelder](https://www.smarthome.de/geraete/telekom-smarthome-bewegungsmelder-innen) - a motion sensor (thing type `HAN_FUN_CONTACT`)
|
||||||
- [SmartHome Rauchmelder](https://www.smarthome.de/geraete/smarthome-rauchmelder-weiss) - a smoke detector (thing type `HAN_FUN_CONTACT`)
|
- [SmartHome Rauchmelder](https://www.smarthome.de/geraete/smarthome-rauchmelder-weiss) - a smoke detector (thing type `HAN_FUN_CONTACT`)
|
||||||
- [SmartHome Wandtaster](https://www.smarthome.de/geraete/telekom-smarthome-wandtaster) - a switch with two buttons (thing type `HAN_FUN_SWITCH`)
|
- [SmartHome Wandtaster](https://www.smarthome.de/geraete/telekom-smarthome-wandtaster) - a switch with two buttons (thing type `HAN_FUN_SWITCH`)
|
||||||
- [Rollershutter/Blinds](https://www.rademacher.de/shop/rollladen-sonnenschutz/elektrischer-gurtwickler/rollotron-dect-1213) - an electronic belt winder (thing type `HAN_FUN_BLINDS`)
|
- [Rollotron DECT 1213](https://www.rademacher.de/shop/rollladen-sonnenschutz/elektrischer-gurtwickler/rollotron-dect-1213) - an electronic belt winder (thing type `HAN_FUN_BLINDS`)
|
||||||
|
- [Becker BoxCTRL](https://becker-antriebe.shop/) - a radio controlled roller shutter drive (thing type `HAN_FUN_BLINDS`)
|
||||||
|
|
||||||
The use of other Sensors should be possible, if these are compatible with DECT-ULE / HAN-FUN standards.
|
The use of other Sensors should be possible, if these are compatible with DECT-ULE / HAN-FUN standards.
|
||||||
|
|
||||||
|
|
|
@ -99,8 +99,8 @@ thing-type.avmfritz.FRITZ_DECT_440.description = FRITZ!DECT 440 Taster. Dient zu
|
||||||
|
|
||||||
thing-type.avmfritz.FRITZ_Powerline_546E.description = FRITZ!Powerline 546E schaltbare Steckdose. Dient zur Steuerung der integrierten Steckdose und liefert Daten wie z.B. Temperatur.
|
thing-type.avmfritz.FRITZ_Powerline_546E.description = FRITZ!Powerline 546E schaltbare Steckdose. Dient zur Steuerung der integrierten Steckdose und liefert Daten wie z.B. Temperatur.
|
||||||
|
|
||||||
thing-type.avmfritz.HAN_FUN_BLINDS.label = HAN-FUN Rolladen
|
thing-type.avmfritz.HAN_FUN_BLINDS.label = HAN-FUN Rollladen
|
||||||
thing-type.avmfritz.HAN_FUN_BLINDS.description = HAN-FUN Rolladen (z.B. Rollotron DECT 1213).
|
thing-type.avmfritz.HAN_FUN_BLINDS.description = HAN-FUN Rollladen (z.B. Rollotron DECT 1213, Becker BoxCTRL).
|
||||||
|
|
||||||
# thing types config groups
|
# thing types config groups
|
||||||
thing-type.avmfritz.FRITZ_GROUP_HEATING.label = Heizkörperregler
|
thing-type.avmfritz.FRITZ_GROUP_HEATING.label = Heizkörperregler
|
||||||
|
@ -217,8 +217,8 @@ thing-type.avmfritz.FRITZ_DECT_400.channel.press.description = Wird ausgel
|
||||||
thing-type.avmfritz.FRITZ_DECT_440.channel.press.label = Tastendruck
|
thing-type.avmfritz.FRITZ_DECT_440.channel.press.label = Tastendruck
|
||||||
thing-type.avmfritz.FRITZ_DECT_440.channel.press.description = Wird ausgelöst, wenn eine Taste gedrückt wird.
|
thing-type.avmfritz.FRITZ_DECT_440.channel.press.description = Wird ausgelöst, wenn eine Taste gedrückt wird.
|
||||||
|
|
||||||
channel-type.avmfritz.rollershutter.label = Rolladensteuerung
|
channel-type.avmfritz.rollershutter.label = Rollladensteuerung
|
||||||
channel-type.avmfritz.rollershutter.description = Steuert den Rolladen und zeigt seinen Öffnungsgrad in Prozent an.
|
channel-type.avmfritz.rollershutter.description = Steuert den Rollladen und zeigt seinen Öffnungsgrad in Prozent an.
|
||||||
|
|
||||||
channel-type.avmfritz.last_change.label = Letzte Änderung
|
channel-type.avmfritz.last_change.label = Letzte Änderung
|
||||||
channel-type.avmfritz.last_change.description = Zeigt an, wann der Schalter zuletzt gedrückt wurde.
|
channel-type.avmfritz.last_change.description = Zeigt an, wann der Schalter zuletzt gedrückt wurde.
|
||||||
|
|
Loading…
Reference in New Issue