mhop / fhem-mirror

Branch 'master' is an unofficial read-only-mirror of https://svn.fhem.de/fhem/trunk which is updated once a day. (branch sf_old a mirror of the old repo: svn://svn.code.sf.net/p/fhem/code/trunk)
106 stars 127 forks source link

Enhancement for readingDefinitions in 98_CustomReadings.pm #29

Open gbomacfly opened 6 years ago

gbomacfly commented 6 years ago

This is a feature request for an enhancement in 98_CustomReadings.pm

For a better use of readingDefinitions I would like to use attr WEB JavaScripts codemirror/fhem_codemirror.js

In order to do this, the following line should be extended: https://github.com/mhop/fhem-mirror/blob/495c82aabe8953a887a9fac588f51e9de8048efa/fhem/FHEM/98_CustomReadings.pm#L19

into $hash->{AttrList} = "readingDefinitions:textField-long "

Would this be possible? Thanks in advance :)