mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-08 17:24:47 +00:00
Updated Debugging (markdown)
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user