wip: endpoint meter

This commit is contained in:
Hane 2024-04-30 21:30:58 +02:00
commit 6bda4702df
7 changed files with 41 additions and 11 deletions

View file

@ -133,6 +133,10 @@ void EndpointHandler::setState(uint8_t state, uint64_t index){
this->setBackEndpointVolumeCallbackInfoContent(state);
}
float EndpointHandler::getPeakVolume() {
return ep->getPeakVolume();
}
uint8_t EndpointHandler::getRoles(){
return ep->getRoles();
}