mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-17 05:16:02 +00:00
70_WINCONNECT: bugfixes
git-svn-id: https://svn.fhem.de/fhem/trunk@16397 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
58bb3ec026
commit
c4684cfd7c
@ -1,6 +1,9 @@
|
||||
# $Id$
|
||||
############################################################################
|
||||
# 2017-12-29, v0.0.27
|
||||
# 2018-03-13, v0.0.28
|
||||
#
|
||||
# v0.0.28
|
||||
# - BUFIX: [FEHMModul] - "printer_names"="no_printing"
|
||||
#
|
||||
# v0.0.27
|
||||
# - BUFIX: [WinWebGUI] - Crash nach ca. 40-60 Sekunden
|
||||
@ -1156,7 +1159,7 @@ sub WINCONNECT_ReceiveCommand($) {
|
||||
readingsBulkUpdateIfChanged( $hash, "os_RunTime_hours", "0" );
|
||||
readingsBulkUpdateIfChanged( $hash, "os_RunTime_minutes", "0" );
|
||||
readingsBulkUpdateIfChanged( $hash, "printer_aktiv", "false" );
|
||||
readingsBulkUpdateIfChanged( $hash, "printer_names", "no_prining" );
|
||||
readingsBulkUpdateIfChanged( $hash, "printer_names", "no_printing" );
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user