Native service call using JS Service

I created a native service that controls gpio, but can't I call this native service using javscript service?
I tried following the link below, but the native service call could not be made. Do I have to make a native service with built-in?

I solved this problem!

Corrected by inserting the group of services that i want to call into the

requiredPermissions that i refer to when i call another service.

I referenced below link!

click!

2 Likes

See also ls-monitor Usage Guide. (-i option)

ls-monitor -i will show the requiredPermissions values for each method.

For a more discoverable website, I will try to decide where the content should be placed.

Thanks

1 Like

good reply and interesting information.