Added missing command mapping for DEVICES_INFO (#947)

This commit is contained in:
Uwe Seimet 2022-10-27 16:31:32 +02:00 committed by GitHub
parent 2cecf4b35c
commit c1f63c6745
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -30,9 +30,10 @@ private:
unordered_map<int, PbOperation> operations = {
{ 'a', ATTACH },
{ 'd', DETACH },
{ 'i', INSERT },
{ 'e', EJECT },
{ 'i', INSERT },
{ 'p', PROTECT },
{ 's', DEVICES_INFO },
{ 'u', UNPROTECT }
};