Make spacing consistent (#11145)
Signed-off-by: OneYellowLemon <66096725+OneYellowLemon@users.noreply.github.com>
This commit is contained in:
parent
73f7a86dd8
commit
4988522173
|
@ -116,7 +116,7 @@ then
|
||||||
val PointType phone_location = iPhone_Location.state as PointType
|
val PointType phone_location = iPhone_Location.state as PointType
|
||||||
val int distance = phone_location.distanceFrom(home_location).intValue()
|
val int distance = phone_location.distanceFrom(home_location).intValue()
|
||||||
// specify your preferred radius (in meters)
|
// specify your preferred radius (in meters)
|
||||||
if ( distance < 200) {
|
if (distance < 200) {
|
||||||
iPhone_Home.postUpdate(ON)
|
iPhone_Home.postUpdate(ON)
|
||||||
logInfo("iPhone Home", "iPhone is at home.")
|
logInfo("iPhone Home", "iPhone is at home.")
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue