mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-25 14:55:55 +01:00
Remove space before colon (#17483)
Fix spelling of occurred Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk> Signed-off-by: Ciprian Pascu <contact@ciprianpascu.ro>
This commit is contained in:
parent
a9d6d30335
commit
0173c5d27b
@ -73,7 +73,7 @@ There can be following reasons why Miniserver status is `OFFLINE`:
|
|||||||
- _Internal error_
|
- _Internal error_
|
||||||
- Probably a code defect, collect debug data and submit an issue. Binding will try to reconnect, but with unknown chance for success.
|
- Probably a code defect, collect debug data and submit an issue. Binding will try to reconnect, but with unknown chance for success.
|
||||||
- _Other_
|
- _Other_
|
||||||
- An exception occured and its details will be displayed
|
- An exception occurred and its details will be displayed
|
||||||
- **Communication Error**
|
- **Communication Error**
|
||||||
- _Error communicating with Miniserver_
|
- _Error communicating with Miniserver_
|
||||||
- I/O error occurred during established communication with the Miniserver, most likely due to network connectivity issues, Miniserver going offline or Loxone Config is uploading a new configuration. A reconnect attempt will be made soon. Please consult detailed message against one of the following:
|
- I/O error occurred during established communication with the Miniserver, most likely due to network connectivity issues, Miniserver going offline or Loxone Config is uploading a new configuration. A reconnect attempt will be made soon. Please consult detailed message against one of the following:
|
||||||
@ -84,7 +84,7 @@ There can be following reasons why Miniserver status is `OFFLINE`:
|
|||||||
- _Timeout due to no activity_
|
- _Timeout due to no activity_
|
||||||
- Miniserver closed connection because there was no activity from binding. It should not occur under normal conditions, as it is prevented by sending keep-alive messages from the binding to the Miniserver. By default Miniserver's timeout is 5 minutes and period between binding's keep-alive messages is 4 minutes. If you see this error, try changing the keep-alive period in binding's configuration to a smaller value.
|
- Miniserver closed connection because there was no activity from binding. It should not occur under normal conditions, as it is prevented by sending keep-alive messages from the binding to the Miniserver. By default Miniserver's timeout is 5 minutes and period between binding's keep-alive messages is 4 minutes. If you see this error, try changing the keep-alive period in binding's configuration to a smaller value.
|
||||||
- _Other_
|
- _Other_
|
||||||
- An exception occured and its details will be displayed
|
- An exception occurred and its details will be displayed
|
||||||
|
|
||||||
### Security
|
### Security
|
||||||
|
|
||||||
|
@ -50,7 +50,7 @@ A Mycroft thing has the following channels:
|
|||||||
| utterance | String | The last utterance Mycroft receive |
|
| utterance | String | The last utterance Mycroft receive |
|
||||||
| player | Player | The music player Mycroft is currently controlling |
|
| player | Player | The music player Mycroft is currently controlling |
|
||||||
| volume_mute | Switch | Mute the Mycroft speaker |
|
| volume_mute | Switch | Mute the Mycroft speaker |
|
||||||
| volume | Dimmer | The volume of the Mycroft speaker. (Note : Value unreliable until a volume change occured) |
|
| volume | Dimmer | The volume of the Mycroft speaker. (Note: Value unreliable until a volume change occurred) |
|
||||||
| full_message | String | The last message (full json) seen on the Mycroft Bus. Filtered by the messageTypes properties |
|
| full_message | String | The last message (full json) seen on the Mycroft Bus. Filtered by the messageTypes properties |
|
||||||
|
|
||||||
The channel 'full_message' has the following configuration available:
|
The channel 'full_message' has the following configuration available:
|
||||||
|
@ -67,6 +67,7 @@ The _smsconversation_ thing is just a shortcut to address/receive messages with
|
|||||||
## Channels
|
## Channels
|
||||||
|
|
||||||
The _smsconversation_ supports the following channels:
|
The _smsconversation_ supports the following channels:
|
||||||
|
|
||||||
| channel | type | description |
|
| channel | type | description |
|
||||||
| -------------- | ------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
| -------------- | ------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||||
| receive | String | The last message received |
|
| receive | String | The last message received |
|
||||||
@ -76,6 +77,7 @@ The _smsconversation_ supports the following channels :
|
|||||||
## Trigger channels
|
## Trigger channels
|
||||||
|
|
||||||
The _smsmodembridge_ and _smsmodemremotebridge_ has the following trigger channel:
|
The _smsmodembridge_ and _smsmodemremotebridge_ has the following trigger channel:
|
||||||
|
|
||||||
| Channel ID | event |
|
| Channel ID | event |
|
||||||
| -------------- | ----------------------------------------------------------------------------------- |
|
| -------------- | ----------------------------------------------------------------------------------- |
|
||||||
| receivetrigger | The msisdn and message received (concatened with the '\|' character as a separator) |
|
| receivetrigger | The msisdn and message received (concatened with the '\|' character as a separator) |
|
||||||
|
Loading…
Reference in New Issue
Block a user