loglevel deprecated/replaced by verbose attribute

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@3739 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2013-08-18 14:18:30 +00:00
parent 991f1684f4
commit dd80823099

27
CHANGED
View File

@ -1,37 +1,42 @@
# Add changes at the top of the list. Keep it in ASCII
- SVN
- change: VIERA: changed several readings/commands according to
DevelopmentGuidelinesAV. See FHEM Wiki and commandref for more details.
- change: loglevel attribute deprecated/replaced by the verbose attribute
- change: VIERA: changed several readings/commands according to
DevelopmentGuidelinesAV. See FHEM Wiki and commandref for more
details.
- change: YAMAHA_AVR: changed several readings/commands and introduced new
volume handling. please see the commandref for more details
- change: weblink fileplot/dbplot converted to SVG device (+FHEMWEB cleanup)
- change: VIERA: Added support for get dropdown
- change: EnOcean: Manufacturer Specific Applications (EEP A5-3F-7F), Shutter:
readings position and anglePos are updated automatically, if command
position is sent and the reading state was changed manually to open or closed
- change: EnOcean: Manufacturer Specific Applications (EEP A5-3F-7F),
Shutter: readings position and anglePos are updated automatically,
if command position is sent and the reading state was changed
manually to open or closed
- bugfix: EnOcean: profile MD15 now sends current temperature values
- feature: EnOcean: subtype roomSensorControl.05 (Room Sensor and Control Unit):
actor commands added
- feature: EnOcean: subtype roomSensorControl.05 (Room Sensor and Control
Unit): actor commands added
- feature: EnOcean: new sensor device Heating/Cooling Relay
- feature: EnOcean: new attr sensorMode, temperatureRefDev, humidityRefDev
- feature: EnOcean: EEP: MSC basic functions implemented (no teach-in)
- feature: EnOcean: 4BS teach-in with EEP number and Manufacturer ID
- bugfix: EnOcean: subtypes tempSensor.??: calculations corrected
- feature: new module 55_GDS.pm added (betateilchen)
- feature: HUEDevice: special svg icon for unreachable (hard switched off) devices
- feature: HUEDevice: special svg icon for unreachable (hard switched off)
devices
- feature: FHEMWEB detail screen with get dropdown
- feature: displayattr command added
- feature: SYSSTAT: allow (remote) monitoring system uptime
- feature: new module 98_openweathermap.pm added (betateilchen)
- feature: WeatherAsHtmlH(), WeatherAsHtmlD() added to 59_Weather.pm (Boris)
- feature: new module I2C_BMP180 for reading I2C digital pressure sensor BMP180
or BMP085 connected to Raspberry Pi (Dirk)
- feature: new module I2C_BMP180 for reading I2C digital pressure sensor
BMP180 or BMP085 connected to Raspberry Pi (Dirk)
- feature: new module 35_SWAP_0000002200000003 for panstamp rgb led driver
board with ir and dmx support
- feature: 95_remotecontrol does not require a weblink anymore (UliM)
- feature: optional sleep parameter quiet
- feature: additional buttons for use with 95_remotecontrol
- feature: new module 71_LISTENLIVE.pm for use with media players (betateilchen)
- feature: new module 71_LISTENLIVE.pm for use with media players
(betateilchen)
- feature: use xhr for colorupdates by colorpicker and rgb presets
- feature: new module 34_SWAP for generic SWAP protocoll support using
a panStick and 34_panStamp as IODevice(by justme1968)