/var/www/flurhymez/vendor/google/apiclient-services/src/HomeGraphService
NameSizeModeActions
Resource/-0755rm
AgentDeviceId.php10760644editdlrm
AgentOtherDeviceId.php13880644editdlrm
Device.php44090644editdlrm
DeviceInfo.php19160644editdlrm
DeviceNames.php17030644editdlrm
HomegraphEmpty.php8580644editdlrm
QueryRequest.php17680644editdlrm
QueryRequestInput.php12110644editdlrm
QueryRequestPayload.php12340644editdlrm
QueryResponse.php14720644editdlrm
QueryResponsePayload.php11350644editdlrm
ReportStateAndNotificationDevice.php14640644editdlrm
ReportStateAndNotificationRequest.php23950644editdlrm
ReportStateAndNotificationResponse.php11880644editdlrm
RequestSyncDevicesRequest.php14100644editdlrm
RequestSyncDevicesResponse.php8940644editdlrm
StateAndNotificationPayload.php12930644editdlrm
SyncRequest.php14020644editdlrm
SyncResponse.php14650644editdlrm
SyncResponsePayload.php14960644editdlrm
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/HomeGraphService/DeviceInfo.php (1916B)
hwVersion = $hwVersion; } /** * @return string */ public function getHwVersion() { return $this->hwVersion; } /** * @param string */ public function setManufacturer($manufacturer) { $this->manufacturer = $manufacturer; } /** * @return string */ public function getManufacturer() { return $this->manufacturer; } /** * @param string */ public function setModel($model) { $this->model = $model; } /** * @return string */ public function getModel() { return $this->model; } /** * @param string */ public function setSwVersion($swVersion) { $this->swVersion = $swVersion; } /** * @return string */ public function getSwVersion() { return $this->swVersion; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(DeviceInfo::class, 'Google_Service_HomeGraphService_DeviceInfo');