Commit daca44dbd871269cf6457cb93f1181bfb6014cfd
1 parent
a44bc1ba
revert TransportToDeviceActorMsg and added SendPendingRPCMsg to the end of the list.
Showing
1 changed file
with
6 additions
and
6 deletions
... | ... | @@ -443,12 +443,12 @@ message TransportToDeviceActorMsg { |
443 | 443 | GetAttributeRequestMsg getAttributes = 3; |
444 | 444 | SubscribeToAttributeUpdatesMsg subscribeToAttributes = 4; |
445 | 445 | SubscribeToRPCMsg subscribeToRPC = 5; |
446 | - SendPendingRPCMsg sendPendingRPC = 6; | |
447 | - ToDeviceRpcResponseMsg toDeviceRPCCallResponse = 7; | |
448 | - SubscriptionInfoProto subscriptionInfo = 8; | |
449 | - ClaimDeviceMsg claimDevice = 9; | |
450 | - ProvisionDeviceRequestMsg provisionDevice = 10; | |
451 | - ToDevicePersistedRpcResponseMsg persistedRpcResponseMsg = 11; | |
446 | + ToDeviceRpcResponseMsg toDeviceRPCCallResponse = 6; | |
447 | + SubscriptionInfoProto subscriptionInfo = 7; | |
448 | + ClaimDeviceMsg claimDevice = 8; | |
449 | + ProvisionDeviceRequestMsg provisionDevice = 9; | |
450 | + ToDevicePersistedRpcResponseMsg persistedRpcResponseMsg = 10; | |
451 | + SendPendingRPCMsg sendPendingRPC = 11; | |
452 | 452 | } |
453 | 453 | |
454 | 454 | message TransportToRuleEngineMsg { | ... | ... |