mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 06:39:11 +00:00
Bugfix fs20pulldown.php (correct list of options)
git-svn-id: https://svn.fhem.de/fhem/trunk@45 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
04095a2e24
commit
1836fc175f
@ -111,3 +111,5 @@ Changelog
|
|||||||
-- Internal: Adjusted to the new internal structure of FHEM. YOU MUST HAVE FHEM >=4.0
|
-- Internal: Adjusted to the new internal structure of FHEM. YOU MUST HAVE FHEM >=4.0
|
||||||
-- Internal: random-device for one-time at-order (define <randdev> at set ...)
|
-- Internal: random-device for one-time at-order (define <randdev> at set ...)
|
||||||
-- Feature: new arrangement of the graphics, FHT-Pulldown will now called by "adjust", FHT-PHP-Graphics now with Temperature/desired-temp and actuator
|
-- Feature: new arrangement of the graphics, FHT-Pulldown will now called by "adjust", FHT-PHP-Graphics now with Temperature/desired-temp and actuator
|
||||||
|
-- Bugfix: $errormessage for php4, fs20pulldown (correct list of options)
|
||||||
|
|
||||||
|
@ -13,3 +13,6 @@
|
|||||||
|
|
||||||
- Martin 2007-03-29
|
- Martin 2007-03-29
|
||||||
- release pgm3 for fhem 4.0, pgm3 has now the verson 0.8.0
|
- release pgm3 for fhem 4.0, pgm3 has now the verson 0.8.0
|
||||||
|
|
||||||
|
- Martin 2007-04-10
|
||||||
|
- Minor Bugfixes (errormessage for php4, fhs20pulldown)
|
||||||
|
@ -4,8 +4,8 @@
|
|||||||
|
|
||||||
|
|
||||||
$orders=array("on","off","dimup","dimdown","on-for-timer","off-for-timer","dim06%","dim12%",
|
$orders=array("on","off","dimup","dimdown","on-for-timer","off-for-timer","dim06%","dim12%",
|
||||||
"dim19%","dim25%","dim31%","dim37%","dim43%","dim50%","dim56%","dim62%","dim68%",
|
"dim18%","dim25%","dim31%","dim37%","dim43%","dim50%","dim56%","dim62%","dim68%",
|
||||||
"dim75%","dim81%","dim93%","dim100%","dimupdown","on-old-for-timer","reset",
|
"dim75%","dim81%","dim87%","dim93%","dim100%","dimupdown","on-old-for-timer","reset",
|
||||||
"sendstate","timer","toggle");
|
"sendstate","timer","toggle");
|
||||||
|
|
||||||
echo "
|
echo "
|
||||||
|
Loading…
Reference in New Issue
Block a user