Merge PR #195: Various Plugins: Spelling fixes in README files
commit
6ccc120877
|
|
@ -1,6 +1,6 @@
|
|||
# ANEL Elektronik devices
|
||||
|
||||
This plugin allows to make use of ANEL Elektronik NET-PwrCtrl controlled powet sockets.
|
||||
This plugin allows to make use of ANEL Elektronik NET-PwrCtrl controlled power sockets.
|
||||
|
||||
See [https://anel-elektronik.de](https://anel-elektronik.de/) for a detailed description of the devices.
|
||||
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ information about you accesstoken [here](https://www.awattar.com/api-unser-daten
|
|||
|
||||
In following chart you can see an example of the market prices from -12 hours to + 12 hours from the current
|
||||
time (0).The green line describes the current market price, the red point line describes the average
|
||||
price of this interval and the red line describes the deviation. If the deviation is positiv, the current
|
||||
price of this interval and the red line describes the deviation. If the deviation is positive, the current
|
||||
price is above the average, if the deviation is negative, the current price is below the average.
|
||||
|
||||
* -100 % current price equals lowest price in the interval [-12h < now < + 12h]
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
#CoinMarketCap
|
||||
|
||||
The coin market cap plugin gets the latest crypto prices from coin market cap and displays it in your favorite fiat currency.
|
||||
The coin market cap plugin gets the latest crypto prices from coin market cap and displays it in your favorite flat currency.
|
||||
|
||||
|
||||
Supported cypto currencies:
|
||||
|
|
@ -16,7 +16,7 @@ Supported cypto currencies:
|
|||
* miota - IOTA
|
||||
* ans - NEO
|
||||
|
||||
Supported fiat currencies:
|
||||
Supported flat currencies:
|
||||
|
||||
* EUR
|
||||
* USD
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
# Time
|
||||
|
||||
The time plugin allows you create rules based on the time, day, month, year, weekday or on weekend.
|
||||
The time plugin allows you to create rules based on time, day, month, year, weekday or on weekend.
|
||||
|
||||
For the correct setup you can configure the time zone in the plugin configuration. The language
|
||||
of the "month name" and "weekday name" depends on the locale settings of the system. To have the correct
|
||||
For the correct setup, you can configure the time zone in the plugin configuration. The language
|
||||
of the "month name" and "weekday name" depends on the locale settings of your system. To have the correct
|
||||
time you need [ntp](https://en.wikipedia.org/wiki/Network_Time_Protocol).
|
||||
|
||||
The weekday integer value stands for:
|
||||
|
|
@ -21,10 +21,8 @@ The *weekend* state will be true, if the current weekday is Saturday or Sunday,
|
|||
## Today
|
||||
|
||||
The today plugin gives you information about the current day and some special times of the day like
|
||||
dawn, sunrise, noon, sunset and dawn. In order to get the correct times of the current day for your location, the plugin needs to know where
|
||||
you are. The plugin will autodetect your location according to you WAN IP [http://ip-api.com/json](http://ip-api.com/json).
|
||||
and will download the sunset / sunrise times from the online database [http://sunrise-sunset.org/](http://sunrise-sunset.org/).
|
||||
If the configured timezone does not match with the autodetected timezone from the ip the specialdates will be set to 0 (01.01.1970 - 00:00.00).
|
||||
dawn, sunrise, noon, sunset and dawn. In order to get the correct times of the current day for your location, the plugin needs to know where you are. The plugin will autodetect your location according to you WAN IP [http://ip-api.com/json](http://ip-api.com/json) and will download the sunset / sunrise times from the online database [http://sunrise-sunset.org/](http://sunrise-sunset.org/).
|
||||
If the configured timezone does not match with the autodetected timezone from the IP, the `specialdates` will be set to 0 (01.01.1970 - 00:00.00).
|
||||
|
||||

|
||||
|
||||
|
|
@ -32,8 +30,9 @@ Special times of a day ([original source](https://en.wikipedia.org/wiki/Twilight
|
|||
|
||||
## Alarm
|
||||
|
||||
The alarm plugin allows you to define an alarm which depends on a certain time, weekday or special day time like sunrise or
|
||||
sunset. An offset can also be definend.
|
||||
The alarm plugin allows you to define an alarm which depends on a certain time, weekday or special day time, like sunrise or
|
||||
sunset. An offset can also be defined.
|
||||
|
||||
## Countdown
|
||||
The countdown plugin allows you to define a countown which triggers an event on timeout.
|
||||
|
||||
The countdown plugin allows you to define a countdown, which triggers an event on timeout.
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
# Denon
|
||||
|
||||
This plug-in supports the [Denon AV Amplifier AVR-X1000](http://www.denon.de/de/product/hometheater/avreceivers/avrx1000).
|
||||
This pluging provides support for the [Denon AV Amplifier AVR-X1000](http://www.denon.de/de/product/hometheater/avreceivers/avrx1000) device.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
# Elgato Avea
|
||||
|
||||
This plugin allows to find and controll the Bluetooth Low Energy light bulb from [Elgato Avea](https://www.elgato.com/en/smart/avea).
|
||||
|
||||
This plugin allows to find and control the Bluetooth Low Energy light bulb from [Elgato Avea](https://www.elgato.com/en/news/elgato-avea-transform-your-home).
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
# Philips Hue
|
||||
|
||||
This plugin allows to interact with the [Philips hue](http://www2.meethue.com/) bridge. Each light bulp, sensor and remote controller connected to the bridge will appear automatically in the system, once the bridge is added to nymea.
|
||||
This plugin allows to interact with the [Philips hue](http://www2.meethue.com/) bridge. Each light bulb, sensor and remote controller connected to the bridge will appear automatically in the system, once the bridge is added to nymea.
|
||||
|
|
|
|||
Loading…
Reference in New Issue