Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ToDo List #1

Open
9 of 10 tasks
HomeAutoUser opened this issue Sep 19, 2019 · 0 comments
Open
9 of 10 tasks

ToDo List #1

HomeAutoUser opened this issue Sep 19, 2019 · 0 comments
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@HomeAutoUser
Copy link
Collaborator

HomeAutoUser commented Sep 19, 2019

  • sollte vermieden werden direkt in die Hash's zu schreiben wenn dafür entsprechende FHEM Perlfunktionen zur Verfügung
    Beispiel Attribute. $attr{$name}{'Attribuname'} sollte entsprechend durch CommandAttr() und dazugehörige Bedingungen durch AttrVal() ersetzt werden 1eb82ec

  • $hash->{STATE} sollte gar nicht gesetzt werden da somit der Userwunsch stateFormat überschrieben wird. Daher IMMER mittels readingsSingleUpdate oder readingsBulkUpdate setzen 1eb82ec

  • aktuell versucht neue Module mit package um zu setzen. package sind in Perl das was Klassen unter C++ und Java sind. Es gibt eine Import und Export Funktionen damit man Funktionen anderer Module importieren oder wenn nötig seine eigenen Exportieren kann.

  • Aktion reload Browserseite bei SAVE optimieren nach my $reload = 0; 7950552


User request:

  • SA / SU - Wert einsichtig (bzw. lesbar irgendwo wiedergegeben) 1eb82ec
  • fester Bezug Pfad vom Logfile ersetzen (%L) 1eb82ec

Forum https://forum.fhem.de/index.php/topic,103986.msg978726.html#msg978726

  • Commandref Beispielcode - Timer alle x-Minuten/Stunde 5675ba9
  • Commandref - Bessere Erläuterung mit * gekennzeichnet, dass Perl Code in ein eigenes Attribut eingetragen werden muss! ggf + Pop-Up oder deutliche Meldung oder Log-Eintrag wenn man Def. auswählt, dass nun ein Attribut mit dem Perl-Code bzw. Fhem-Befehlt angelegt werden muss. 7950552
  • DEF anstatt Def für PERL Code https://forum.fhem.de/index.php/topic,103986.msg978902.html#msg978902 7950552
  • CSS Farbe Zeilen Tabelle von Styles holen? Nicht fest oder konfigurierbar 5675ba9
@HomeAutoUser HomeAutoUser self-assigned this Sep 19, 2019
@HomeAutoUser HomeAutoUser added the documentation Improvements or additions to documentation label Jan 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant