コード例 #1
0
from generic_worker import iot_publish

#iot_publish('play_sound', {'file':'ceva.mp3'})
#iot_publish('speak', {'message':'Salut'})
iot_publish('lights', {'action':'power-on', 'id':'15'})
コード例 #2
0
ファイル: local.py プロジェクト: opencbsoft/iot-gateway
import sys

from generic_worker import iot_publish


    # 0 means it is successfull
    #iot_publish('play_sound', {'file':'ceva.mp3'})
iot_publish('speak', {'message':'Temperature'})