Improve javadoc for some addons (#15701)
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
This commit is contained in:
@@ -191,7 +191,6 @@ public abstract class AbstractWeatherHandler extends BaseThingHandler {
|
||||
*
|
||||
* @param channelUID channel UID
|
||||
* @param epochSecond value to update
|
||||
* @param unit unit associated with the value
|
||||
*/
|
||||
protected <T extends Quantity<T>> void updateEpochSecondStateIfLinked(ChannelUID channelUID, long epochSecond) {
|
||||
if (isLinked(channelUID)) {
|
||||
|
||||
@@ -51,13 +51,15 @@ import org.xml.sax.SAXException;
|
||||
*
|
||||
* Client for accessing FMI weather data
|
||||
*
|
||||
* <p>
|
||||
* Subject to license terms https://en.ilmatieteenlaitos.fi/open-data
|
||||
*
|
||||
*
|
||||
* All weather stations:
|
||||
* https://opendata.fmi.fi/wfs/fin?service=WFS&version=2.0.0&request=GetFeature&storedquery_id=fmi::ef::stations&networkid=121&
|
||||
* Networkid parameter isexplained in entries of
|
||||
* https://opendata.fmi.fi/wfs/fin?service=WFS&version=2.0.0&request=GetFeature&storedquery_id=fmi::ef::stations
|
||||
* @see <a href=
|
||||
* "https://opendata.fmi.fi/wfs/fin?service=WFS&version=2.0.0&request=GetFeature&storedquery_id=fmi::ef::stations&networkid=121&">
|
||||
* All weather stations</a>
|
||||
* @see <a href=
|
||||
* "https://opendata.fmi.fi/wfs/fin?service=WFS&version=2.0.0&request=GetFeature&storedquery_id=fmi::ef::stations">
|
||||
* Networkid parameter is explained in entries of</a>
|
||||
*
|
||||
* @author Sami Salonen - Initial contribution
|
||||
*
|
||||
|
||||
@@ -21,9 +21,9 @@ import org.openhab.binding.fmiweather.internal.client.Location;
|
||||
/**
|
||||
* Cities of Finland
|
||||
*
|
||||
* Originally parsed from (not available any more)
|
||||
* https://opendata.fmi.fi/wfs?service=WFS&version=2.0.0&request=getFeature&storedquery_id=fmi::forecast::hirlam::surface::cities::multipointcoverage
|
||||
*
|
||||
* Originally parsed from <a href=
|
||||
* "https://opendata.fmi.fi/wfs?service=WFS&version=2.0.0&request=getFeature&storedquery_id=fmi::forecast::hirlam::surface::cities::multipointcoverage">
|
||||
* (not available any more)</a>
|
||||
*
|
||||
* Using piece of code similar to below:
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user