mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2026-04-20 11:02:14 +02:00
cleaned code, as per inputs from cjkas
This commit is contained in:
commit
174f9a2287
5 changed files with 37 additions and 30 deletions
|
|
@ -1,4 +1,8 @@
|
|||
//var hst = '192.168.1.208';
|
||||
/**
|
||||
* hst is a development convenience variable: it's a hardcoded IP address used when the HTML file is opened directly
|
||||
* from the filesystem (i.e., file:// protocol) rather than served from the ESP32.
|
||||
* Adapt the IP accordingly based on your router configuration.
|
||||
**/
|
||||
var hst = '192.168.178.20';
|
||||
var _rooms = [{ roomId: 0, name: 'Home' }];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue