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()
tosetIntervalReading()
- changing method name from
isReadingCard()
toonlyReadingCard()
- changing attributes
callback(int code, String refrenceID, String name, String messages)
tocallback(bool userFound)
- refactoring some data types.
- changing user struct
password
tohavePassword