Skip to content

Commit

Permalink
Switch order of consumer and provider
Browse files Browse the repository at this point in the history
  • Loading branch information
redaxmedia committed Nov 4, 2019
1 parent 07f23e7 commit 37383ca
Showing 1 changed file with 101 additions and 101 deletions.
202 changes: 101 additions & 101 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,107 +63,6 @@ chroma-feedback [options]
```


Consumers
=========


Lifx Light
----------

| Name | Mandatory |
|----------|-----------|
| Light | optional |
| Group | optional |

Indicate status via lights:

```
chroma-feedback --consumer=lifx_light
--lifx-light-light <light-name>
```

Indicate status via groups:

```
chroma-feedback --consumer=lifx_light
--lifx-light-group <group-name>
```


Philips Hue
-----------

| Name | Mandatory |
|----------|-----------|
| IP | optional |
| Light | optional |
| Group | optional |

Indicate status via lights:

```
chroma-feedback --consumer=philips_hue
--philips-hue-light <light-name>
```

Indicate status via groups:

```
chroma-feedback --consumer=philips_hue
--philips-hue-group <group-name>
```


Razer Chroma
------------

| Name | Mandatory |
|--------|-----------|
| Device | optional |

Indicate status via devices:

```
chroma-feedback --consumer=razer_chroma
--razer-chrome-device <device-name>
```


ThingM Blink
------------

| Name | Mandatory |
|--------|-----------|
| Device | optional |

Indicate status via devices:

```
chroma-feedback --consumer=thingm_blink
--thingm-blink-device <device-serial>
```


Xiaomi Yeelight
---------------

| Name | Mandatory |
|----------|-----------|
| IP | optional |

Indicate status via lights:

```
chroma-feedback --consumer=xiaomi_yeelight
```


Providers
=========

Expand Down Expand Up @@ -397,3 +296,104 @@ chroma-feedback --provider=travis
--travis-slug <username>
```


Consumers
=========


Lifx Light
----------

| Name | Mandatory |
|----------|-----------|
| Light | optional |
| Group | optional |

Indicate status via lights:

```
chroma-feedback --consumer=lifx_light
--lifx-light-light <light-name>
```

Indicate status via groups:

```
chroma-feedback --consumer=lifx_light
--lifx-light-group <group-name>
```


Philips Hue
-----------

| Name | Mandatory |
|----------|-----------|
| IP | optional |
| Light | optional |
| Group | optional |

Indicate status via lights:

```
chroma-feedback --consumer=philips_hue
--philips-hue-light <light-name>
```

Indicate status via groups:

```
chroma-feedback --consumer=philips_hue
--philips-hue-group <group-name>
```


Razer Chroma
------------

| Name | Mandatory |
|--------|-----------|
| Device | optional |

Indicate status via devices:

```
chroma-feedback --consumer=razer_chroma
--razer-chrome-device <device-name>
```


ThingM Blink
------------

| Name | Mandatory |
|--------|-----------|
| Device | optional |

Indicate status via devices:

```
chroma-feedback --consumer=thingm_blink
--thingm-blink-device <device-serial>
```


Xiaomi Yeelight
---------------

| Name | Mandatory |
|----------|-----------|
| IP | optional |

Indicate status via lights:

```
chroma-feedback --consumer=xiaomi_yeelight
```

0 comments on commit 37383ca

Please sign in to comment.