user.core.deprecations.py

Modules

Actions

user.deprecate_action(time_deprecated: str, name: str)

        Notify the user that the given action is deprecated and should         not be used into the future.        

user.deprecate_capture(time_deprecated: str, name: str)

        Notify the user that the given capture is deprecated and should         not be used into the future.        

user.deprecate_command(time_deprecated: str, name: str, replacement: str)

        Notify the user that the given voice command is deprecated and should         not be used into the future; the command `replacement` should be used         instead.        

Settings

user.deprecate_warning_interval_hours: float = 24

How long, in hours, to wait before notifying the user again of a     deprecated action/command/capture.