Script for retrive alerts from SolarEdge site
This commit is contained in:
Claudio Boggian
2023-11-10 14:09:25 +01:00
parent 4dbe019e6e
commit 6e46e413ba
4 changed files with 204 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34221.43
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "console_solaredge", "console_SolarEdge\console_solaredge.csproj", "{E3C07904-13C9-42E6-A15B-1A0B0061105C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E3C07904-13C9-42E6-A15B-1A0B0061105C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E3C07904-13C9-42E6-A15B-1A0B0061105C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E3C07904-13C9-42E6-A15B-1A0B0061105C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E3C07904-13C9-42E6-A15B-1A0B0061105C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0DF57379-1702-48D4-98CF-858B9906CA9A}
EndGlobalSection
EndGlobal