You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't seem to figure out how to listen to methods called on the bus.
I can see the needed frames using the command: dbus-monitor --system member=notifyDriverState in the Linux terminal but my code is not working.
I can't seem to figure out how to listen to methods called on the bus.
I can see the needed frames using the command:
dbus-monitor --system member=notifyDriverState
in the Linux terminal but my code is not working.The command output looks like this:
My code boils down to this:
I never see the console outputs so I assume the code is somewhat faulty.
Am I doint something wrong or is the problem somewhere in the documentation for this project?
The text was updated successfully, but these errors were encountered: