Support new API for add-on STDIN support (#207)

* Add function to write data to add-on stdin with API

* Update API Doc

* Add to api

* Update addon.py
This commit is contained in:
Pascal Vizeli
2017-10-03 16:44:48 +02:00
committed by GitHub
parent f167197640
commit bd1c8be1e1
7 changed files with 75 additions and 3 deletions

View File

@@ -86,6 +86,7 @@ ATTR_STATE = 'state'
ATTR_SCHEMA = 'schema'
ATTR_IMAGE = 'image'
ATTR_LOGO = 'logo'
ATTR_STDIN = 'stdin'
ATTR_ADDONS_REPOSITORIES = 'addons_repositories'
ATTR_REPOSITORY = 'repository'
ATTR_REPOSITORIES = 'repositories'