Add NFC enable/disable support; update devices, Sonoff, and Tuya
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
"register": "POST /register?callback_url={url}",
|
||||
"nfc_status": "GET /nfc/status",
|
||||
"nfc_config": "GET /nfc/config",
|
||||
"nfc_config_set": "POST /nfc/config?auth_uid={uid}&relay={n}&pulse_ms={ms}"
|
||||
"nfc_config_set": "POST /nfc/config?auth_uid={uid}&relay={n}&pulse_ms={ms}",
|
||||
"nfc_enable": "POST /nfc/enable?state={0|1}"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user