switch to port 20000/update readme

This commit is contained in:
Emil Lerch 2019-07-24 08:48:46 -07:00
parent d3b8e23628
commit 5945effb3c
Signed by: lobo
GPG Key ID: CEC5F37C1BE5A481
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -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
],