浏览代码

Update README.md

Chris Mullins 8 年之前
父节点
当前提交
a9f090d9de
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      README.md

+ 4 - 0
README.md

@@ -85,3 +85,7 @@ Set color to white (disable RGB):
 $ curl --data-binary '{"command":"set_white"}' -X PUT http://esp8266/gateways/0xCD86/2
 true%
 ```
+
+## 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.).