-
Notifications
You must be signed in to change notification settings - Fork 279
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix typo * fix connection error because of api version * RDM002 * rdm002 * update mqtt sensor * fix sensor type * add remove apiuser * deprecated utcnow The method "utcnow" in class "datetime" is deprecated Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.UTC) * Update __init__.py * Update configHandler.py * Update views.py * add config setting * Update configHandler.py * Update daylightSensor.py * Update stateFetch.py * Update stateFetch.py * Update stateFetch.py * Update stateFetch.py * Update daylightSensor.py * Update discover.py * Update scheduler.py * replace localhost with IP * update views.py, githubinstall.sh, updateManager.py * download debug * Update configHandler.py * Update configHandler.py * Update configHandler.py * Update configHandler.py * Update configHandler.py * Update configHandler.py * Update configHandler.py * Update configHandler.py * Update logger.py * Update configHandler.py * Update configHandler.py * Update configHandler.py * Update configHandler.py * Update configHandler.py * Update bug-report.yml * Update bug-report.yml * log * Update bug-report.yml * Update logger.py * remove sleep, add WebUI version, fix logfile loglevel * update installer, logger, bug-report * delete old webui * more remove old ui * Update bug-report.yml * Update Dockerfile * move diyhue.log
- Loading branch information
1 parent
9a783b2
commit 70b12e1
Showing
127 changed files
with
246 additions
and
1,346 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# DIYHUE UI Repository | ||
The Web UI used by [DiyHue Emulator](https://github.com/diyhue/diyHue). | ||
|
||
|
||
## How to get started with UI development | ||
- Download latest LTS [Node JS](https://nodejs.org/en/download/) version | ||
- `git clone https://github.com/diyhue/diyHueUI.git` | ||
- `cd diyhueui` | ||
- `npm install` to install all dependencies | ||
- Replace the IP address in this line in `app.js` with your DiyHue Emulator IP `const HOST_IP = "http://192.168.1.10";` | ||
- `npm start` to start a development instance |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.