Skip to content

v1.2.3

Compare
Choose a tag to compare
@roncodes roncodes released this 24 Feb 07:46
· 39 commits to master since this release

Added several resource actions critical for Fleetbase apps

  • Driver tracking via fleetbase.drivers.track() or driver.track()
  • Ability to set the current destination for a multiple waypoint order order.setDestination()
  • Ability to update activity for an order via config flow or specified activity order.updateActivity()
  • Ability to capture QR Code and Signature proofs for an order / or oder subject order.captureQrCode() and order.captureSignature()
  • Ability to cancel or complete order order.complete() and order.cancel()
  • Ability to start or dispatch order order.start() and order.dispatch() -- with ability to skipDispatch as a flag
  • Ability to get order or waypoint next activity from config via order.getNextActivity() or order.getNextActivity({ waypoint })