Eh, typo.
This commit is contained in:
parent
dcb3510bd8
commit
e5afb351fe
@ -26,7 +26,7 @@ Events are generated, or _raised_, for by the @boardname@ for a paired device. T
|
|||||||
```typescript-ignore
|
```typescript-ignore
|
||||||
control.raiseEvent(
|
control.raiseEvent(
|
||||||
control.eventSourceId(EventBusSource.MES_REMOTE_CONTROL_ID),
|
control.eventSourceId(EventBusSource.MES_REMOTE_CONTROL_ID),
|
||||||
control.eventValueId(EventBusValue.MES_REMOTE_CONTROL_EVT_VOLUMEUP`)
|
control.eventValueId(EventBusValue.MES_REMOTE_CONTROL_EVT_VOLUMEUP)
|
||||||
);
|
);
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user