ccutrer / balboa_worldwide_app

Ruby library for communication with Balboa Water Group's WiFi module or RS-485
99 stars 27 forks source link

MQTT ReadMe Question #60

Closed smarty125 closed 2 years ago

smarty125 commented 2 years ago

In the MQTT readme section, your mention to:

sudo curl https://github.com/ccutrer/balboa_worldwide_app/raw/master/contrib/bwa_mqtt_bridge.service -L -o /etc/systemd/system/bwa_mqtt_bridge.service

The curl command pulls in a file that seems to be mostly github "junk".

Question: Should it not rather be:

sudo curl https://github.com/ccutrer/balboa_worldwide_app/tree/main/contrib/bwa_mqtt_bridge.service -L -o /etc/systemd/system/bwa_mqtt_bridge.service? ==>Note that "/raw/master/" was replaced with "/tree/main/"

As you can tell, I am a GitHub novice, so if this is incorrect, please forgive me.

bggardner commented 2 years ago

I believe the correct link is https://github.com/ccutrer/balboa_worldwide_app/blob/main/contrib/bwa_mqtt_bridge.service