Skip to content

Commit

Permalink
Moved the flag for the 10-minute timer.
Browse files Browse the repository at this point in the history
  • Loading branch information
IAmCoder committed Nov 28, 2014
1 parent 7f01486 commit 1aa9cf7
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions Installer/Lucid Scribe Yocto PowerRelay.vdproj
Expand Up @@ -58,13 +58,13 @@
"Entry" "Entry"
{ {
"MsmKey" = "8:_UNDEFINED" "MsmKey" = "8:_UNDEFINED"
"OwnerKey" = "8:_4210C5B26664BD7B4C21B3A1C66C3BE8" "OwnerKey" = "8:_8A04AA9B98A94963AADF2135268ACC52"
"MsmSig" = "8:_UNDEFINED" "MsmSig" = "8:_UNDEFINED"
} }
"Entry" "Entry"
{ {
"MsmKey" = "8:_UNDEFINED" "MsmKey" = "8:_UNDEFINED"
"OwnerKey" = "8:_8A04AA9B98A94963AADF2135268ACC52" "OwnerKey" = "8:_4210C5B26664BD7B4C21B3A1C66C3BE8"
"MsmSig" = "8:_UNDEFINED" "MsmSig" = "8:_UNDEFINED"
} }
} }
Expand Down Expand Up @@ -164,7 +164,7 @@
{ {
"Name" = "8:.NET Framework" "Name" = "8:.NET Framework"
"Message" = "8:[VSDNETMSG]" "Message" = "8:[VSDNETMSG]"
"FrameworkVersion" = "8:3.5.30729 " "FrameworkVersion" = "8:3.5.30729 "
"AllowLaterVersions" = "11:FALSE" "AllowLaterVersions" = "11:FALSE"
"InstallUrl" = "8:http://go.microsoft.com/fwlink/?LinkId=76617" "InstallUrl" = "8:http://go.microsoft.com/fwlink/?LinkId=76617"
} }
Expand Down Expand Up @@ -351,15 +351,15 @@
{ {
"Name" = "8:Microsoft Visual Studio" "Name" = "8:Microsoft Visual Studio"
"ProductName" = "8:Lucid Scribe Yocto PowerRelay" "ProductName" = "8:Lucid Scribe Yocto PowerRelay"
"ProductCode" = "8:{AFA8A7E2-F919-46E3-9ADA-3028F74E7119}" "ProductCode" = "8:{C0F6BB14-216A-488B-A66B-7A73027764E7}"
"PackageCode" = "8:{D9B53D11-F058-4FF2-AEBE-AFEC67F19417}" "PackageCode" = "8:{7D9E5DE7-A71F-4D41-919E-A9E8106B97BE}"
"UpgradeCode" = "8:{F7366005-EA41-478D-BED9-08441C13A31E}" "UpgradeCode" = "8:{F7366005-EA41-478D-BED9-08441C13A31E}"
"AspNetVersion" = "8:4.0.30319.0" "AspNetVersion" = "8:4.0.30319.0"
"RestartWWWService" = "11:FALSE" "RestartWWWService" = "11:FALSE"
"RemovePreviousVersions" = "11:TRUE" "RemovePreviousVersions" = "11:TRUE"
"DetectNewerInstalledVersion" = "11:TRUE" "DetectNewerInstalledVersion" = "11:TRUE"
"InstallAllUsers" = "11:TRUE" "InstallAllUsers" = "11:TRUE"
"ProductVersion" = "8:1.0.3" "ProductVersion" = "8:1.0.4"
"Manufacturer" = "8:lucidcode" "Manufacturer" = "8:lucidcode"
"ARPHELPTELEPHONE" = "8:" "ARPHELPTELEPHONE" = "8:"
"ARPHELPLINK" = "8:http://www.lucidcode.com/Contact" "ARPHELPLINK" = "8:http://www.lucidcode.com/Contact"
Expand Down
Binary file modified Lucid Scribe - Yocto PowerRelay.suo
Binary file not shown.
2 changes: 1 addition & 1 deletion Yocto PowerRelay/PlugoutHandler.cs
Expand Up @@ -86,7 +86,6 @@ public override void Trigger()
SwitchOffThread.Start(); SwitchOffThread.Start();


// And allow it to turn back on in 10 // And allow it to turn back on in 10
AllowToSwitchOn = false;
AllowToSwitchBackOnThread = new Thread(AllowToSwitchBackOn); AllowToSwitchBackOnThread = new Thread(AllowToSwitchBackOn);
AllowToSwitchBackOnThread.Start(); AllowToSwitchBackOnThread.Start();
} }
Expand All @@ -111,6 +110,7 @@ public void SwitchOff()
Trigger(); Trigger();
SwitchingOff = false; SwitchingOff = false;
On = false; On = false;
AllowToSwitchOn = false;
} }


public void AllowToSwitchBackOn() public void AllowToSwitchBackOn()
Expand Down
4 changes: 2 additions & 2 deletions Yocto PowerRelay/Properties/AssemblyInfo.cs
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers // You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")] // [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.3.0")] [assembly: AssemblyVersion("1.0.4.0")]
[assembly: AssemblyFileVersion("1.0.3.0")] [assembly: AssemblyFileVersion("1.0.4.0")]

0 comments on commit 1aa9cf7

Please sign in to comment.