Page 1 of 1

Rope Leak Detector Uapp

Posted: Wed Feb 24, 2021 12:47 am
by brennyn21
So I didn't see anything when I searched in forum, but is the Rope Leak Detector supposed to show up in Uapp under I/O after install? I modified my code and uploaded it and it functions great but I don't see it in the Uapp. It does however alert me when it detects a leak and throws a flag I just wasn't sure if it should show anywhere else thank you!

Re: Rope Leak Detector Uapp

Posted: Wed Feb 24, 2021 8:23 am
by rimai
I think you need to add this to your code:

Code: Select all

ReefAngel.AddLeakDetectorExpansion();

Re: Rope Leak Detector Uapp

Posted: Wed Feb 24, 2021 10:34 am
by brennyn21
Thanks Roberto!

Re: Rope Leak Detector Uapp

Posted: Fri Feb 26, 2021 11:27 am
by brennyn21
Hello, I did give that a try and no luck sadly.

Re: Rope Leak Detector Uapp

Posted: Fri Feb 26, 2021 4:42 pm
by rimai
I updated the Uapp and it should show now.

Re: Rope Leak Detector Uapp

Posted: Fri Feb 26, 2021 5:22 pm
by brennyn21
That fixed it thank you!