change pigpio text/x-red to text/html

This commit is contained in:
Dave Conway-Jones
2020-01-28 18:09:31 +00:00
parent f069788062
commit 878a709082
6 changed files with 21 additions and 21 deletions

View File

@@ -14,7 +14,7 @@
limitations under the License.
-->
<script type="text/x-red" data-help-name="rpi-gpio in">
<script type="text/html" data-help-name="rpi-gpio in">
<p>Raspberry Piの入力ード入力ピンの状態に応じて0 または 1 の値を持つ<code>msg.payload</code></p>
<h3>出力</h3>
<dl class="message-properties">
@@ -28,7 +28,7 @@
<p>動作にはRPi.GPIO pythonライブラリのバージョン 0.5.10 (またはそれ以上)が必要です</p>
</script>
<script type="text/x-red" data-help-name="rpi-gpio out">
<script type="text/html" data-help-name="rpi-gpio out">
<p>Raspberry Piの出力ードデジタルモードまたはPWMモードで利用できます</p>
<h3>入力</h3>
<dl class="message-properties">
@@ -44,7 +44,7 @@
<p>動作にはRPi.GPIO pythonライブラリのバージョン 0.5.10 (またはそれ以上)が必要です</p>
</script>
<script type="text/x-red" data-help-name="rpi-mouse">
<script type="text/html" data-help-name="rpi-mouse">
<p>Raspberry Pi のマウスボタンノードUSBマウスが必要です</p>
<h3>出力</h3>
<dl class="message-properties">
@@ -57,7 +57,7 @@
</dl>
</script>
<script type="text/x-red" data-help-name="rpi-keyboard">
<script type="text/html" data-help-name="rpi-keyboard">
<p>Raspberry Pi のキーボードを制御するノードUSBキーボードが必要です</p>
<h3>出力</h3>
<dl class="message-properties">