Skip to content

Commit

Permalink
Update ink2mqtt.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Bouwe Westerdijk authored Jul 14, 2019
1 parent 203ad28 commit 028666b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ink2mqtt/ink2mqtt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ while true; do
do
temp=${lines[i]//%}
temp=${temp//[[:space:]]/}
temp=${temp/:/":"}
temp=\"$temp\"
payload=$payload",$temp"
done
Expand Down

0 comments on commit 028666b

Please sign in to comment.