more G-Labs products

Author Topic: Mono Log Entries...  (Read 594 times)

January 26, 2016, 06:33:21 AM
Read 594 times

kevinvinv

  • ****
  • Information
  • Sr. Member
  • Posts: 196
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?

January 26, 2016, 11:42:01 PM
Reply #1

louis

  • **
  • Information
  • Jr. Member
  • Posts: 26
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

Louis