FHEM Forum

FHEM => Anfängerfragen => Thema gestartet von: eisman am 22 Februar 2020, 12:52:08

Titel: Dummy readingList wieder ohne Funktion
Beitrag von: eisman am 22 Februar 2020, 12:52:08
Hi,

das readingList bei Dummy sind wohl wieder ohne Funktion,

attr Auto readingList state test1 test2 usw...
attr Auto setList state:on,off

set Auto test1 on            ==> return value: Unknown argument test1, choose one of state:on,off  (hatte immer Funktioniert!)

setreading auto test1 on ==> funktioniert                                                                                 (jetzt geht nur noch dieses!)

Ergebnis 10000 Zeilen durchsuchen, weil vieles nicht mehr geht.
???
mfg
Titel: Antw:Dummy readingList wieder ohne Funktion
Beitrag von: Otto123 am 22 Februar 2020, 19:59:03
Liegt sicher daran:

Zitat Doku
ZitatreadingList
Space separated list of readings, which will be set, if the first argument of the set command matches one of them.
setList
Space separated list of commands, which will be returned upon "set name ?", so the FHEMWEB frontend can construct a dropdown and offer on/off switches. Example: attr dummyName setList on off
Komma ist falsch - ging aber ganz früher mal ;)

Aber: Es besteht kein Anspruch auf die Beibehaltung von Fehlern.

Gruß Otto