2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 12:49:34 +00:00

ebus- and z2m-utils: fix some commandref issues

git-svn-id: https://svn.fhem.de/fhem/trunk@25044 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
Beta-User 2021-10-03 19:41:45 +00:00
parent 6bb8185b18
commit ca2fb3572e
2 changed files with 5 additions and 1 deletions

View File

@ -111,7 +111,9 @@ __END__
=pod
=item summary helper functions needed for zigbee2mqtt thermostats in MQTT2_DEVICE
=item summary_DE Hilfsfunktionen für zigbee2mqtt MQTT2_DEVICE-Thermostate
=begin html
<a id="attrT_z2m_thermostat_Utils"></a>
There may be room for improvement, please adress any issues in https://forum.fhem.de/index.php/topic,116535.0.html.
<h3>attrT_z2m_thermostat_Utils</h3>
@ -139,6 +141,7 @@ __END__
<ul>
<code>FHEM::attrT_z2m_thermostat_Utils::z2t_send_weekprofile($NAME, $EVTPART1, $EVTPART2, '5+2')</code><br>
</ul>
</li>
</ul>
</ul>
=end html

View File

@ -486,6 +486,7 @@ sub _getVersion {
1;
__END__
=pod
=item summary helper functions needed for ebus MQTT2_DEVICE
=item summary_DE needed Hilfsfunktionen für ebus MQTT2_DEVICE
@ -516,7 +517,7 @@ __END__
</li>
<li><b>FHEM::aTm2u_ebus::send_weekprofile</b><br>
<code>FHEM::aTm2u_ebus::send_weekprofile($$$,$$)</code><br>
Helper function that may be capable to translate a (temperature) <i>weekly profile<i> provided by a <i>weekprofile<i> TYPE device to the ebus format (max. three pairs of on/off switching times).
Helper function that may be capable to translate a (temperature) <i>weekly profile</i> provided by a <i>weekprofile</i> TYPE device to the ebus format (max. three pairs of on/off switching times).
</li>
<li><b>FHEM::aTm2u_ebus::createBarView</b><br>
<code>FHEM::aTm2u_ebus::createBarView($,$$)</code><br>