Updated external content (Jenkins build 12)

pull/764/head
CloudBees DEV@Cloud 2018-06-15 18:40:26 +02:00
parent b71113d113
commit 35a9a2276a
2 changed files with 74 additions and 6 deletions

View File

@ -0,0 +1,68 @@
---
id: yeelight
label: Yeelight
title: Yeelight - Bindings
type: binding
description: "This binding integrates the [Yeelight Lighting Product](https://www.yeelight.com/)."
since: 2x
logo: images/addons/yeelight.png
install: auto
---
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
{% include base.html %}
# Yeelight Binding
This binding integrates the [Yeelight Lighting Product](https://www.yeelight.com/).
## Supported Things
- [Yeelight LED White Bulb](https://www.yeelight.com/zh_CN/product/wifi-led-w) (Thing type `dolphin`)
- [Yeelight LED Color Bulb](https://www.yeelight.com/zh_CN/product/wifi-led-c)(Thing type `wonder`)
- [Yeelight LED Color Stripe](https://www.yeelight.com/zh_CN/product/pitaya) (Thing type `stripe`)
- [Yeelight LED Ceiling Light](https://www.yeelight.com/en_US/product/luna) (Thing type `ceiling`)
## Preconditions
To control Yeelight devices with this binding, you need to connect the device to your local network at first with the Yeelight app.
This app is available in the iOS AppStore and on Google Play.
Then you need to activate LAN control mode by enable Developer Mode in device settings, after which it will become discoverable by openHAB.
## Discovery
Yeelight smart LED devices announce themselves on the network through UPnP, so that they can be discovered.
## Thing Configuration
All Yeelight things require the `deviceId` from the device as a configuration parameter:
| Parameter | Values | Mandatory |
|---------------------|-------------------------------------------|-----------|
| deviceId | ID of the Yeelight device | Yes |
## Channels
All devices support some of the following channels:
| Channel | Item Type | Description |
|--------|------|------|
|`brightness` | `Dimmer` | This channel supports adjusting the brightness value, it is available on `dolphin` and `ceiling`.|
|`color` | `Color` | This channel supports color control, it is available on `wonder` and `stripe`.|
|`colorTemperature` | `Dimmer` | This channel supports adjusting the color temperature, it is available on `wonder` and `stripe` and `ceiling.|
## Full Example
Things:
```
Thing yeelight:stripe:1 [ deviceId="0x000000000321a1bc" ]
```
Items:
```
Color YeelightLEDColor { channel="yeelight:stripe:1:color" }
```

View File

@ -1,9 +1,9 @@
---
id: mactts
label: MacOS Text-to-Speech
title: MacOS Text-to-Speech - Voices
label: macOS Text-to-Speech
title: macOS Text-to-Speech - Voices
type: voice
description: "The MacOS Text-to-Speech (TTS) service uses the MacOS 'say' command for producing spoken text."
description: "The macOS Text-to-Speech (TTS) service uses the macOS 'say' command for producing spoken text."
since: 2x
logo: images/addons/mactts.png
install: auto
@ -13,13 +13,13 @@ install: auto
{% include base.html %}
# MacOS Text-to-Speech
# macOS Text-to-Speech
## Overview
The MacOS Text-to-Speech (TTS) service uses the MacOS "say" command for producing spoken text.
The macOS Text-to-Speech (TTS) service uses the macOS "say" command for producing spoken text.
Obviously, this service only works on a host that is running MacOS.
Obviously, this service only works on a host that is running macOS.
## Configuration