From 11aaca30b0ddf4dafd9354db1aca491152d01c5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20Tri=C5=A1=C4=8D=C3=ADk?= Date: Fri, 3 Nov 2023 05:43:44 +0100 Subject: [PATCH] readme: Fix service name - TunerService was renamed to PerformanceService --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 83cf541..7b8cedb 100644 --- a/README.md +++ b/README.md @@ -231,7 +231,7 @@ Contains miner related messages and **MinerService** with various methods to rea * **DisableHashboards** - method to disable hashboards. #### 9. proto/bos/v1/performance.proto -Contains tuner related messages and **TunerService** with various methods to read or modify tuner: +Contains tuner related messages and **PerformanceService** with various methods to read or modify tuner: * **GetTunerState** - method to read current tuner state and available tuner profiles, * **ListTargetProfiles** - method to set default power target, * **SetDefaultPowerTarget** - method to set default power target,