98_Modbus.pm: $ID$ korridiert

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@10626 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
ststrobel
2016-01-25 18:44:49 +00:00
parent 15c5b73dbf
commit 0ce4a2ddc8

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;