Skip to content

Commit 29941bf

Browse files
committedNov 1, 2024
#11: Does not support EP40: Outside outlet device with two switched outlets [working, partially tested, needs XML documentation]
1 parent 267dcaf commit 29941bf

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+4366
-3629
lines changed
 

‎.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ _ReSharper*/
3232
#Nuget packages folder
3333
packages/
3434
/3D part/
35-
/TimezoneGenerator/KasaAppAssets/*.json
35+
/TimezoneGenerator/KasaAppAssets/**/*.json

‎Kasa.sln

+43-43
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,43 @@
1-
2-
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio Version 17
4-
VisualStudioVersion = 17.2.32519.379
5-
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Kasa", "Kasa\Kasa.csproj", "{36D781F7-F8B9-473E-B49D-0A245F187393}"
7-
EndProject
8-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Test", "Test\Test.csproj", "{85B50207-3B69-4249-9676-653049A58F98}"
9-
EndProject
10-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sample", "Sample\Sample.csproj", "{BD8F7E1B-F477-444B-8F26-6AEAE57C403C}"
11-
EndProject
12-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TimezoneGenerator", "TimezoneGenerator\TimezoneGenerator.csproj", "{599C181C-A93D-4486-BC3F-6B0DE80CA07A}"
13-
EndProject
14-
Global
15-
GlobalSection(SolutionConfigurationPlatforms) = preSolution
16-
Debug|Any CPU = Debug|Any CPU
17-
Release|Any CPU = Release|Any CPU
18-
EndGlobalSection
19-
GlobalSection(ProjectConfigurationPlatforms) = postSolution
20-
{36D781F7-F8B9-473E-B49D-0A245F187393}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
21-
{36D781F7-F8B9-473E-B49D-0A245F187393}.Debug|Any CPU.Build.0 = Debug|Any CPU
22-
{36D781F7-F8B9-473E-B49D-0A245F187393}.Release|Any CPU.ActiveCfg = Release|Any CPU
23-
{36D781F7-F8B9-473E-B49D-0A245F187393}.Release|Any CPU.Build.0 = Release|Any CPU
24-
{85B50207-3B69-4249-9676-653049A58F98}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
25-
{85B50207-3B69-4249-9676-653049A58F98}.Debug|Any CPU.Build.0 = Debug|Any CPU
26-
{85B50207-3B69-4249-9676-653049A58F98}.Release|Any CPU.ActiveCfg = Release|Any CPU
27-
{85B50207-3B69-4249-9676-653049A58F98}.Release|Any CPU.Build.0 = Release|Any CPU
28-
{BD8F7E1B-F477-444B-8F26-6AEAE57C403C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
29-
{BD8F7E1B-F477-444B-8F26-6AEAE57C403C}.Debug|Any CPU.Build.0 = Debug|Any CPU
30-
{BD8F7E1B-F477-444B-8F26-6AEAE57C403C}.Release|Any CPU.ActiveCfg = Release|Any CPU
31-
{BD8F7E1B-F477-444B-8F26-6AEAE57C403C}.Release|Any CPU.Build.0 = Release|Any CPU
32-
{599C181C-A93D-4486-BC3F-6B0DE80CA07A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
33-
{599C181C-A93D-4486-BC3F-6B0DE80CA07A}.Debug|Any CPU.Build.0 = Debug|Any CPU
34-
{599C181C-A93D-4486-BC3F-6B0DE80CA07A}.Release|Any CPU.ActiveCfg = Release|Any CPU
35-
{599C181C-A93D-4486-BC3F-6B0DE80CA07A}.Release|Any CPU.Build.0 = Release|Any CPU
36-
EndGlobalSection
37-
GlobalSection(SolutionProperties) = preSolution
38-
HideSolutionNode = FALSE
39-
EndGlobalSection
40-
GlobalSection(ExtensibilityGlobals) = postSolution
41-
SolutionGuid = {5E2B22DD-87E5-4DC4-9E1B-B5F7CFC09B0C}
42-
EndGlobalSection
43-
EndGlobal
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio Version 17
4+
VisualStudioVersion = 17.2.32519.379
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Kasa", "Kasa\Kasa.csproj", "{36D781F7-F8B9-473E-B49D-0A245F187393}"
7+
EndProject
8+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Test", "Test\Test.csproj", "{85B50207-3B69-4249-9676-653049A58F98}"
9+
EndProject
10+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sample", "Sample\Sample.csproj", "{BD8F7E1B-F477-444B-8F26-6AEAE57C403C}"
11+
EndProject
12+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TimezoneGenerator", "TimezoneGenerator\TimezoneGenerator.csproj", "{599C181C-A93D-4486-BC3F-6B0DE80CA07A}"
13+
EndProject
14+
Global
15+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
16+
Debug|Any CPU = Debug|Any CPU
17+
Release|Any CPU = Release|Any CPU
18+
EndGlobalSection
19+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
20+
{36D781F7-F8B9-473E-B49D-0A245F187393}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
21+
{36D781F7-F8B9-473E-B49D-0A245F187393}.Debug|Any CPU.Build.0 = Debug|Any CPU
22+
{36D781F7-F8B9-473E-B49D-0A245F187393}.Release|Any CPU.ActiveCfg = Release|Any CPU
23+
{36D781F7-F8B9-473E-B49D-0A245F187393}.Release|Any CPU.Build.0 = Release|Any CPU
24+
{85B50207-3B69-4249-9676-653049A58F98}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
25+
{85B50207-3B69-4249-9676-653049A58F98}.Debug|Any CPU.Build.0 = Debug|Any CPU
26+
{85B50207-3B69-4249-9676-653049A58F98}.Release|Any CPU.ActiveCfg = Release|Any CPU
27+
{85B50207-3B69-4249-9676-653049A58F98}.Release|Any CPU.Build.0 = Release|Any CPU
28+
{BD8F7E1B-F477-444B-8F26-6AEAE57C403C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
29+
{BD8F7E1B-F477-444B-8F26-6AEAE57C403C}.Debug|Any CPU.Build.0 = Debug|Any CPU
30+
{BD8F7E1B-F477-444B-8F26-6AEAE57C403C}.Release|Any CPU.ActiveCfg = Release|Any CPU
31+
{BD8F7E1B-F477-444B-8F26-6AEAE57C403C}.Release|Any CPU.Build.0 = Release|Any CPU
32+
{599C181C-A93D-4486-BC3F-6B0DE80CA07A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
33+
{599C181C-A93D-4486-BC3F-6B0DE80CA07A}.Debug|Any CPU.Build.0 = Debug|Any CPU
34+
{599C181C-A93D-4486-BC3F-6B0DE80CA07A}.Release|Any CPU.ActiveCfg = Release|Any CPU
35+
{599C181C-A93D-4486-BC3F-6B0DE80CA07A}.Release|Any CPU.Build.0 = Release|Any CPU
36+
EndGlobalSection
37+
GlobalSection(SolutionProperties) = preSolution
38+
HideSolutionNode = FALSE
39+
EndGlobalSection
40+
GlobalSection(ExtensibilityGlobals) = postSolution
41+
SolutionGuid = {5E2B22DD-87E5-4DC4-9E1B-B5F7CFC09B0C}
42+
EndGlobalSection
43+
EndGlobal

0 commit comments

Comments
 (0)