CHANGED: reformat to 80-char wide

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@9230 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2015-09-11 09:06:47 +00:00
parent 5de2ee29c8
commit 06ae13436c

View File

@@ -1,25 +1,29 @@
# 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.
- bugfix: 70_PushNotifier: bugfix regex deviceID - bugfix: 70_PushNotifier: bugfix regex deviceID
- feature: new Module 74_AMAD to request Information and control Android Devices - feature: new Module 74_AMAD to request Information and control Android
in cooperation with AutomagicApp on the Device (Forum #39773) Devices in cooperation with AutomagicApp on the Device (Forum
(by M. Oldenburg) #39773) (by M. Oldenburg)
- bugfix: 70_PushNotifier.pm: regex error handling - bugfix: 70_PushNotifier.pm: regex error handling
- bugfix: 31_MilightDevice.pm: fixed bug that lead to crash on lost bridge connection, added module name prefix to round function - bugfix: 31_MilightDevice.pm: fixed bug that lead to crash on lost bridge
connection, added module name prefix to round function
- bugfix: 38_CO20.pm: removed unneccesary error messages due to USB timeout - bugfix: 38_CO20.pm: removed unneccesary error messages due to USB timeout
- feature: 70_PushNotifier: use regexe for deviceID - feature: 70_PushNotifier: use regexe for deviceID
- bugfix: 30_pilight_temp: pressure, windavg, winddir, windgust from weather stations without temperature - bugfix: 30_pilight_temp: pressure, windavg, winddir, windgust from weather
stations without temperature
- feature: 74_Unifi: - new readings for controller, accesspoints and clients - feature: 74_Unifi: - new readings for controller, accesspoints and clients
- new Setter: archiveAlerts, disconnectClient, restartAP - new Setter: archiveAlerts, disconnectClient, restartAP
setLocateAP, unsetLocateAP setLocateAP, unsetLocateAP
- new Getter: events, unarchivedAlerts - new Getter: events, unarchivedAlerts
- new Attributes: eventPeriod, httpLoglevel - new Attributes: eventPeriod, httpLoglevel
- feature: 30_pilight_temp: - Added support for pressure, windavg, winddir, windgust from weather stations - feature: 30_pilight_temp: - Added support for pressure, windavg, winddir,
windgust from weather stations
- feature: 98_Text2Speech.pm: - feature: 98_Text2Speech.pm:
- Quality and Speed as new Parameter - Quality and Speed as new Parameter
- Bugfixing with Google Download - Bugfixing with Google Download
- added VoiceRSS as new Ressouce - added VoiceRSS as new Ressouce
- TTS_FileTemplateDir: Beginning with absolute directory now possible - TTS_FileTemplateDir: Beginning with absolute directory now
possible
- TTS_Timeout (optional) added - TTS_Timeout (optional) added
- feature: 74_Unifi: - ReadingNames now by default (in this order): - feature: 74_Unifi: - ReadingNames now by default (in this order):
Attr 'devAlias' > controllerAlias > hostname > user_id Attr 'devAlias' > controllerAlias > hostname > user_id
@@ -56,23 +60,25 @@
- feature: YAMAHA_AVR: new reading "newFirmware" for indicating firmware - feature: YAMAHA_AVR: new reading "newFirmware" for indicating firmware
update. new argument "direct" for volume commands to avoid update. new argument "direct" for volume commands to avoid
volume smoothing (if activated) volume smoothing (if activated)
- added: 70_VolumeLink.pm: New module to link the volume-level and mute-state - added: 70_VolumeLink.pm: New module to link the volume-level and
from a physical-device (e.g. a TV) with a fhem-device (e.g. mute-state from a physical-device (e.g. a TV) with a fhem-device
a SONOS-Playbar or an AVR). (e.g. a SONOS-Playbar or an AVR).
- feature: 30_MilightBridge: Add tcpPing mode (MarkusM) - feature: 30_MilightBridge: Add tcpPing mode (MarkusM)
- change: 98_pilight: all protocols, rewrite - change: 98_pilight: all protocols, rewrite
- feature: 70_PHTV: added support for WoWifi/WoLAN to wake device up - feature: 70_PHTV: added support for WoWifi/WoLAN to wake device up
- change: 98_GEOFANCY: improved/tightened input validation. 3rd party mobile - change: 98_GEOFANCY: improved/tightened input validation. 3rd party mobile
apps need to ensure using correct API data format. apps need to ensure using correct API data format.
- bugfix: 95_Dashboard: fixed issue with disappearing menu and command input in - bugfix: 95_Dashboard: fixed issue with disappearing menu and command input
room "Everything" in room "Everything"
- bugfix: 95_Dashboard: fixed problem with smallscreen styles that caused devices - bugfix: 95_Dashboard: fixed problem with smallscreen styles that caused
to be shown in wrong tabs devices to be shown in wrong tabs
- bugfix: 34_NUT: versucht bei disabled=1 nicht mehr, eine Verbindung aufzubauen - bugfix: 34_NUT: versucht bei disabled=1 nicht mehr, eine Verbindung
aufzubauen
- change: 57_CALVIEW: - replace unwanted backslash before a comma sign - change: 57_CALVIEW: - replace unwanted backslash before a comma sign
- bugfix: 95_Dashboard: fixed sorting for grouped devices - bugfix: 95_Dashboard: fixed sorting for grouped devices
- bugfix: 95_Dashboard: fixed style issue with colorpicker in ios6touchpad style - bugfix: 95_Dashboard: fixed style issue with colorpicker in ios6touchpad
fixed issue with editing groups in the dashboard configuration dialog style fixed issue with editing groups in the dashboard
configuration dialog
- feature: 30_pilight_dimmer.pm: SetExtensions (on-for-timer, etc.) - feature: 30_pilight_dimmer.pm: SetExtensions (on-for-timer, etc.)
- feature: 30_pilight_switch.pm: SetExtensions (on-for-timer, etc.) - feature: 30_pilight_switch.pm: SetExtensions (on-for-timer, etc.)
- feature: 30_pilight_raw.pm: send raw codes to pilight - feature: 30_pilight_raw.pm: send raw codes to pilight
@@ -81,11 +87,13 @@
Storage of current opened tab and restore when opening dashboard. Storage of current opened tab and restore when opening dashboard.
Fixed some CSS issues (text alignment, colors ...) Fixed some CSS issues (text alignment, colors ...)
- change: SYSMON: warning (userdefined readings), reading for perl version - change: SYSMON: warning (userdefined readings), reading for perl version
- feature: 38_CO20.pm: added advanced features, retries and timeout (by Markus M.) - feature: 38_CO20.pm: added advanced features, retries and timeout (by
Markus M.)
- feature: 32_yowsup.pm: added support for groups - feature: 32_yowsup.pm: added support for groups
- feature: FB_CALLLIST: new attribute icon-mapping for customizing the icons for all - feature: FB_CALLLIST: new attribute icon-mapping for customizing the icons
call states. For details see commandref for all call states. For details see commandref
- bugfix: 73_km200: Removal of Static polling and new sounding after attribute change - bugfix: 73_km200: Removal of Static polling and new sounding after
attribute change
- bugfix: Dashboard: text alignment issue for ios7 style. - bugfix: Dashboard: text alignment issue for ios7 style.
- bugfix: Dashboard: fixed some perl warnings. - bugfix: Dashboard: fixed some perl warnings.
smallscreen styles are not destroying view any more.. smallscreen styles are not destroying view any more..
@@ -93,8 +101,8 @@
- change: 57_CALVIEW: -update fpr modi-management - change: 57_CALVIEW: -update fpr modi-management
-the modes now can be set with attribute modes -the modes now can be set with attribute modes
-thx to Risiko for patch -thx to Risiko for patch
- bugfix: Dashboard: group names now also can contain regex special characters - bugfix: Dashboard: group names now also can contain regex special
restoring of saved group state works now as expected characters restoring of saved group state works now as expected
fixed issue that some readingGroups are not updated correcly fixed issue that some readingGroups are not updated correcly
- change: 02_RSS: replaced refresh method by javascript DOM gymnastics - change: 02_RSS: replaced refresh method by javascript DOM gymnastics
- change: 59_Weather: removed empty header row from WeatherAsHtmlV - change: 59_Weather: removed empty header row from WeatherAsHtmlV
@@ -109,7 +117,8 @@
- feature: SYSSTAT: added mibs attribute for snmp monitoring - feature: SYSSTAT: added mibs attribute for snmp monitoring
- bugfix: Dashboard: fixed CSS height issue for rows (top, center, bottom) - bugfix: Dashboard: fixed CSS height issue for rows (top, center, bottom)
- feature: FB_CALLLIST: new attribute "external-mapping", new column for - feature: FB_CALLLIST: new attribute "external-mapping", new column for
external_connection reading (see commandref for details, by Michael) external_connection reading (see commandref for details, by
Michael)
- feature: Dashboard: release version 3.0 - feature: Dashboard: release version 3.0
- bugfix: SYSMON: 'disable' not working at FHEM-start - bugfix: SYSMON: 'disable' not working at FHEM-start
- bugfix: Text2Speech: ogg/wav as direkt mp3files are now possible - bugfix: Text2Speech: ogg/wav as direkt mp3files are now possible