Skip to content

Commit 1aa9cf7

Browse files
committed
Moved the flag for the 10-minute timer.
1 parent 7f01486 commit 1aa9cf7

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

Installer/Lucid Scribe Yocto PowerRelay.vdproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,13 @@
5858
"Entry"
5959
{
6060
"MsmKey" = "8:_UNDEFINED"
61-
"OwnerKey" = "8:_4210C5B26664BD7B4C21B3A1C66C3BE8"
61+
"OwnerKey" = "8:_8A04AA9B98A94963AADF2135268ACC52"
6262
"MsmSig" = "8:_UNDEFINED"
6363
}
6464
"Entry"
6565
{
6666
"MsmKey" = "8:_UNDEFINED"
67-
"OwnerKey" = "8:_8A04AA9B98A94963AADF2135268ACC52"
67+
"OwnerKey" = "8:_4210C5B26664BD7B4C21B3A1C66C3BE8"
6868
"MsmSig" = "8:_UNDEFINED"
6969
}
7070
}
@@ -164,7 +164,7 @@
164164
{
165165
"Name" = "8:.NET Framework"
166166
"Message" = "8:[VSDNETMSG]"
167-
"FrameworkVersion" = "8:3.5.30729 "
167+
"FrameworkVersion" = "8:3.5.30729 "
168168
"AllowLaterVersions" = "11:FALSE"
169169
"InstallUrl" = "8:http://go.microsoft.com/fwlink/?LinkId=76617"
170170
}
@@ -351,15 +351,15 @@
351351
{
352352
"Name" = "8:Microsoft Visual Studio"
353353
"ProductName" = "8:Lucid Scribe Yocto PowerRelay"
354-
"ProductCode" = "8:{AFA8A7E2-F919-46E3-9ADA-3028F74E7119}"
355-
"PackageCode" = "8:{D9B53D11-F058-4FF2-AEBE-AFEC67F19417}"
354+
"ProductCode" = "8:{C0F6BB14-216A-488B-A66B-7A73027764E7}"
355+
"PackageCode" = "8:{7D9E5DE7-A71F-4D41-919E-A9E8106B97BE}"
356356
"UpgradeCode" = "8:{F7366005-EA41-478D-BED9-08441C13A31E}"
357357
"AspNetVersion" = "8:4.0.30319.0"
358358
"RestartWWWService" = "11:FALSE"
359359
"RemovePreviousVersions" = "11:TRUE"
360360
"DetectNewerInstalledVersion" = "11:TRUE"
361361
"InstallAllUsers" = "11:TRUE"
362-
"ProductVersion" = "8:1.0.3"
362+
"ProductVersion" = "8:1.0.4"
363363
"Manufacturer" = "8:lucidcode"
364364
"ARPHELPTELEPHONE" = "8:"
365365
"ARPHELPLINK" = "8:http://www.lucidcode.com/Contact"
0 Bytes
Binary file not shown.

Yocto PowerRelay/PlugoutHandler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ public override void Trigger()
8686
SwitchOffThread.Start();
8787

8888
// And allow it to turn back on in 10
89-
AllowToSwitchOn = false;
9089
AllowToSwitchBackOnThread = new Thread(AllowToSwitchBackOn);
9190
AllowToSwitchBackOnThread.Start();
9291
}
@@ -111,6 +110,7 @@ public void SwitchOff()
111110
Trigger();
112111
SwitchingOff = false;
113112
On = false;
113+
AllowToSwitchOn = false;
114114
}
115115

116116
public void AllowToSwitchBackOn()

Yocto PowerRelay/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.0.3.0")]
36-
[assembly: AssemblyFileVersion("1.0.3.0")]
35+
[assembly: AssemblyVersion("1.0.4.0")]
36+
[assembly: AssemblyFileVersion("1.0.4.0")]

0 commit comments

Comments
 (0)