diff --git a/fhem/docs/commandref_frame.html b/fhem/docs/commandref_frame.html index 7635f7c1e..520941655 100644 --- a/fhem/docs/commandref_frame.html +++ b/fhem/docs/commandref_frame.html @@ -368,10 +368,10 @@ Device specific attributes are documented in the corresponding device section. The explicit variant of this attribute has the following syntax:
- attr store eventMap { dev=>{"on"=>"open"}, usr=>{"open"=>"on"} }
- attr store eventMap { dev=>{"^on(-for-timer)?(.*)"=>"open$2"},
- usr=>{"^open(.*)"=>"on$1"},
- fw=>{"^open(.*)"=>"open"} }
+ attr store eventMap { dev=>{'on'=>'open'}, usr=>{'open'=>'on'} }
+ attr store eventMap { dev=>{'^on(-for-timer)?(.*)'=>'open$2'},
+ usr=>{'^open(.*)'=>'on$1'},
+ fw=>{'^open(.*)'=>'open'} }
- attr store eventMap { dev=>{"on"=>"open"}, usr=>{"open"=>"on"} }
- attr store eventMap { dev=>{"^on(-for-timer)?(.*)"=>"open$2"},
- usr=>{"^open(.*)"=>"on$1"},
- fw=>{"^open(.*)"=>"open"} }
+ attr store eventMap { dev=>{'on'=>'open'}, usr=>{'open'=>'on'} }
+ attr store eventMap { dev=>{'^on(-for-timer)?(.*)'=>'open$2'},
+ usr=>{'^open(.*)'=>'on$1'},
+ fw=>{'^open(.*)'=>'open'} }