Fix indentation
This commit is contained in:
parent
415451a8fb
commit
489d5271d8
@ -112,7 +112,7 @@ $mqtt = Net::MQTT::Simple->new($ENV{MQTT_SERVER}) or die "Failed to connect to m
|
|||||||
$mqtt->subscribe(
|
$mqtt->subscribe(
|
||||||
"$ENV{MQTT_MONITOR}" => sub {
|
"$ENV{MQTT_MONITOR}" => sub {
|
||||||
my ($topic, $message) = @_;
|
my ($topic, $message) = @_;
|
||||||
_debug("--> $topic");
|
_debug("--> $topic");
|
||||||
handle($topic, $message);
|
handle($topic, $message);
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user