mirror of
https://gitea.tendokyu.moe/eamuse/docs.git
synced 2025-01-23 22:54:07 +01:00
21 lines
633 B
HTML
21 lines
633 B
HTML
|
{% extends "base.html" %}
|
||
|
{% block body %}
|
||
|
<h1><code>pcbevent</code></h1>
|
||
|
<h2 id="put"><code>pcbevent.put</code></h2>
|
||
|
<h3>Request:</h3>
|
||
|
<pre><code><call <i>...</i>>
|
||
|
<pcbevent method="put">
|
||
|
<time __type="time" />
|
||
|
<seq __type="u32" />
|
||
|
<item[]>
|
||
|
<name __type="str" />
|
||
|
<value __type="s32" />
|
||
|
<time __type="time" />
|
||
|
</item[]>
|
||
|
</pcbevent>
|
||
|
</call></code></pre>
|
||
|
<h3>Response:</h3>
|
||
|
<pre><code><response>
|
||
|
<pcbevent status="<i>status</i>" />
|
||
|
</response></code></pre>
|
||
|
{% endblock %}
|