WP8548 and ulpm in AT comand and legato app

Hello,
In my App I config this:

le_ulpm_BootOnTimer(180);
le_ulpm_BootOnGpio(36, LE_ULPM_GPIO_OFF);
le_ulpm_BootOnGpio(38, LE_ULPM_GPIO_LOW);

then by AT commands I can see:

AT!POWERWAKE?

!POWERWAKE:
TIMER: 180
GPIO38: 2
OK

then, I turn ON GPIO36 (36 not 38) when the system is still wake and then AT commands answer this:

AT!POWERWAKE?

!POWERWAKE:
TIMER: 180
GPIO36: 5
GPIO38: 5
OK

Why turn On a not used gpio can that change the wake up contiguration?
Why pass to 5? on legato, 5 is off but in At commands, 5 is Both (rising or falling)
thanks

How did you turn on the GPIO36? Where did you see that: on legato, 5 is off

BR

Hello,
GPIO36 is configurated as input. I turn on it fisically wiht a switch to 1,8V.
5 is = off:

Hello,
Do you still have this issue? Did it happen with which Release/ Legato version?