Eh, typo.

This commit is contained in:
ganicke 2017-09-11 16:39:37 -07:00
parent dcb3510bd8
commit e5afb351fe

View File

@ -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)
); );
``` ```