opensourceautomation / Open-Source-Automation

Open Source Automation is a home and commercial automation engine
www.opensourceautomation.com
GNU Lesser General Public License v3.0
97 stars 62 forks source link

Main service name #346

Closed VaughnRupp closed 8 years ago

VaughnRupp commented 8 years ago

Since client service still use the SERVICE object type, it is impossible to tell which the main service is once you have client services in the DB (automatically at least)

I am going to remove the computer name from the main service so it is always just called Service. Then the DB can easily check to see if it is running or not and turn off some of the timed proc calls when it is not running.

VaughnRupp commented 8 years ago

done, there was a few spots I missed at first, but seems to be working.