MCPcopy Create free account
hub / github.com/NyarchLinux/DesktopPuppet / do_motion

Method do_motion

puppet_extension.py:237–238  ·  view source on GitHub ↗
(self, motion : str)

Source from the content-addressed store, hash-verified

235 return self._motions_raw
236
237 def do_motion(self, motion : str):
238 requests.post(f'{self.base_url}/motion', json={'motion': motion})
239
240 def set_overlay(self, overlay : str):
241 requests.post(f'{self.base_url}/set_overlay', json={'expression': overlay})

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected