Add metering device history export
This commit is contained in:
16
Hcs.Client/Client/Api/Registry/Registry27.cs
Normal file
16
Hcs.Client/Client/Api/Registry/Registry27.cs
Normal file
@ -0,0 +1,16 @@
|
||||
namespace Hcs.Client.Api.Registry
|
||||
{
|
||||
/// <summary>
|
||||
/// НСИ "Тип прибора учета" (реестровый номер 27).
|
||||
/// Взято из https://dom.gosuslugi.ru/opendataapi/nsi-27/v1.
|
||||
/// </summary>
|
||||
public static class Registry27
|
||||
{
|
||||
/// <summary>
|
||||
/// Индивидуальный
|
||||
/// </summary>
|
||||
public static RegistryElement Element1 => new(
|
||||
"1",
|
||||
"3e86b303-62be-4837-91c1-ed2475702c65");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user