|  Developer
Updated on May 17, 2022

update_ready_state()

  • Update ready state for a specified device (device is specified by id).
Edit

  • params: device id (string), ready (bool).
  • return: none.
Edit
				
					require "core"

ready = true
core.update_ready_state( dev_id, ready )