From 5945effb3cb454e7a1a7c99bb76a87cc87077153 Mon Sep 17 00:00:00 2001 From: Emil Lerch Date: Wed, 24 Jul 2019 08:48:46 -0700 Subject: [PATCH] switch to port 20000/update readme --- README.md | 2 +- fauxmo/fauxmo.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 ],