update_reachable_state() Update reachable state for a specified device and all items registered for this device (device is specified by id). Call Example Edit core.update_reachable_state() params: device id (string), reachable (bool). return: none. Edit require "core" reachable = true core.update_reachable_state( dev_id, reachable )PythonCopy