|  Developer
Updated on May 17, 2022

take_snapshot

Connection type:

  • Vidoo4Hub sends an event to vidoo box whenever “snapshot” item value is set as active

NOTE: Vidoo4Hub will automatically reset the “snapshot” item to a default value

Edit
Field Type Required Description
camera_id string + Camera id
Edit
Edit
				
					{
  "id": "id",
  "method": "take_snapshot",
  "params": {
    "camera_id": "camera1"
  }
}				
			
Edit