소스 검색

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.).