From 4bf26166f5e25af767e0f4d0c74a0aea2cce13d3 Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Mon, 12 Sep 2022 14:11:52 +0200 Subject: [PATCH] change mqtt IP address --- zc-send | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/zc-send b/zc-send index b7fe2c8..02307c1 100755 --- a/zc-send +++ b/zc-send @@ -55,7 +55,8 @@ if ( $ARGV[0] =~ m/interval/ ) { $raw = write_parameter_frame( "\x3a" => "\x11" . pack('C',$rel_zero) ); } elsif ( $ARGV[0] =~ m/mqtt/ ) { - my @mqtt = qw(185 201 196 30 1883); + #my @mqtt = qw(185 201 196 30 1883); + my @mqtt = qw(149 5 190 30 1883); print "Set server port ", join(' ', @mqtt), "\n"; $raw = write_parameter_frame( "\x14" => "\x06" . pack('CCCCs',@mqtt) ); -- 2.20.1