Difference between revisions of "ESPEasy Command Reference"

From Let's Control It
Jump to navigation Jump to search
(Created page with "{| border="1" style="border-collapse:collapse; border:1px solid silver;text-align:left;width:50%;" ! Command ! Class ! Purpose ! Syntax |- | GPIO | Plugin | Direct control of...")
 
m
Line 4: Line 4:
 
! Purpose
 
! Purpose
 
! Syntax
 
! Syntax
 +
|-
 +
| Debug
 +
| Internal
 +
| Change debug level
 +
| Debug <1-4>
 
|-
 
|-
 
| GPIO
 
| GPIO
Line 9: Line 14:
 
| Direct control of output pins
 
| Direct control of output pins
 
| See:[[GPIO]]
 
| See:[[GPIO]]
 +
|-
 +
| IP
 +
| Internal
 +
| Change IP address
 +
| IP <IP address>
 
|-
 
|-
 
| LongPulse
 
| LongPulse
Line 29: Line 39:
 
| Direct control of servo motors
 
| Direct control of servo motors
 
| See:[[GPIO]]
 
| See:[[GPIO]]
 +
|-
 +
| WifiAPKey
 +
| Internal
 +
| Change AP WPA key
 +
| WifiAPKey <WPA key>
 +
|-
 +
| WifiConnect
 +
| Internal
 +
| Connect to configured wireless network
 +
| WifiConnect
 +
|-
 +
| WifiDisconnect
 +
| Internal
 +
| Disconnect from wireless network
 +
| WifiDisconnect
 +
|-
 +
| WifiKey
 +
| Internal
 +
| Change WPA key
 +
| WifiKey <Wifi WPA key>
 +
|-
 +
| WifiScan
 +
| Internal
 +
| Scan Wireless networks
 +
| WifiScan
 +
|-
 +
| WifiSSID
 +
| Internal
 +
| Change SSID
 +
| WifiSSID <SSID>
 
|}
 
|}

Revision as of 08:53, 19 July 2016

Command Class Purpose Syntax
Debug Internal Change debug level Debug <1-4>
GPIO Plugin Direct control of output pins See:GPIO
IP Internal Change IP address IP <IP address>
LongPulse Plugin Direct pulse control of output pins See:GPIO
Pulse Plugin Direct pulse control of output pins See:GPIO
PWM Plugin Direct PWM control of output pins See:GPIO
Servo Plugin Direct control of servo motors See:GPIO
WifiAPKey Internal Change AP WPA key WifiAPKey <WPA key>
WifiConnect Internal Connect to configured wireless network WifiConnect
WifiDisconnect Internal Disconnect from wireless network WifiDisconnect
WifiKey Internal Change WPA key WifiKey <Wifi WPA key>
WifiScan Internal Scan Wireless networks WifiScan
WifiSSID Internal Change SSID WifiSSID <SSID>