Skip to content

Commit

Permalink
Added missing mbus channel config descriptor.
Browse files Browse the repository at this point in the history
Signed-off-by: Łukasz Dywicki <luke@code-house.org>
  • Loading branch information
splatch committed Feb 29, 2024
1 parent 2898716 commit 44958d4
Showing 1 changed file with 35 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (C) 2024-2024 ConnectorIO Sp. z o.o.
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
-
- SPDX-License-Identifier: Apache-2.0
-->
<config-description:config-descriptions
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:config-description="https://openhab.org/schemas/config-description/v1.0.0"
xsi:schemaLocation="https://openhab.org/schemas/config-description/v1.0.0 https://openhab.org/schemas/config-description-1.0.0.xsd">

<config-description uri="thing-type:co7io-mbus:channel">
<parameter name="dib" type="text" required="true">
<label>Data Information Block (DIB)</label>
<description>Data identification block in hex format - allows to determine data encoding.</description>
</parameter>
<parameter name="vib" type="text" required="true">
<label>Value Information Block (VIB)</label>
<description>Value identification block allows to interpret value.</description>
</parameter>

</config-description>
</config-description:config-descriptions>

0 comments on commit 44958d4

Please sign in to comment.