forked from platypush/platypush
Removed deprecated gpio.sensor
base plugin.
Now all the plugins that used to implement it have been moved to `SensorPlugin`.
This commit is contained in:
parent
8852cb8db4
commit
6e5f746dbe
2 changed files with 0 additions and 10 deletions
|
@ -1,10 +0,0 @@
|
|||
from abc import ABC
|
||||
|
||||
from platypush.plugins.sensor import SensorPlugin
|
||||
|
||||
|
||||
class GpioSensorPlugin(SensorPlugin, ABC):
|
||||
pass
|
||||
|
||||
|
||||
# vim:sw=4:ts=4:et:
|
Loading…
Reference in a new issue