Skip to content

Commit

Permalink
enocean: Fixed errors in user_doc.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
msinn committed Jan 16, 2024
1 parent 2954c65 commit ab06c9c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions enocean/user_doc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -395,25 +395,25 @@ Beispiele für eine Item.yaml mit verschiedenen Enocean Sensoren und Aktoren:
short_800ms_directly_to_knx:
type: bool
enocean_rx_key: AI
enocean_rocker_action: **toggle**
enocean_rocker_sequence: released **within** 0.8
enocean_rocker_action: '**toggle**'
enocean_rocker_sequence: 'released **within** 0.8'
knx_dpt: 1
knx_send: 3/0/60
long_800ms_directly_to_knx:
type: bool
enocean_rx_key: AI
enocean_rocker_action: toggle
enocean_rocker_sequence: released **after** 0.8
enocean_rocker_sequence: 'released **after** 0.8'
knx_dpt: 1
knx_send: 3/0/61
rocker_double_800ms_to_knx_send_1:
type: bool
enforce_updates: true
enocean_rx_key: AI
enocean_rocker_action: **set**
enocean_rocker_sequence: **released within 0.4, pressed within 0.4**
enocean_rocker_action: '**set**'
enocean_rocker_sequence: '**released within 0.4, pressed within 0.4**'
knx_dpt: 1
knx_send: 3/0/62
Expand Down

0 comments on commit ab06c9c

Please sign in to comment.