Typos a/an (#13846)
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user