Skip to content

Commit

Permalink
Readable ID
Browse files Browse the repository at this point in the history
  • Loading branch information
docbender committed Sep 22, 2020
1 parent 6424590 commit 2194520
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
<label>Simatic Bridge</label>
<description>Represent single PLC or more exactly its connection, which uses individual things.</description>
<channels>
<channel id="channelVersionID" typeId="chVersionTypeID" />
<channel id="channelPduID" typeId="chPduTypeID" />
<channel id="channelAreasCountID" typeId="chAreasCountTypeID" />
<channel id="channelAreasID" typeId="chAreasTypeID" />
<channel id="channelTagCountID" typeId="chTagCountTypeID" />
<channel id="channelRequestsID" typeId="chRequestsTypeID" />
<channel id="channelBytesID" typeId="chBytesTypeID" />
<channel id="ChannelVersion" typeId="chVersionTypeID" />
<channel id="ChannelPdu" typeId="chPduTypeID" />
<channel id="ChannelAreasCount" typeId="chAreasCountTypeID" />
<channel id="ChannelAreas" typeId="chAreasTypeID" />
<channel id="ChannelTagCount" typeId="chTagCountTypeID" />
<channel id="ChannelRequests" typeId="chRequestsTypeID" />
<channel id="ChannelBytes" typeId="chBytesTypeID" />
</channels>
<config-description>
<parameter name="address" type="text" required="true">
Expand Down

0 comments on commit 2194520

Please sign in to comment.