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

View File

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

File diff suppressed because one or more lines are too long

Binary file not shown.