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
Copy file name to clipboardExpand all lines: README.rst
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,7 +94,12 @@ Development
94
94
The agent can be installed for doing development in place by navigating to the root directory of the agent code and running::
95
95
96
96
sudo python3 setup.py develop
97
+
98
+
When running the agent logs information to stderr as well as ``/var/log/myDevices/cayenne.log``. To enable additional debug logging use the ``-d`` option on the command line:
99
+
::
97
100
101
+
python3 -m myDevices -d
102
+
98
103
Currently the agent has code for interfacing with several sensors and actuators and support for the Raspberry Pi. If you would like to extend that you can add support for additional sensors, actuators and boards as described below.
0 commit comments