Typos a/an (#13846)
This commit is contained in:
@@ -6,7 +6,7 @@ The [Web Thing API](https://iot.mozilla.org/wot/) describes an open and generic
|
||||
like motion sensors, web-connected displays or awning controls. Devices implementing the Web Thing standard can be integrated
|
||||
into smart home systems such as openHAB to monitor and control them.
|
||||
These days, the Web Thing API is primarily used by makers to provide a common API to their physical devices.
|
||||
For instance, the Web Thing API has been used by makers to provide an open way to control [LEDs on a ESP8266 board](https://github.com/WebThingsIO/webthing-arduino)
|
||||
For instance, the Web Thing API has been used by makers to provide an open way to control [LEDs on an ESP8266 board](https://github.com/WebThingsIO/webthing-arduino)
|
||||
or to monitor [a PIR motion sensor on Raspberry Pi](https://pypi.org/project/pi-pir-webthing/).
|
||||
|
||||
## Supported Things
|
||||
|
||||
@@ -39,7 +39,7 @@ import com.google.gson.Gson;
|
||||
|
||||
/**
|
||||
* The implementation of the client-side Webthing representation. This is based on HTTP. Bindings to alternative
|
||||
* application protocols such as CoAP may be defined in the future (which may be implemented by a another class)
|
||||
* application protocols such as CoAP may be defined in the future (which may be implemented by another class)
|
||||
*
|
||||
* @author Gregor Roth - Initial contribution
|
||||
*/
|
||||
|
||||
@@ -229,7 +229,7 @@ public class WebthingDiscoveryService extends AbstractDiscoveryService implement
|
||||
// endpoints supporting multiple WebThings.
|
||||
//
|
||||
// In the routine below the enpoint will be checked for single WebThings first, than for multiple
|
||||
// WebThings if a ingle WebTHing has not been found.
|
||||
// WebThings if a single WebThing has not been found.
|
||||
// Furthermore, first it will be tried to connect the endpoint using https. If this fails, as fallback
|
||||
// plain http is used.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user