Skip to content

Commit

Permalink
fix(gateways): adds GetFileRsp message in fjagepy
Browse files Browse the repository at this point in the history
  • Loading branch information
prasadtiru committed Nov 11, 2022
1 parent b8c2c5d commit c9ebfea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gateways/python/fjagepy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,7 @@ def setclazz(self, **kwargs):
PutFileReq = MessageClass('org.arl.fjage.shell.PutFileReq')
GetFileReq = MessageClass('org.arl.fjage.shell.GetFileReq')
ShellExecReq = MessageClass('org.arl.fjage.shell.ShellExecReq')
GetFileRsp = MessageClass('org.arl.fjage.shell.GetFileRsp')


class ParameterReq(_ParameterReq):
Expand Down

0 comments on commit c9ebfea

Please sign in to comment.