Lines Matching refs:deviceId
42 * @param string $deviceId The ID of the device.
45 public function forceReportUpload($enterpriseId, $userId, $deviceId, $optParams = []) argument
47 $params = ['enterpriseId' => $enterpriseId, 'userId' => $userId, 'deviceId' => $deviceId];
56 * @param string $deviceId The ID of the device.
60 public function get($enterpriseId, $userId, $deviceId, $optParams = []) argument
62 $params = ['enterpriseId' => $enterpriseId, 'userId' => $userId, 'deviceId' => $deviceId];
75 * @param string $deviceId The ID of the device.
79 public function getState($enterpriseId, $userId, $deviceId, $optParams = []) argument
81 $params = ['enterpriseId' => $enterpriseId, 'userId' => $userId, 'deviceId' => $deviceId];
108 * @param string $deviceId The ID of the device.
113 …public function setState($enterpriseId, $userId, $deviceId, DeviceState $postBody, $optParams = []) argument
115 …$params = ['enterpriseId' => $enterpriseId, 'userId' => $userId, 'deviceId' => $deviceId, 'postBod…
131 * @param string $deviceId The ID of the device.
140 public function update($enterpriseId, $userId, $deviceId, Device $postBody, $optParams = []) argument
142 …$params = ['enterpriseId' => $enterpriseId, 'userId' => $userId, 'deviceId' => $deviceId, 'postBod…