2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-09 07:44:19 +00:00

25 Commits

Author SHA1 Message Date
borisneubert
a3ae14782f 67_ECMDDevice.pm: silence some warnings for undefined variables
git-svn-id: https://svn.fhem.de/fhem/trunk@7698 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2015-01-24 19:02:54 +00:00
borisneubert
e70e2872bf ECMDDevice: speed up through caching of postproc and regex
git-svn-id: https://svn.fhem.de/fhem/trunk@6541 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2014-09-12 08:24:37 +00:00
borisneubert
6ae941f04d option to cope with partial messages in ECMD/ECMDDevice
always match complete messages

git-svn-id: https://svn.fhem.de/fhem/trunk@6536 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2014-09-11 15:09:30 +00:00
borisneubert
61eef3271d suppress an "undefined" warning
git-svn-id: https://svn.fhem.de/fhem/trunk@6497 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2014-09-01 19:04:19 +00:00
borisneubert
88252a74a5 state definition and split attribute added to 66_ECMD, 67_ECMDDevice
git-svn-id: https://svn.fhem.de/fhem/trunk@6456 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2014-08-24 21:00:55 +00:00
borisneubert
8c88b0cff7 ECMDDevice: commands set and get set states no matter if there is a value for set or get given
git-svn-id: https://svn.fhem.de/fhem/trunk@5645 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2014-04-25 17:26:56 +00:00
borisneubert
7d0eb817b7 ECMD and ECMDDevice completely reworked, see http://forum.fhem.de/index.php/topic,21515.0.html
git-svn-id: https://svn.fhem.de/fhem/trunk@5551 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2014-04-18 10:43:26 +00:00
rudolfkoenig
bddfea6c6a Fixing $Id tag
git-svn-id: https://svn.fhem.de/fhem/trunk@3412 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2013-07-13 11:21:18 +00:00
borisneubert
cbfd25095e Format fix in documentation
git-svn-id: https://svn.fhem.de/fhem/trunk@3263 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2013-06-09 09:45:27 +00:00
borisneubert
62bbd2d911 Added example how to use blanks in command arguments.
git-svn-id: https://svn.fhem.de/fhem/trunk@3239 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2013-06-02 08:55:43 +00:00
borisneubert
d06a6d9897 set does not return a value any more
made state setting compliant with guidelines

git-svn-id: https://svn.fhem.de/fhem/trunk@2572 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2013-01-26 21:46:29 +00:00
rudolfkoenig
b128ebbc5a readingsUpdate attribute-Namelist and documentation unified
git-svn-id: https://svn.fhem.de/fhem/trunk@2406 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2013-01-03 12:51:51 +00:00
borisneubert
a13ae86361 missing colon fixed in AttrList
git-svn-id: https://svn.fhem.de/fhem/trunk@2353 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2012-12-22 19:58:52 +00:00
borisneubert
af7b60ee77 attribute nonl (no newline) added for ECMD device
git-svn-id: https://svn.fhem.de/fhem/trunk@2154 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2012-11-22 05:44:20 +00:00
borisneubert
bf3d1a0700 introduced readingsBulkUpdate, readingsSingleUpdate
introduced GPLv2

git-svn-id: https://svn.fhem.de/fhem/trunk@2099 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2012-11-08 20:56:21 +00:00
rudolfkoenig
a1397d1c34 THE SPLIT
git-svn-id: https://svn.fhem.de/fhem/trunk@2076 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2012-11-04 13:49:43 +00:00
borisneubert
e32bdabd8e Activate EvalSpecials in postproc (patch supplied by Tobias Faust)
git-svn-id: https://svn.fhem.de/fhem/trunk@1678 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2012-07-02 18:42:02 +00:00
borisneubert
1f688078ba colon removed from ECMDDevice state and migrated to readingsUpdate API
git-svn-id: https://svn.fhem.de/fhem/trunk@1556 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2012-05-12 09:01:22 +00:00
borisneubert
5ec1ea64af feature: added postproc ability to classdef in 66_ECMD.pm (Boris, Heinz)
git-svn-id: https://svn.fhem.de/fhem/trunk@1100 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2011-11-12 13:31:53 +00:00
rudolfkoenig
6b68453575 Adding Id: to the modules
git-svn-id: https://svn.fhem.de/fhem/trunk@1098 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2011-11-12 07:51:08 +00:00
borisneubert
f4d19a3aff *** empty log message ***
git-svn-id: https://svn.fhem.de/fhem/trunk@1083 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2011-10-25 19:05:49 +00:00
borisneubert
a3ba3e50a3 ECMDDevice: fixed two errors (set command with params, return value as a reading for set command)
git-svn-id: https://svn.fhem.de/fhem/trunk@848 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2011-03-06 10:38:56 +00:00
borisneubert
89e4b0662d - 67_ECMDDevice.pm: accounted for non-existing readings hash
git-svn-id: https://svn.fhem.de/fhem/trunk@809 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2011-01-25 19:45:08 +00:00
borisneubert
74c0685302 - 66_ECMD.pm: serial port protocols added
- 67_EMCDDevice.pm: readings added


git-svn-id: https://svn.fhem.de/fhem/trunk@808 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2011-01-25 19:24:48 +00:00
borisneubert
979c98d4ca feature: new modules 66_ECMD.pm and 67_ECMDDevice.pm for ethersex-enabled devices and alike.
git-svn-id: https://svn.fhem.de/fhem/trunk@806 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2011-01-22 21:53:18 +00:00