home › Forums › # Technical Support › function in not loaded error › Reply To: function in not loaded error
August 4, 2020 at 23:29
#6912
Keymaster
Hi,
I am very sorry for such a late response. It was classified as spam and I had no visibility.
The problem is that fl.Function(“LED2″,”le(Ambient,NormActivity)”,engine)
does not load automatically, which is a bug. You have to load that function manually.
led2 = fl.Function(“LED2″,”le(Ambient,NormActivity)”,engine)
led2.load()
# And then add into your controller.
Cheers,
Juan