Subscribe to webcore published location events for variable change


#1

@ady624: the global variable change events that webcore publishes, i have tried subscribing to them from a smartapp. however, the handler for the event never gets triggered. what am i doing wrong? i have tried the following:

	subscribe(location, "webCoRE", webcoreEventHandler)
	subscribe(location, "webCoRE.variable", webcoreEventHandler)