2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-21 14:04:15 +00:00

ONKYOdb.pm: add missing _Initialize() fn

git-svn-id: https://svn.fhem.de/fhem/trunk@12403 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
jpawlowski 2016-10-22 13:23:39 +00:00
parent 604f56c24c
commit 9bf69675ec

View File

@ -24,6 +24,9 @@
# #
############################################################################## ##############################################################################
sub ONKYOdb_Initialize() {
}
package ONKYOdb; package ONKYOdb;
use strict; use strict;