Initial working radio controller for OP25
This commit is contained in:
@@ -15,6 +15,7 @@ router.post('/start', radioController.openRadioSession);
|
||||
|
||||
/**
|
||||
* POST Close the current radio session
|
||||
* Response from the radio: 200: closed; 204: not connected
|
||||
*/
|
||||
router.post('/stop', radioController.closeRadioSession);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user