|  Developer
Updated on November 12, 2021

API Versioning

  • API version is used to specify which version of the method to use on the firmware side. If it is not specified (or the specified value is invalid), the lowest supported version of this method will be used. If API version is higher than the supported by firmware, the highest supported version will be used.
Call:
				
					{
  "api": ".2",  // Invalid
  "api": "",    // Invalid
  "api": "1.1", // OK

  "method": "getEzloInfo",
  "id": "_ID_",
  "params": {}
}				
			
Field Description
api API version