switch to port 20000/update readme
This commit is contained in:
parent
d3b8e23628
commit
5945effb3c
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue
Block a user