You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: bundles/org.openhab.binding.ambientweather/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -237,13 +237,13 @@ Define a new `ThingTypeUID` for the new station and add it to the `SUPPORTED_THI
237
237
238
238
Add a channel group for the new station.
239
239
240
-
### Create OH-INF/thing/\<station-model\>.xml
240
+
### Create `OH-INF/thing/<station-model>.xml`
241
241
242
242
Add thing type and channel group specific to the data elements supported by this weather station.
243
243
Modeling this after an existing thing type that shares many of the channels is the easiest starting point.
244
244
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.
245
245
246
-
### Create Processor Class <StationModel>Processor
246
+
### Create Processor Class `<StationModel>Processor`
247
247
248
248
Add a class in `org.openhab.binding.ambientweather.internal.processor` that defines the channels supported by this station type.
0 commit comments