ソースを参照

Add simple client status message documentation to README

Christopher Mullins 6 年 前
コミット
2b54ba9af9
共有1 個のファイルを変更した2 個の追加0 個の削除を含む
  1. 2 0
      README.md

+ 2 - 0
README.md

@@ -292,6 +292,8 @@ To receive updates when the MQTT client connects or disconnects from the broker,
 {"status":"disconnected_unclean","firmware":"milight-hub","version":"1.9.0-rc3","ip_address":"192.168.1.111","reset_reason":"External System"}
 ```
 
+If you wish to have the simple messages `connected` and `disconnected` instead of the above environmental data, configure `simple_mqtt_client_status` to `true` (or set Client Status Message Mode to "Simple" in the Web UI).
+
 ## UDP Gateways
 
 You can add an arbitrary number of UDP gateways through the REST API or through the web UI. Each gateway server listens on a port and responds to the standard set of commands supported by the Milight protocol. This should allow you to use one of these with standard Milight integrations (SmartThings, Home Assistant, OpenHAB, etc.).