|  Developer
Updated on June 20, 2022

hub.offline.credentials.updated

Connection type:

  • Notify controller about new local access data availability. Controller should request this data soon via cloud.access_keys_controller_sync request if it still have outdated version.
Edit
Field Type Required Description
newVersion int + Version of new local access data
Edit
Edit
Edit
				
					{
    "method": "hub.offline.credentials.updated",
    "id": "_ID_",
    "params": {
        "newVersion": 45
    }
}				
			
Edit
				
					{
    "error": null,
    "id": "_ID_",
    "result": {}
}