Typos a/an (#13846)

This commit is contained in:
Дилян Палаузов
2022-12-05 19:47:43 +02:00
committed by GitHub
parent 54b2772df4
commit 2a5d6beb64
149 changed files with 196 additions and 196 deletions

View File

@@ -193,7 +193,7 @@ public abstract class SmartthingsConverter {
case "Vector3":
// This is a weird result from Smartthings. If the messages is from a "state" request the result will
// look like: "value":{"z":22,"y":-36,"x":-987}
// But if the result is from sensor change via a subscription to a a threeAxis device the results will
// But if the result is from sensor change via a subscription to a threeAxis device the results will
// be a String of the format "value":"-873,-70,484"
// which GSON returns as a LinkedTreeMap
if (deviceValue instanceof String) {