[netatmo] Fix typo in I18N key (#15666)
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
This commit is contained in:
parent
b0e20007bd
commit
142f715a2e
|
@ -445,7 +445,7 @@ public class NetatmoConstants {
|
|||
COMMAND_INVALID_PARAMS("homestatus-invalid-params"),
|
||||
@SerializedName("6")
|
||||
UNREACHABLE("device-not-connected"),
|
||||
UNKNOWN("deserialization-unknow");
|
||||
UNKNOWN("deserialization-unknown");
|
||||
|
||||
// Associated error message that can be found in properties files
|
||||
public final String message;
|
||||
|
|
|
@ -462,7 +462,7 @@ status-bridge-offline = Bridge is not connected to Netatmo API
|
|||
device-not-connected = Thing is not reachable
|
||||
data-over-limit = Data seems quite old
|
||||
request-time-out = Request timed out - will attempt reconnection later
|
||||
deserialization-unknow = Deserialization lead to an unknown code
|
||||
deserialization-unknown = Deserialization lead to an unknown code
|
||||
|
||||
homestatus-unknown-error = Unknown error
|
||||
homestatus-internal-error = Internal error
|
||||
|
|
Loading…
Reference in New Issue