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">