diff --git a/README.md b/README.md index ca0fc7d..8998ed8 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ The plan: --------- 1. Use Fauxmo to create a virtual switch 'Movie Lights' recognized on the - NAS at port 20000 + NAS at port 20000 on a MacVLAN IP address in the IP range 224-240 2. Fauxmo will run in a docker file and be able to talk to another container, which runs our golang executable. Other container host will be movielights (added via add-host option) diff --git a/fauxmo/fauxmo.py b/fauxmo/fauxmo.py index c458626..958f541 100755 --- a/fauxmo/fauxmo.py +++ b/fauxmo/fauxmo.py @@ -424,8 +424,8 @@ FAUXMOS = [ [ 'Movie Mode', rest_api_handler( - 'http://movielights:8081/basement?moviemode=true', - 'http://movielights:8081/basement?moviemode=false' + 'http://movielights:20000/basement?moviemode=true', + 'http://movielights:20000/basement?moviemode=false' ), 20000 ],