forked from sidoh/esp8266_milight_hub
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into v1.10.0-wip
- Loading branch information
Showing
4 changed files
with
103 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
--- | ||
name: Bug report | ||
about: Report an issue or unexpected behavior | ||
title: '' | ||
labels: bug | ||
assignees: '' | ||
|
||
--- | ||
|
||
### Describe the bug | ||
|
||
<!-- A clear and concise description of what the bug is. --> | ||
|
||
### Steps to reproduce | ||
|
||
<!-- If you're reporting a bug, please provide a way to reliably reproduce the issue. --> | ||
|
||
### Expected behavior | ||
|
||
<!-- A clear and concise description of what you expected to happen. --> | ||
|
||
### Setup information | ||
|
||
#### Firmware version | ||
<!-- e.g. 1.10.0-rc.1, etc. include all versions you've tried --> | ||
|
||
#### Output of http://milight-hub.local/about | ||
|
||
```json | ||
"... /about output. put between the ```s" | ||
``` | ||
|
||
#### Output of http://milight-hub.local/settings | ||
|
||
<!-- MAKE SURE TO SENSOR ANY PASSWORDS! --> | ||
|
||
```json | ||
"... /settings output. put between the ```s" | ||
``` | ||
|
||
### Additional context |
10 changes: 10 additions & 0 deletions
10
.github/ISSUE_TEMPLATE/feature-request-or-general-question.md
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,10 @@ | ||
--- | ||
name: Feature request or general question | ||
about: Suggest a new idea or ask a question | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
|
51 changes: 51 additions & 0 deletions
51
.github/ISSUE_TEMPLATE/problem-with-new-setup-or-device-compatibility.md
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,51 @@ | ||
--- | ||
name: Problem with new setup or device compatibility | ||
about: Help troubleshooting a setup that's not working | ||
title: '' | ||
labels: setup-quesetion | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!-- | ||
-- !!! PLEASE READ THIS FIRST !!! | ||
-- | ||
-- Before opening an issue for a setup-related question, please make sure you've run through | ||
-- the troubleshooting guide, found here: | ||
-- | ||
-- https://github.com/sidoh/esp8266_milight_hub/wiki/Troubleshooting | ||
-- | ||
-- If you're still having trouble, please make sure you provide all of the requested information below! | ||
--> | ||
|
||
### What is the model number of the device you're trying to control? | ||
<!-- | ||
-- Product catalog here: | ||
-- https://github.com/sidoh/esp8266_milight_hub/files/1379131/MiLight-ProductCatalog-2017.pdf | ||
--> | ||
|
||
### What firmware version(s) have you tried? | ||
|
||
### Which ESP8266 board are you using? (nodemcu, d1_mini, etc.) | ||
|
||
### Which radio type are you using? (RGBW, RGB+CCT, etc.) | ||
|
||
### Have you tried controlling the device with a physical remote? | ||
|
||
<!-- Please provide the model number of the remote if the device you're trying to control works with a remote. --> | ||
|
||
### Output of http://milight-hub.local/about and http://milight-hub.local/settings | ||
|
||
<!-- MAKE SURE TO SENSOR ANY PASSWORDS IN /settings !!! --> | ||
|
||
#### /about | ||
|
||
```json | ||
"... /about output. put between the ```s" | ||
``` | ||
|
||
#### /settings | ||
|
||
```json | ||
"... /settings output. put between the ```s" | ||
``` |
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