Add files via upload
This commit is contained in:
parent
7558db5655
commit
c8d22f19ae
@ -40,6 +40,7 @@ sub Siro_Initialize($) {
|
|||||||
. " disable:0,1"
|
. " disable:0,1"
|
||||||
. " SIRO_signalRepeats:1,2,3,4,5,6,7,8,9"
|
. " SIRO_signalRepeats:1,2,3,4,5,6,7,8,9"
|
||||||
. " SIRO_inversPosition:0,1"
|
. " SIRO_inversPosition:0,1"
|
||||||
|
. " SIRO_inversONOFF:0,1"
|
||||||
. " SIRO_Battery_low"
|
. " SIRO_Battery_low"
|
||||||
. " SIRO_downLimit:slider,0,1,100"
|
. " SIRO_downLimit:slider,0,1,100"
|
||||||
. " SIRO_signalLongStopRepeats:10,15,20,40,45,50"
|
. " SIRO_signalLongStopRepeats:10,15,20,40,45,50"
|
||||||
@ -749,6 +750,7 @@ sub Set($@) {
|
|||||||
{
|
{
|
||||||
Log3( $name,0 , "Das Siromodul wurde geaendert und die einstellungen sind nicht mehr Kompatibel. Bitte das Sirodevice \"$name\" kontrollieren .");
|
Log3( $name,0 , "Das Siromodul wurde geaendert und die einstellungen sind nicht mehr Kompatibel. Bitte das Sirodevice \"$name\" kontrollieren .");
|
||||||
}
|
}
|
||||||
|
|
||||||
#############################
|
#############################
|
||||||
|
|
||||||
my $actiontime = time; # zeit dieses Aufrufes
|
my $actiontime = time; # zeit dieses Aufrufes
|
||||||
@ -785,6 +787,14 @@ sub Set($@) {
|
|||||||
# versionschange
|
# versionschange
|
||||||
#changeconfig
|
#changeconfig
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
if (AttrVal( $name, 'SIRO_inversONOFF',0 ) eq "1")
|
||||||
|
{
|
||||||
|
if ($cmd eq "on"){$cmd = "off"};
|
||||||
|
if ($cmd eq "off"){$cmd = "on"};
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# pruefe auf unbekannte sets
|
# pruefe auf unbekannte sets
|
||||||
|
Loading…
x
Reference in New Issue
Block a user