Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
org.openhab.binding.openlicht
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OpenLicht
org.openhab.binding.openlicht
Merge requests
!1
Resolve "Update imports (away from eclipse)"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Update imports (away from eclipse)"
1-update-imports-away-from-eclipse
into
dev
Overview
0
Commits
4
Pipelines
0
Changes
30
Merged
Manuel Krombholz
requested to merge
1-update-imports-away-from-eclipse
into
dev
4 years ago
Overview
0
Commits
4
Pipelines
0
Changes
30
Expand
Closes
#1 (closed)
0
0
Merge request reports
Compare
dev
dev (base)
and
latest version
latest version
1f2489f6
4 commits,
4 years ago
30 files
+
526
−
435
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
30
Search (e.g. *.vue) (Ctrl+P)
ESH-INF/config/config.xml deleted
100644 → 0
+
0
−
31
Options
<?xml version="1.0" encoding="UTF-8"?>
<config-description:config-descriptions
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xmlns:config-description=
"http://eclipse.org/smarthome/schemas/config-description/v1.0.0"
xsi:schemaLocation=
"http://eclipse.org/smarthome/schemas/config-description/v1.0.0 http://eclipse.org/smarthome/schemas/config-description-1.0.0.xsd"
>
<config-description
uri=
"thing-type:openlicht:mqttdevice"
>
<parameter
name=
"brokerName"
type=
"text"
required=
"true"
>
<label>
Broker Name
</label>
<description>
Name of the broker as defined in the name of the broker thing. See the MQTT Binding for more information on how to create a MQTT broker thing.
</description>
<context>
service
</context>
<default>
embedded-mqtt-broker
</default>
</parameter>
<parameter
name=
"base-topic"
type=
"text"
required=
"true"
>
<label>
Base-Topic
</label>
<description>
Base topic for publishing updates. Do not include a trailing slash.
</description>
<default>
sensors
</default>
</parameter>
<parameter
name=
"byte-based-messages"
type=
"boolean"
required=
"false"
>
<label>
Byte-based MQTT Messages
</label>
<description>
Interpret MQTT messages as raw bytes. If false, interpret the messages as Strings containing numbers.
</description>
<default>
false
</default>
</parameter>
<parameter
name=
"unsupported-category-reset"
type=
"integer"
required=
"false"
>
<label>
MQTT Unsupported Category Reset Timeout
</label>
<description>
Timeout in seconds to log again unsupported MQTT categories. Set to zero to disable (default).
</description>
<default>
0
</default>
</parameter>
</config-description>
</config-description:config-descriptions>
Loading