Skip to content

Commit

Permalink
Merge pull request #259 from org-arl/fix-#257
Browse files Browse the repository at this point in the history
Adds GetFileRsp message in fjagepy
  • Loading branch information
prasadtiru committed Nov 11, 2022
2 parents b8c2c5d + c9ebfea commit d00500e
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 d00500e

Please sign in to comment.