Check telemetry Every minute

This commit is contained in:
Michal 2024-08-18 02:27:01 +01:00
parent 629b31ba83
commit 4dc448c6a8
9 changed files with 3 additions and 3 deletions

View File

@ -220,7 +220,7 @@ namespace PrometheusExporterEdenic
ph.Set(client.ph / 100.0); // Convert back to float ph.Set(client.ph / 100.0); // Convert back to float
temperature.Set(client.temperature / 100.0); // Convert back to float temperature.Set(client.temperature / 100.0); // Convert back to float
ec.Set(client.ec / 100.0); // Convert back to float ec.Set(client.ec / 100.0); // Convert back to float
await Task.Delay(30000); await Task.Delay(60000);
} }
}); });
} }

View File

@ -13,7 +13,7 @@ using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("EdenicExporter")] [assembly: System.Reflection.AssemblyCompanyAttribute("EdenicExporter")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+159be99cba3514d6cd2f259e84d6ffbd8f8bc198")] [assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+629b31ba839c85e3a90158ad79ac7c5a5c3d7334")]
[assembly: System.Reflection.AssemblyProductAttribute("EdenicExporter")] [assembly: System.Reflection.AssemblyProductAttribute("EdenicExporter")]
[assembly: System.Reflection.AssemblyTitleAttribute("EdenicExporter")] [assembly: System.Reflection.AssemblyTitleAttribute("EdenicExporter")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]

View File

@ -1 +1 @@
157384af596412430112db73b6a03f9ac9f45eaced31863c04fd4b66e5e24c40 dc2545228af00b45c12efa3d9d4cdc6aa4d189b5fe6d0f026df2d080f789f0b7