HomeGenie Forum

General Category => Troubleshooting and Support => Topic started by: kevinvinv on January 26, 2016, 06:33:21 AM

Title: Mono Log Entries...
Post by: kevinvinv on January 26, 2016, 06:33:21 AM
Just started looking at the mono log,   I am seeing things like this:

Debug Event propagation halted - parameter manipulated by automation program 'BackPorchMotion' (1003) (Name=Program.Notification, OldValue={"Title":"Hello","Message":"1"}, NewValue={"Title":"Module","Message":"Evening"})

Is this bad?  I don't understand what is going on I guess...  the "BackPorchMotion" sensor is doing nothing yet this message shows up in the log from time to time.

Thoughts?
Title: Re: Mono Log Entries...
Post by: louis on January 26, 2016, 11:42:01 PM
I asume this has to do with the return value of your 1003 program.

Return False stops propagation to other programs/modules whereas return True propagates to other programs/modules.

See http://genielabs.github.io/HomeGenie/api/ape/a00001.html#a7e82383574aeff32db8d09d4eb916718 (http://genielabs.github.io/HomeGenie/api/ape/a00001.html#a7e82383574aeff32db8d09d4eb916718)

Louis