From 2e47773151a917481568a8bc1bcf58d7fd3392e7 Mon Sep 17 00:00:00 2001 From: Neil Dorin Date: Fri, 14 Feb 2020 10:30:05 -0700 Subject: [PATCH] Updated Debugging (markdown) --- Debugging.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Debugging.md b/Debugging.md index bd729cd..7652930 100644 --- a/Debugging.md +++ b/Debugging.md @@ -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 -### 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 @@ -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] ``` -### Devprops:[slot][devicekey] +### Devprops:[slot] [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 @@ -206,7 +206,7 @@ RMC3>devmethods:1 cec-1-cec 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.