2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 06:39:11 +00:00

10_IT: fix ITfrequency

git-svn-id: https://svn.fhem.de/fhem/trunk@28786 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
Ralf9 2024-04-12 16:54:20 +00:00
parent 1939f86e6f
commit 26c5f63b14

View File

@ -4,7 +4,7 @@
# Copyright (C)
# Olaf Droegehorn / DHS-Computertechnik GmbH
# Björn Hempel
# 2023 Ralf9
# 2023- Ralf9
#
# Published under GNU GPL License
#
@ -627,7 +627,7 @@ IT_Set($@)
}
## Do we need to change ITfrequency back??
if (defined(AttrVal($name, 'ITrepetition', undef))) {
if (defined(AttrVal($name, 'ITfrequency', undef))) {
Log3 $hash,4 ,'Setting ITfrequency back to 433.92 MHz';
CallFn($io->{NAME}, 'GetFn', $io, (' ', 'raw', 'if0'));
}