|
| None | __init__ (self, str config_path) |
| |
| web.Response | post (self, web.Request request) |
| |
|
| string | name = "api:ios:identify" |
| |
| string | url = "/api/ios/identify" |
| |
A view that accepts device identification requests.
Definition at line 326 of file __init__.py.
◆ __init__()
| None homeassistant.components.ios.iOSIdentifyDeviceView.__init__ |
( |
|
self, |
|
|
str |
config_path |
|
) |
| |
◆ post()
| web.Response homeassistant.components.ios.iOSIdentifyDeviceView.post |
( |
|
self, |
|
|
web.Request |
request |
|
) |
| |
Handle the POST request for device identification.
Definition at line 336 of file __init__.py.
◆ _config_path
| homeassistant.components.ios.iOSIdentifyDeviceView._config_path |
|
private |
◆ name
| string homeassistant.components.ios.iOSIdentifyDeviceView.name = "api:ios:identify" |
|
static |
◆ url
| string homeassistant.components.ios.iOSIdentifyDeviceView.url = "/api/ios/identify" |
|
static |
The documentation for this class was generated from the following file: