2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-01 19:30:31 +00:00
fhem-mirror/fhem
martinp876 aa64c7afa8 HMConfig: improve EM-8
git-svn-id: https://svn.fhem.de/fhem/trunk@6811 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2014-10-26 14:33:49 +00:00
..
contrib 98_HourCounter : new module 2014-10-23 16:06:42 +00:00
demolog
docs 98_HourCounter : new module 2014-10-23 16:06:42 +00:00
FHEM HMConfig: improve EM-8 2014-10-26 14:33:49 +00:00
log
webfrontend
www 01_FHEMWEB.pm: optional floating point slider (Forum #27051) 2014-10-24 08:56:35 +00:00
CHANGED WMBUS: use _ instead of : as readings separator, better support for EnergyCam 2014-10-25 14:54:42 +00:00
configDB.pm configDB.pm: Id added 2014-09-30 19:10:16 +00:00
COPYING
fhem.cfg
fhem.cfg.demo fhem.cfg.demo: defaultRoom added to WEB 2014-10-04 11:00:37 +00:00
fhem.pl fhe,.pl: fixing eventMap fixes (Forum #27757) 2014-10-18 06:14:57 +00:00
HISTORY
MAINTAINER.txt 23_KOSTALPIKO : new module 2014-10-24 13:57:11 +00:00
Makefile Makefile: added controls_fhem.txt to deb-nightly 2014-10-07 13:38:14 +00:00
README_DEMO.txt
README.SVN

The source of this project is hosted on sourceforge, if you wish you can get
the latest version with the following command:

  svn co https://svn.code.sf.net/p/fhem/code/trunk/fhem

If you wish to contribute to the project, then
- create a sourceforge account 
- send an email to the project manager to add you as developer to the project
  (right know this is r dot koenig at koeniglich dot de)
- check out the source
- if it is already checked out, it makes sense to do an update before
  implementing your changes:
   % svn update
- make your changes
- test if it is working (Really !!!)
- make an entry in the CHANGED file, giving your changes a "title".
- describe your changes in the file HISTORY, and dont forget to mention your
  name and the date of change
- it makes sense to do a "svn diff" before checking in the stuff with
  svn commit