Updated Debugging (markdown)

Neil Dorin
2020-02-14 10:30:05 -07:00
parent 75079a6039
commit 2e47773151

@@ -61,7 +61,7 @@ Debug.Console(0, Debug.ErrorLogLevel.Notice, "Hello World");
The following console commands all perform actions on devices that have been registered with the `PepperDash.Essentials.Core.DeviceManager` static class The following console commands all perform actions on devices that have been registered with the `PepperDash.Essentials.Core.DeviceManager` static class
### Appdebug:[slot][0-2] ### Appdebug:[slot] [0-2]
Gets or sets the current debug level where 0 is the lowest setting and 2 is the most verbose Gets or sets the current debug level where 0 is the lowest setting and 2 is the most verbose
@@ -118,7 +118,7 @@ RMC3>[16:34:05.819]App 1:28 Devices registered with Device Mangager:
[16:34:05.849]App 1: [tcp-1-tcp] [16:34:05.849]App 1: [tcp-1-tcp]
``` ```
### Devprops:[slot][devicekey] ### Devprops:[slot] [devicekey]
Gets the list of public properties on the device with the corresponding `deviceKey` Gets the list of public properties on the device with the corresponding `deviceKey`
@@ -163,7 +163,7 @@ RMC3>
``` ```
### Devmethods:[slot][devicekey] ### Devmethods:[slot] [devicekey]
Gets the list of public methods available on the device Gets the list of public methods available on the device
@@ -206,7 +206,7 @@ RMC3>devmethods:1 cec-1-cec
RMC3> RMC3>
``` ```
### Devjson:[slot][json formatted object {"devicekey", "methodname", "params"}] ### Devjson:[slot] [json formatted object {"devicekey", "methodname", "params"}]
Used in conjunction with devmethods, this command allows any of the public methods to be called from console and the appropriate arguments can be passed in to the method via a JSON object. Used in conjunction with devmethods, this command allows any of the public methods to be called from console and the appropriate arguments can be passed in to the method via a JSON object.