]> git.basschouten.com Git - openhab-addons.git/commitdiff
[ambientweather] Fix minor formatting errors (#17291)
authorjimtng <2554958+jimtng@users.noreply.github.com>
Mon, 19 Aug 2024 08:51:36 +0000 (18:51 +1000)
committerGitHub <noreply@github.com>
Mon, 19 Aug 2024 08:51:36 +0000 (10:51 +0200)
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
bundles/org.openhab.binding.ambientweather/README.md

index 00e23d3b4b931c60de38e13da2843b75566ac080..46526cac53861b410cb9dead07e0c6c702365b0c 100644 (file)
@@ -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/\<station-model\>.xml
+### Create `OH-INF/thing/<station-model>.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 <StationModel>Processor
+### Create Processor Class `<StationModel>Processor`
 
 Add a class in `org.openhab.binding.ambientweather.internal.processor` that defines the channels supported by this station type.