2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-07 12:58:13 +00:00

98_Modbus.pm: $ID$ korridiert

git-svn-id: https://svn.fhem.de/fhem/trunk@10626 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
ststrobel 2016-01-25 18:44:49 +00:00
parent c05fe6a998
commit d345350e0a

View File

@ -1,7 +1,7 @@
############################################## ##############################################
############################################## ##############################################
############################################## ##############################################
# $Id: 98_Modbus.pm # $Id$
# #
# fhem Modul für Geräte mit Modbus-Interface - # fhem Modul für Geräte mit Modbus-Interface -
# Basis für logische Geräte-Module wie zum Beispiel ModbusSET.pm # Basis für logische Geräte-Module wie zum Beispiel ModbusSET.pm
@ -57,6 +57,9 @@
# 2015-08-17 allow register 0, delete unused variable assignments # 2015-08-17 allow register 0, delete unused variable assignments
# #
# TODO: revRegs und bswapRegs for writing values # TODO: revRegs und bswapRegs for writing values
# set textarg mit @a ab 2,
# set noarg
# map mit spaces wie bei HTTPMOD
# #
package main; package main;