Skip to content

Commit

Permalink
Update action-louisros.radio.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kheperV3 authored Aug 27, 2018
1 parent 523f7dd commit a9a7959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action-louisros.radio.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def waitForNewSession():
session = int(PyString(fv.read()))
fv.close()
if session == 1:
hermes.publish_start_session_action(0,'oui cher maître',['louisros:time','stopRadio','changeVolume','selectStation'])
hermes.publish_start_session_action(MQTT_ADDR,'oui cher maître',['louisros:time','louisros:stopRadio','louisros:changeVolume','louisros:selectStation'])
fv =open("/var/lib/snips/skills/session","w")
fv.write(CString('0002'))
fv.close()
Expand Down

0 comments on commit a9a7959

Please sign in to comment.