mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 06:39:11 +00:00
refrashvalues replaced
git-svn-id: https://svn.fhem.de/fhem/trunk@150 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
ea30f6f6b4
commit
f766caabdf
@ -205,7 +205,9 @@
|
||||
minfhtbuffer attribute, as otherwise nearly everything will be sent to
|
||||
the FHT buffer, so ordering won't take effect.
|
||||
- cmd rename
|
||||
repeat1,repeat2. refreshvalues changed to refresh and init. refreshvalues
|
||||
won't be advertized but still replaced to "refresh 255 init 255"
|
||||
report1,report2. refreshvalues changed to report1 and report2. refreshvalues
|
||||
won't be advertized but still replaced with "report1 255 report2 255"
|
||||
- extensive documentation update for the FHT
|
||||
- lime-protection changed, as it is an actuator subcommand. Further actuator
|
||||
commands added.
|
||||
|
||||
|
@ -27,4 +27,4 @@ define fhz_timer at *03:30:00 set FHZ time
|
||||
# then comment out the line below. My devices send a message when a value
|
||||
# changes, and send measured-temp, actuator and state messages regularly.
|
||||
# Be patient: the reply comes in 5-10 minutes.
|
||||
define wz_refresh at *04:00:00 set wz refreshvalues
|
||||
define wz_refresh at *04:00:00 set wz report1 255 report2 255
|
||||
|
@ -74,7 +74,7 @@ MyFHTswitch($)
|
||||
fhz "$fhtorder";
|
||||
$fhtorder="set $fht windowopen-temp $desiredtemp[0] ";
|
||||
fhz "$fhtorder";
|
||||
fhz "set $fht refreshvalues";
|
||||
fhz "set $fht report1 255 report2 255";
|
||||
}
|
||||
|
||||
1;
|
||||
|
@ -7,7 +7,7 @@
|
||||
"thu-to1","fri-from1","fri-to1","sat-from1","sat-to1","sun-from1","sun-to1",
|
||||
"mon-from2","mon-to2","tue-from2","tue-to2","wed-from2","wed-to2","thu-from2",
|
||||
"thu-to2","fri-from2","fri-to2","sat-from2","sat-to2","sun-from2","sun-to2",
|
||||
"day-temp","night-temp","desired-temp","refreshvalues","windowopen-temp"
|
||||
"day-temp","night-temp","desired-temp","report1","report2","windowopen-temp"
|
||||
);
|
||||
|
||||
echo "
|
||||
|
Loading…
Reference in New Issue
Block a user