Add get-module-state.js and the relevant device command id.
This commit is contained in:
@@ -21,7 +21,8 @@ export enum UsbCommand {
|
||||
SetTestLed = 0x0a,
|
||||
GetDebugBuffer = 0x0b,
|
||||
GetAdcValue = 0x0c,
|
||||
SetLedPwmBrightness = 0x0d
|
||||
SetLedPwmBrightness = 0x0d,
|
||||
GetModuleProperties = 0x0e
|
||||
}
|
||||
|
||||
export enum EepromOperation {
|
||||
|
||||
Reference in New Issue
Block a user