2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-04 17:36:39 +00:00

added: use JSON

git-svn-id: https://svn.fhem.de/fhem/trunk@25417 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
hexenmeister 2022-01-04 16:13:20 +00:00
parent c3ce835930
commit 2cb5958166

View File

@ -29,6 +29,7 @@ package main;
use strict;
use warnings;
use JSON;
use Data::Dumper;
my $VERSION = "0.9.9";