Skip to content

Commit

Permalink
[ambientweather] Fix minor formatting errors (#17291)
Browse files Browse the repository at this point in the history
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
  • Loading branch information
jimtng authored Aug 19, 2024
1 parent 3ad25d6 commit 95a964c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bundles/org.openhab.binding.ambientweather/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 95a964c

Please sign in to comment.