We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ebf4bb commit aaf1019Copy full SHA for aaf1019
README.md
@@ -66,7 +66,7 @@ $power = $clientLightB->getMeter(new \ShellyClient\Model\Request\MeterRequest())
66
// Get device name set above in construct
67
$deviceNameDeviceB = $clientLightB->getDeviceName();
68
// or use device name set in shelly device
69
-$deviceNameShelly = $clientLightB->getSettings(new \ShellyClient\Model\Request\SettingsRequest())->getDevice();
+$deviceNameShelly = $clientLightB->getSettings(new \ShellyClient\Model\Request\SettingsRequest())->getName();
70
```
71
72
## Supported Platforms
0 commit comments