mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-10 07:02:02 +01:00
Remove space before colon (#18023)
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
This commit is contained in:
parent
22c7ca99ad
commit
6af04fc31f
@ -59,7 +59,7 @@ class NAPushTypeDeserializer implements JsonDeserializer<NAPushType> {
|
||||
}
|
||||
|
||||
/**
|
||||
* @param apiName : Netatmo Object name (NSD, NACamera...)
|
||||
* @param apiName Netatmo Object name (NSD, NACamera...)
|
||||
* @return moduletype value if found, or else Unknown
|
||||
*/
|
||||
public static ModuleType fromNetatmoObject(String apiName) {
|
||||
@ -68,7 +68,7 @@ class NAPushTypeDeserializer implements JsonDeserializer<NAPushType> {
|
||||
}
|
||||
|
||||
/**
|
||||
* @param apiName : Netatmo Event name (hush, off, on ...)
|
||||
* @param apiName Netatmo Event name (hush, off, on ...)
|
||||
* @return eventType value if found, or else Unknown
|
||||
*/
|
||||
public static EventType fromEvent(String apiName) {
|
||||
|
Loading…
Reference in New Issue
Block a user