mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-07 23:09:26 +00:00
4c9d2a00f9
git-svn-id: https://svn.fhem.de/fhem/trunk@7349 2b470e98-0d58-463d-a4d8-8e2adae1ed80
9 lines
326 B
INI
9 lines
326 B
INI
# Solarkreis
|
|
get mode cmd {"read SOL ParmSOL"}
|
|
get mode expect ".*"
|
|
get mode postproc { Vaillant_SOL_mode_postproc("%NAME",$_) }
|
|
|
|
get state cmd {"read SOL StatusSOL1\n\000read SOL StatusSOL2\n\000read SOL Status2\n\000read MS StatusSOL3"}
|
|
get state expect ".*"
|
|
get state postproc { Vaillant_SOL_state_postproc("%NAME",$_) }
|