Skip to content

Commit 95a964c

Browse files
authored
[ambientweather] Fix minor formatting errors (openhab#17291)
Signed-off-by: Jimmy Tanagra <[email protected]>
1 parent 3ad25d6 commit 95a964c

File tree

1 file changed

+2
-2
lines changed
  • bundles/org.openhab.binding.ambientweather

1 file changed

+2
-2
lines changed

bundles/org.openhab.binding.ambientweather/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -237,13 +237,13 @@ Define a new `ThingTypeUID` for the new station and add it to the `SUPPORTED_THI
237237

238238
Add a channel group for the new station.
239239

240-
### Create OH-INF/thing/\<station-model\>.xml
240+
### Create `OH-INF/thing/<station-model>.xml`
241241

242242
Add thing type and channel group specific to the data elements supported by this weather station.
243243
Modeling this after an existing thing type that shares many of the channels is the easiest starting point.
244244
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.
245245

246-
### Create Processor Class <StationModel>Processor
246+
### Create Processor Class `<StationModel>Processor`
247247

248248
Add a class in `org.openhab.binding.ambientweather.internal.processor` that defines the channels supported by this station type.
249249

0 commit comments

Comments
 (0)