Skip to content

Commit

Permalink
Deployed ab1227a with MkDocs version: 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fredlcore committed Nov 9, 2024
1 parent 9e67f8f commit 4b9a59a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion de/homeautomation.html
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ <h2 id="exchanging-data-via-mqtt">Exchanging data via MQTT</h2>
<h3 id="examples-for-querying-or-setting-parameters-via-mqtt-using-mosquitto">Examples for querying or setting parameters via MQTT using mosquitto</h3>
<p>Query the outside temperature (device ID 0, category no. 51, parameter 8700):<br />
<code>mosquitto_sub -h my.mosquitto-broker.local -u USER -P PASSWORD -t BSB-LAN/0/51/8700/status</code> </p>
<p>Set the comfort temperature setpoint (device ID 0, category no. 16, parameter 710) to 20 degrees:
<p>Set the comfort temperature setpoint (device ID 0, category no. 16, parameter 710) to 20 degrees:<br />
<code>mosquitto_pub -h my.mosquitto-broker.local -u USER -P PASSWORD -m "20" -t BSB-LAN/0/16/710/set</code> </p>
<p><strong>Attention:</strong> Take note that the category number differs from system to system and has to be compared with your system first!</p>
<hr />
Expand Down
2 changes: 1 addition & 1 deletion fr/homeautomation.html
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ <h2 id="exchanging-data-via-mqtt">Exchanging data via MQTT</h2>
<h3 id="examples-for-querying-or-setting-parameters-via-mqtt-using-mosquitto">Examples for querying or setting parameters via MQTT using mosquitto</h3>
<p>Query the outside temperature (device ID 0, category no. 51, parameter 8700):<br />
<code>mosquitto_sub -h my.mosquitto-broker.local -u USER -P PASSWORD -t BSB-LAN/0/51/8700/status</code> </p>
<p>Set the comfort temperature setpoint (device ID 0, category no. 16, parameter 710) to 20 degrees:
<p>Set the comfort temperature setpoint (device ID 0, category no. 16, parameter 710) to 20 degrees:<br />
<code>mosquitto_pub -h my.mosquitto-broker.local -u USER -P PASSWORD -m "20" -t BSB-LAN/0/16/710/set</code> </p>
<p><strong>Attention:</strong> Take note that the category number differs from system to system and has to be compared with your system first!</p>
<hr />
Expand Down
2 changes: 1 addition & 1 deletion homeautomation.html
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ <h2 id="exchanging-data-via-mqtt">Exchanging data via MQTT</h2>
<h3 id="examples-for-querying-or-setting-parameters-via-mqtt-using-mosquitto">Examples for querying or setting parameters via MQTT using mosquitto</h3>
<p>Query the outside temperature (device ID 0, category no. 51, parameter 8700):<br />
<code>mosquitto_sub -h my.mosquitto-broker.local -u USER -P PASSWORD -t BSB-LAN/0/51/8700/status</code> </p>
<p>Set the comfort temperature setpoint (device ID 0, category no. 16, parameter 710) to 20 degrees:
<p>Set the comfort temperature setpoint (device ID 0, category no. 16, parameter 710) to 20 degrees:<br />
<code>mosquitto_pub -h my.mosquitto-broker.local -u USER -P PASSWORD -m "20" -t BSB-LAN/0/16/710/set</code> </p>
<p><strong>Attention:</strong> Take note that the category number differs from system to system and has to be compared with your system first!</p>
<hr />
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -277,5 +277,5 @@ <h4 class="modal-title" id="keyboardModalLabel">Keyboard Shortcuts</h4>

<!--
MkDocs version : 1.6.0
Build Date UTC : 2024-11-09 15:40:15.270677+00:00
Build Date UTC : 2024-11-09 15:44:03.887914+00:00
-->

0 comments on commit 4b9a59a

Please sign in to comment.