2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-10 03:06:37 +00:00

CHANGED: end of pre-commit tests

git-svn-id: https://svn.fhem.de/fhem/trunk@10333 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2016-01-02 15:37:04 +00:00
parent 1c43de4c87
commit 794282941d

View File

@ -1,6 +1,5 @@
# Add changes at the top of the list. Keep it in ASCII, and 80-char wide. # Add changes at the top of the list. Keep it in ASCII, and 80-char wide.
# Do not insert empty lines here, update check depends on it. # Do not insert empty lines here, update check depends on it.
- feature: pre-commit for checking very long CHANGED lines. YES YES YES YES YES YES YES YES
- feature: 50_TelegramBot: alias for commands, new readings, - feature: 50_TelegramBot: alias for commands, new readings,
support for sending media files; plus fixes support for sending media files; plus fixes
- feature: 20_ROOMMATE, - feature: 20_ROOMMATE,
@ -210,13 +209,13 @@
several models several models
- feature: PRESENCE: support for Solaris ping (mode: lan-ping) - feature: PRESENCE: support for Solaris ping (mode: lan-ping)
- feature: HUEbridge: added support for HUE scenes - feature: HUEbridge: added support for HUE scenes
(get: scenes; set: savescene, modifyscene, scene) (get: scenes; set: savescene, modifyscene, scene)
new unified syntax for multiple lights new unified syntax for multiple lights
in group and scene commands in group and scene commands
don't query status after set: use bridge response instead don't query status after set: use bridge response instead
added queryAfterSet attribute added queryAfterSet attribute
- feature: HUEDevice: added support for HUE scenes (set: savescene, scene) - feature: HUEDevice: added support for HUE scenes (set: savescene, scene)
new unified syntax for multiple lights in lights command new unified syntax for multiple lights in lights command
- feature: LightScene: support HUE scenes - feature: LightScene: support HUE scenes
added asyncDelay attribute added asyncDelay attribute
- bugfix: 10_IT: Fix wrong V3 dimm/off code - bugfix: 10_IT: Fix wrong V3 dimm/off code
@ -1244,8 +1243,8 @@
meter with a JeeLabs JeeLink as RF modem. The matching JeeNode meter with a JeeLabs JeeLink as RF modem. The matching JeeNode
sketch can be found in .../contrib/36_PCA301-pcaSerial.zip sketch can be found in .../contrib/36_PCA301-pcaSerial.zip
(by ohweh&justme1968) (by ohweh&justme1968)
- change: PRESENCE: using ping command line utility to check presence on Windows - change: PRESENCE: using ping command line utility to check presence
based machines. on Windows based machines.
- feature: install FHEM as Windows service by T.E., see docs/HOWTO_Windows.txt - feature: install FHEM as Windows service by T.E., see docs/HOWTO_Windows.txt
- feature: new module 33_readingsGroup to display a collection of readings - feature: new module 33_readingsGroup to display a collection of readings
from one or more devices. this will replace weblink readings. from one or more devices. this will replace weblink readings.