Skip to content

Commit 3d2893a

Browse files
replace Dark Sky text
Signed-off-by: Scott Hanson <scooter_seh@yahoo.com>
1 parent 16f63f1 commit 3d2893a

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

bundles/org.openhab.binding.pirateweather/src/main/java/org/openhab/binding/pirateweather/internal/handler/PirateWeatherWeatherAndForecastHandler.java

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ private List<Channel> removeChannelsOfGroup(String channelGroupId) {
308308
}
309309

310310
/**
311-
* Updates Dark Sky data for this location.
311+
* Updates Pirate Weather data for this location.
312312
*
313313
* @param connection {@link PirateWeatherConnection} instance
314314
*/
@@ -326,10 +326,10 @@ public void updateData(PirateWeatherConnection connection) {
326326
}
327327

328328
/**
329-
* Requests the data from Dark Sky API.
329+
* Requests the data from Pirate Weather API.
330330
*
331331
* @param connection {@link PirateWeatherConnection} instance
332-
* @return true, if the request for the Dark Sky data was successful
332+
* @return true, if the request for the Pirate Weather data was successful
333333
* @throws PirateWeatherCommunicationException
334334
* @throws PirateWeatherConfigurationException
335335
*/
@@ -346,7 +346,7 @@ private boolean requestData(PirateWeatherConnection connection)
346346
}
347347

348348
/**
349-
* Updates all channels of this handler from the latest Dark Sky data retrieved.
349+
* Updates all channels of this handler from the latest Pirate Weather data retrieved.
350350
*/
351351
private void updateChannels() {
352352
for (Channel channel : getThing().getChannels()) {
@@ -359,7 +359,7 @@ && isLinked(channelUID)) {
359359
}
360360

361361
/**
362-
* Updates the channel with the given UID from the latest Dark Sky data retrieved.
362+
* Updates the channel with the given UID from the latest Pirate Weather data retrieved.
363363
*
364364
* @param channelUID UID of the channel
365365
*/
@@ -400,7 +400,7 @@ private void updateChannel(ChannelUID channelUID) {
400400
}
401401

402402
/**
403-
* Update the channel from the last Dark Sky data retrieved.
403+
* Update the channel from the last Pirate Weather data retrieved.
404404
*
405405
* @param channelUID the id identifying the channel to be updated
406406
*/
@@ -485,7 +485,7 @@ private void updateCurrentChannel(ChannelUID channelUID) {
485485
}
486486

487487
/**
488-
* Update the channel from the last Dark Sky data retrieved.
488+
* Update the channel from the last Pirate Weather data retrieved.
489489
*
490490
* @param channelUID the id identifying the channel to be updated
491491
* @param count

0 commit comments

Comments
 (0)