Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mushie4282 authored Apr 20, 2024
1 parent 65e1aa6 commit 415974e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def handle_read_sensor(self, message):
It is triggered using a list of sample phrases."""
self.log.info("Reading external MQ-2 sensor")
self.speak_dialog("read_sensor")
self.speak(str(self.sensor.getSensorVal()))
self.speak(str(self.sensor.getSensorVal()) + "ppm")

# @intent_handler(IntentBuilder("HelloWorldIntent").require("HelloWorldKeyword"))
# def handle_hello_world_intent(self, message):
Expand Down

0 comments on commit 415974e

Please sign in to comment.