Skip to content

Releases: Asyasyarif/RFID-Spacecat

v1.4.0

23 Jun 12:14
Compare
Choose a tag to compare

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

v1.3.1

04 May 17:40
Compare
Choose a tag to compare
  • Fix for examples, cannot read the card.

v1.3.0

03 May 19:13
Compare
Choose a tag to compare

Adding feature

  • clear();
    For clearing data or process.
  • bool registerID();
  • Adding Example Register the RFID
    Now possible to adding RFID (no need copy and paste) and stored to the waiting list to be claimed
  • bool pushValue(String value);
    User can pushing the value directly from code.

v1.2.3

30 Apr 13:33
Compare
Choose a tag to compare
  • Fixed, after idle for a moment, always failed requesting to server.
  • Adding features update device status.
  • Adding features function setDebug(true);

v1.2.2

26 Apr 16:42
Compare
Choose a tag to compare

Fix wrong data type httpCode

v1.2.1

26 Apr 13:11
Compare
Choose a tag to compare
cleanup

v1.2.0

26 Apr 10:24
Compare
Choose a tag to compare

Refactoring code

v.1.0.1

15 Apr 15:12
Compare
Choose a tag to compare
deleting err_no_found case

First Release

15 Apr 12:38
Compare
Choose a tag to compare
v.1.0.0

cleaning up