File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed
src/HomeAutio.Mqtt.Ecobee Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1111using System . Timers ;
1212using uPLibrary . Networking . M2Mqtt . Messages ;
1313
14- namespace HomeAutio . Mqtt . Apex
14+ namespace HomeAutio . Mqtt . Ecobee
1515{
1616 public class EcobeeMqttService : ServiceBase
1717 {
Original file line number Diff line number Diff line change 77 <ProjectGuid >{26E2F6BB-0079-4D53-BC3F-7710F755A255}</ProjectGuid >
88 <OutputType >Exe</OutputType >
99 <AppDesignerFolder >Properties</AppDesignerFolder >
10- <RootNamespace >HomeAutio.Mqtt.Apex </RootNamespace >
11- <AssemblyName >HomeAutio.Mqtt.Apex </AssemblyName >
10+ <RootNamespace >HomeAutio.Mqtt.Ecobee </RootNamespace >
11+ <AssemblyName >HomeAutio.Mqtt.Ecobee </AssemblyName >
1212 <TargetFrameworkVersion >v4.5.2</TargetFrameworkVersion >
1313 <FileAlignment >512</FileAlignment >
1414 <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
Original file line number Diff line number Diff line change 77using System . Text ;
88using Topshelf ;
99
10- namespace HomeAutio . Mqtt . Apex
10+ namespace HomeAutio . Mqtt . Ecobee
1111{
1212 class Program
1313 {
Original file line number Diff line number Diff line change 55// General Information about an assembly is controlled through the following
66// set of attributes. Change these attribute values to modify the information
77// associated with an assembly.
8- [ assembly: AssemblyTitle ( "HomeAutio.Mqtt.Apex " ) ]
8+ [ assembly: AssemblyTitle ( "HomeAutio.Mqtt.Ecobee " ) ]
99[ assembly: AssemblyDescription ( "" ) ]
1010[ assembly: AssemblyConfiguration ( "" ) ]
1111[ assembly: AssemblyCompany ( "" ) ]
12- [ assembly: AssemblyProduct ( "HomeAutio.Mqtt.Apex " ) ]
12+ [ assembly: AssemblyProduct ( "HomeAutio.Mqtt.Ecobee " ) ]
1313[ assembly: AssemblyCopyright ( "Copyright © 2016" ) ]
1414[ assembly: AssemblyTrademark ( "" ) ]
1515[ assembly: AssemblyCulture ( "" ) ]
Original file line number Diff line number Diff line change 1- namespace HomeAutio . Mqtt . Apex
1+ namespace HomeAutio . Mqtt . Ecobee
22{
33 internal class RevisionStatus
44 {
Original file line number Diff line number Diff line change 11using System . Collections . Generic ;
22
3- namespace HomeAutio . Mqtt . Apex
3+ namespace HomeAutio . Mqtt . Ecobee
44{
55 internal class ThermostatStatus
66 {
You can’t perform that action at this time.
0 commit comments