Skip to content

Commit

Permalink
Minor code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
yracine committed Nov 13, 2015
1 parent c9aa51f commit 778c7ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion myautomatic.devicetype
Original file line number Diff line number Diff line change
Expand Up @@ -1606,7 +1606,7 @@ void getVehicles(vehicleId, postData='false') {
vehiclesList = vehiclesList + id + ','
} /* end for vehicle */
sendEvent name: "verboseTrace", value:"getVehicles>done for vehicleId=${vehicleId}"
} /* end if metadata.vehicles.count */
} /* end if metadata.vehicles.count */
} else {
log.error "getVehicles>error=${statusCode.toString()}"
sendEvent name: "verboseTrace", value:"getVehicles>error=${statusCode.toString()} for vehicleId=${vehicleId}"
Expand Down

0 comments on commit 778c7ad

Please sign in to comment.