GrovePi digital sensor input node cannot work on latestfirmware

GrovePi digital sensor input node (button) cannot work on GrovePi firmwre v1.3.0.
I’m developing Node-RED applications on raspberry Pi with GrovePi+.
Digital sensor input (button) was worked well on GrovePi firmware v1.2.7.
But on v1.3.0, it cannot work and it continue showing just true on Node-RED.
I found that it can work on python applications.
How can I solve this problem?

I got the solution.
Dexter Industry stopped to open ver.1.3.0 firmware.
I could downgrade it to ver.1,2.7.
It works.

Yep, that’s right. Version 1.2.7 is the last one to work with all other libraries except the Python one.

For all others reading this thread, check the bold note here:
https://dexterind.github.io/GrovePi/fw/#flashing-the-firmware

Thank you!