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

10_KNX.pm: added useSetExtensions

git-svn-id: https://svn.fhem.de/fhem/trunk@14310 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
andi291 2017-05-17 18:18:32 +00:00
parent 7281a8f0f9
commit dac464294d

View File

@ -33,12 +33,14 @@
# ABU 20170503 corrected DPT1.010
# ABU 20170503 changed regex for all dpt9
# ABU 20170507 changed regex for all dpt9
# ABU 20170517 added useSetExtensions
package main;
use strict;
use warnings;
use Encode;
use SetExtensions;
#set to 1 for debug
my $debug = 0;