Skip to content

Commit

Permalink
Merge pull request #17 from fledge-iot/FOGL-6239
Browse files Browse the repository at this point in the history
FOGL-6239 envirophat plugin renamed with rpienviro
  • Loading branch information
ashish-jabble authored Mar 25, 2022
2 parents 742d62f + e4f4e45 commit 009d11b
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Package
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# A set of variables that define how we package this repository
#
plugin_name=envirophat
plugin_name=rpienviro
plugin_type=south
plugin_install_dirname=${plugin_name}

Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
fledge-south-envirophat
========================
fledge-south-rpienviro
======================

South Plugin for Raspberry PI EnviroPHAT

Expand Down
2 changes: 0 additions & 2 deletions VERSION.south.envirophat

This file was deleted.

2 changes: 2 additions & 0 deletions VERSION.south.rpienviro
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
fledge_south_rpienviro_version=1.9.2
fledge_version>=1.9
4 changes: 2 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Enviro pHAT Plugin
.. image:: images/envirophat_1.jpg
:align: right

The *fledge-south-envirophat* is a plugin that uses the Pimoroni Enviro pHAT sensor board. The Enviro pHAT board is an environmental sensing board populated with multiple sensors, the plugin pulls data from the;
The *fledge-south-rpienviro* is a plugin that uses the Pimoroni Enviro pHAT sensor board. The Enviro pHAT board is an environmental sensing board populated with multiple sensors, the plugin pulls data from the;

- RGB light sensor

Expand All @@ -28,7 +28,7 @@ To create a south service with the Enviro pHAT

- Click on *South* in the left hand menu bar

- Select *envirophat* from the plugin list
- Select *rpienviro* from the plugin list

- Name your service and click *Next*

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@
except FileNotFoundError:
_LOGGER.error("Ensure i2c is enabled on the Pi and other dependencies are installed correctly!")

__author__ = "Ashwin Gopalakrishnan, Amarendra K Sinha"
__copyright__ = "Copyright (c) 2018 Dianomic Systems"
__author__ = "Ashwin Gopalakrishnan, Amarendra K Sinha, Ashish Jabble"
__copyright__ = "Copyright (c) 2022 Dianomic Systems Inc."
__license__ = "Apache 2.0"
__version__ = "${VERSION}"

_DEFAULT_CONFIG = {
'plugin': {
'description': 'Enviro pHAT Poll Plugin',
'type': 'string',
'default': 'envirophat',
'default': 'rpienviro',
'readonly': 'true'
},
'assetNamePrefix': {
Expand Down

0 comments on commit 009d11b

Please sign in to comment.