This commit is contained in:
2025-09-16 17:42:09 +09:00
parent f53aa99874
commit aab8165c81
8 changed files with 20 additions and 20 deletions

View File

@ -9,7 +9,7 @@ using System.Threading.Tasks;
namespace Hcs.Client.Api.Request.DeviceMetering
{
internal class ExportMeteringDeviceHistory(ClientBase client) : DeviceMeteringRequestBase(client)
internal class ExportMeteringDeviceHistoryRequest(ClientBase client) : DeviceMeteringRequestBase(client)
{
protected override bool EnableMinimalResponseWaitDelay => false;