Skip to content

Commit

Permalink
fix(plc4go/cbus): remove duplicated codition for media transport prot…
Browse files Browse the repository at this point in the history
…ocol
  • Loading branch information
sruehl committed May 3, 2023
1 parent 7bed4e5 commit 5985eca
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions plc4go/internal/cbus/ValueHandler.go
Expand Up @@ -336,8 +336,6 @@ func (m ValueHandler) NewPlcValue(tag apiModel.PlcTag, value any) (apiValues.Plc
return nil, errors.New("Implement me") //TODO: implement me me
case readWriteModel.MediaTransportControlCommandType_CATEGORY_NAME.PLC4XEnumName():
return nil, errors.New("Implement me") //TODO: implement me me
case readWriteModel.MediaTransportControlCommandType_FAST_FORWARD.PLC4XEnumName():
return nil, errors.New("Implement me") //TODO: implement me me
default:
return nil, errors.Errorf("Unsupported command %s for %s", salCommand, tmpSalTag.application.ApplicationId())
}
Expand Down

0 comments on commit 5985eca

Please sign in to comment.