You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to MppDevices
Hi. It's been a while since I asked a dumb question. I have an Mpp custom device that I send commands to using SendHTTP from my AM server.. However I now want to connect that device via an MppGateway. Is there a way to achieve this and still get the HTTP commands through? Or is there now actually a better way to be sending commands to the device (it's been a number of years since I set it up)
Mike P 4 MPP
unread,
Nov 2, 2025, 7:30:44 PMNov 2
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to MppDevices
Yep, you can still send some commands to the remote device, use the target UDN as the resource. get/state and subscribe are intercepted but any put or post is passed through if the remote device is connected to the gateway.
DougC
unread,
Nov 2, 2025, 11:21:20 PMNov 2
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to MppDevices
Thanks Mike that's great. You know what I love about the Mpp suite is the huge amount of inbuilt functionality just waiting for me to use. I just wish I understood it better.