PlusROM SavePlus backend
API Functions
- Save Data (returns status byte. 0: OK, 4: No payload in save request)
- Load Data (returns the data, or "3" if no data is available for the user)
- Get entry age (returns the age of the user data in seconds, or status 3 "Unknown SavePlus Id in request")
- Delete Data (returns status byte. 0: OK, 3: No user data in database)
- Get Unix Epoch timestamp (Returns the number of seconds elapsed since the start of the Unix epoch (January 1, 1970 00:00:00 GMT) up to now. Highest to lowest byte currently 4 bytes)
API Response status codes
- OK
- Unknow function request
- Too few parameters
- SavePlus/User Id not found
- Payload in save settings request is less than 2 bytes