Skip to content

Commit

Permalink
Merge branch 'master' into v1.10.0-wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Mullins committed Aug 30, 2019
2 parents 2487aa7 + 82a3672 commit 0e6be92
Show file tree
Hide file tree
Showing 4 changed files with 103 additions and 1 deletion.
41 changes: 41 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
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 .github/ISSUE_TEMPLATE/feature-request-or-general-question.md
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: ''

---


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"
```
2 changes: 1 addition & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ lib_deps_external =
ArduinoJson@~6.10.1
PubSubClient@~2.7
ratkins/RGBConverter@07010f2
WebSockets@~2.1.2
WebSockets@~2.2.0
CircularBuffer@~1.2.0
PathVariableHandlers@~2.0.0
RichHttpServer@~2.0.2
Expand Down

0 comments on commit 0e6be92

Please sign in to comment.