SIGNALVERSION="0.14.5"
#Check for latest valid version at https://github.com/AsamK/signal-cli/releases
LIBRARYVERSION="0.96.0"
#Check for latest valid version at https://github.com/exquo/signal-libs-build/releasesZitat von: rabehd am 11 Juni 2026, 08:11:21Wie gesagt, ich habe nur den Container angelegt und im bestehenden System nichts angepasst.
my $set_fn = AttrVal( $hash->{NAME}, "setFn", "" );
if( $set_fn =~ m/^{.*}$/s ) {
my $CMD = $a[0];
my $DEVICE = $primaryDevname;
my $READING = $primaryReading;
my $ARGS = join(" ", @a[1..$#a]);
my $set_fn = eval $set_fn;
Log3 $name, 3, $name .": setFn: ". $@ if($@);
readingsSingleUpdate($hash, "lastCmd", $a[0], 0);
return undef if( !defined($set_fn) );
$v = $set_fn if( $set_fn ne '' );
} else {
readingsSingleUpdate($hash, "lastCmd", $a[0], 0);
}