Skip to content

v1.4.0

Latest
Compare
Choose a tag to compare
@Asyasyarif Asyasyarif released this 23 Jun 12:14
· 6 commits to master since this release

New:

  • adding example for user with Password
  • adding example for confirmation users
  • adding method void confirm()
  • adding method void cancel()
  • adding method void setTimeoutPassword(int time)
  • adding response code 112 for Parameter Confirmation
  • adding user struct isMaster for indicating that user is Master

Changes:

  • changing hashing id from sha1 to sha256
  • changing method name from intervalReading() to setIntervalReading()
  • changing method name from isReadingCard() to onlyReadingCard()
  • changing attributes callback(int code, String refrenceID, String name, String messages) to callback(bool userFound)
  • refactoring some data types.
  • changing user struct password to havePassword