Public Member Functions | |
| None | __init__ (self, str endpoint_id, Literal["COLOR", "ASLEEP", "NOT_PROVISIONED", "OTHER"] current_mode) |
Public Member Functions inherited from homeassistant.components.alexa.errors.AlexaError | |
| None | __init__ (self, str error_message, dict[str, Any]|None payload=None) |
Public Attributes | |
| endpoint_id | |
Public Attributes inherited from homeassistant.components.alexa.errors.AlexaError | |
| error_message | |
| payload | |
Static Public Attributes | |
| string | error_type = "NOT_SUPPORTED_IN_CURRENT_MODE" |
| string | namespace = "Alexa" |
Static Public Attributes inherited from homeassistant.components.alexa.errors.AlexaError | |
| None | |
The device is not in the correct mode to support this command.
| None homeassistant.components.alexa.errors.AlexaNotSupportedInCurrentMode.__init__ | ( | self, | |
| str | endpoint_id, | ||
| Literal["COLOR", "ASLEEP", "NOT_PROVISIONED", "OTHER"] | current_mode | ||
| ) |
| homeassistant.components.alexa.errors.AlexaNotSupportedInCurrentMode.endpoint_id |
|
static |
|
static |