updated mqttgateway

This commit is contained in:
2021-06-04 18:20:57 +02:00
parent 022c0fd81e
commit d37b0e4d20
4 changed files with 14 additions and 9 deletions

View File

@@ -7,9 +7,10 @@
| - | - | LoRa-Gateway | ESP8266 + LoRa Funk | 192.168.178.41 (A0:20:A6:13:67:D9) |
| *MQTT-Messages* | *Commands* |
|-----------------------------------------|------------------------------------|
| stat/* | |
| cmnd/* | |
|-------------------------------------------|------------------------------------|
| stat/Badezimmer/MQTTGateway/Garage/status | - |
| tele/Badezimmer/MQTTGateway/Garage/debug | - |
| cmnd/Badezimmer/MQTTGateway/Garage/target | [OPEN,CLOSE,STATUS] |
## Home-Automation Sensoren
| *Sensor-Name* | *Sensor-Typ* | *ID/Adresse* |

View File

@@ -993,12 +993,16 @@
</thead>
<tbody>
<tr>
<td>stat/*</td>
<td></td>
<td>stat/Badezimmer/MQTTGateway/Garage/status</td>
<td>-</td>
</tr>
<tr>
<td>cmnd/*</td>
<td></td>
<td>tele/Badezimmer/MQTTGateway/Garage/debug</td>
<td>-</td>
</tr>
<tr>
<td>cmnd/Badezimmer/MQTTGateway/Garage/target</td>
<td>[OPEN,CLOSE,STATUS]</td>
</tr>
</tbody>
</table>

File diff suppressed because one or more lines are too long

Binary file not shown.