Added CUPS plugin - closes

This commit is contained in:
Fabio Manganiello 2020-01-05 19:25:20 +01:00
parent a9fdbe7812
commit bcd05ecf4a
9 changed files with 366 additions and 0 deletions
docs/source

View file

@ -234,6 +234,7 @@ autodoc_mock_imports = ['googlesamples.assistant.grpc.audio_helpers',
'telegram',
'telegram.ext',
'pyfirmata2'
'cups'
]
sys.path.insert(0, os.path.abspath('../..'))

View file

@ -0,0 +1,5 @@
``platypush.plugins.printer.cups``
==================================
.. automodule:: platypush.plugins.printer.cups
:members:

View file

@ -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