forked from platypush/platypush
Added CUPS plugin - closes #93
This commit is contained in:
parent
a9fdbe7812
commit
bcd05ecf4a
9 changed files with 366 additions and 0 deletions
docs/source
|
@ -234,6 +234,7 @@ autodoc_mock_imports = ['googlesamples.assistant.grpc.audio_helpers',
|
|||
'telegram',
|
||||
'telegram.ext',
|
||||
'pyfirmata2'
|
||||
'cups'
|
||||
]
|
||||
|
||||
sys.path.insert(0, os.path.abspath('../..'))
|
||||
|
|
5
docs/source/platypush/plugins/printer.cups.rst
Normal file
5
docs/source/platypush/plugins/printer.cups.rst
Normal file
|
@ -0,0 +1,5 @@
|
|||
``platypush.plugins.printer.cups``
|
||||
==================================
|
||||
|
||||
.. automodule:: platypush.plugins.printer.cups
|
||||
:members:
|
|
@ -76,6 +76,7 @@ Plugins
|
|||
platypush/plugins/music.mpd.rst
|
||||
platypush/plugins/music.snapcast.rst
|
||||
platypush/plugins/ping.rst
|
||||
platypush/plugins/printer.cups.rst
|
||||
platypush/plugins/pushbullet.rst
|
||||
platypush/plugins/redis.rst
|
||||
platypush/plugins/serial.rst
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue