Skip to content

Commit

Permalink
Deployed f77f61a 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 c9920b9 commit 9e67f8f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion de/homeautomation.html
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ <h3 id="examples-for-querying-or-setting-parameters-via-mqtt-using-mosquitto">Ex
<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:
<code>mosquitto_pub -h my.mosquitto-broker.local -u USER -P PASSWORD -m "20" -t BSB-LAN/0/16/710</code> </p>
<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 />
<p><a href="" id="JSON"></a></p>
Expand Down
2 changes: 1 addition & 1 deletion fr/homeautomation.html
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ <h3 id="examples-for-querying-or-setting-parameters-via-mqtt-using-mosquitto">Ex
<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:
<code>mosquitto_pub -h my.mosquitto-broker.local -u USER -P PASSWORD -m "20" -t BSB-LAN/0/16/710</code> </p>
<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 />
<p><a href="" id="JSON"></a></p>
Expand Down
2 changes: 1 addition & 1 deletion homeautomation.html
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ <h3 id="examples-for-querying-or-setting-parameters-via-mqtt-using-mosquitto">Ex
<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:
<code>mosquitto_pub -h my.mosquitto-broker.local -u USER -P PASSWORD -m "20" -t BSB-LAN/0/16/710</code> </p>
<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 />
<p><a href="" id="JSON"></a></p>
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:34:10.521063+00:00
Build Date UTC : 2024-11-09 15:40:15.270677+00:00
-->
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

0 comments on commit 9e67f8f

Please sign in to comment.