Skip to content

Commit b86d145

Browse files
authoredNov 25, 2024
Update README.md
1 parent 77e4603 commit b86d145

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
 

‎README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,19 @@ var response = await pvClient.GetPvPowerSite("ba75-e17a-7374-95ed");
169169
- `PutPvPowerSite`: Overwrites an existing PV power site specifications.
170170
- `DeletePvPowerSite`: Deletes an existing PV power site.
171171

172+
## Optional: Suppressing SDK Update Checks
173+
To suppress the SDK's automatic update check, set the SUPPRESS_SDK_UPDATE_CHECK environment variable to true:
174+
175+
Windows PowerShell:
176+
```powershell
177+
$env:SUPPRESS_SDK_UPDATE_CHECK = "true"
178+
```
179+
180+
Linux/macOS:
181+
```bash
182+
export SUPPRESS_SDK_UPDATE_CHECK="true"
183+
```
184+
When this flag is set, the SDK will skip checking for new versions during runtime. This is particularly useful automated environments where update messages are not necessary.
172185

173186
## Contributing
174187
We welcome contributions to this SDK! If you'd like to contribute, please submit a Pull Request or open an issue with any suggestions or bug reports.

0 commit comments

Comments
 (0)