From 95a964c91ae303019fd2343c8b21e0e57157f0d3 Mon Sep 17 00:00:00 2001 From: jimtng <2554958+jimtng@users.noreply.github.com> Date: Mon, 19 Aug 2024 18:51:36 +1000 Subject: [PATCH] [ambientweather] Fix minor formatting errors (#17291) Signed-off-by: Jimmy Tanagra --- bundles/org.openhab.binding.ambientweather/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bundles/org.openhab.binding.ambientweather/README.md b/bundles/org.openhab.binding.ambientweather/README.md index 00e23d3b4b..46526cac53 100644 --- a/bundles/org.openhab.binding.ambientweather/README.md +++ b/bundles/org.openhab.binding.ambientweather/README.md @@ -237,13 +237,13 @@ Define a new `ThingTypeUID` for the new station and add it to the `SUPPORTED_THI Add a channel group for the new station. -### Create OH-INF/thing/\.xml +### Create `OH-INF/thing/.xml` Add thing type and channel group specific to the data elements supported by this weather station. Modeling this after an existing thing type that shares many of the channels is the easiest starting point. You can determine the weather data elements returned for the weather station by putting the binding into debug mode and reviewing the JSON object returned by the Ambient Weather API. -### Create Processor Class Processor +### Create Processor Class `Processor` Add a class in `org.openhab.binding.ambientweather.internal.processor` that defines the channels supported by this station type. -- 2.47.3