raphaelthurnherr / algobot_onionOmega

1 stars 0 forks source link

Application update #6

Closed raphaelthurnherr closed 6 years ago

raphaelthurnherr commented 6 years ago

System command [to do]: firmware update, restart, reboot

YannCaron commented 6 years ago

Génial !

2018-06-01 11:46 GMT+02:00 Raph notifications@github.com:

System command: firmware update, restart, reboot

{ "MsgID" : 0, "MsgTo" : "algo_2643", "MsgFrom" : "MQTTFX", "MsgData" : { "MsgType" : "command", "MsgParam" : "system", "MsgValue": [ { "update": "now" // "auto" (at application startup) }, { "reboot": "now" //system reboot }, { "restart": "now" // application restart } ] } }

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/raphaelthurnherr/algobot_onionOmega/issues/6, or mute the thread https://github.com/notifications/unsubscribe-auth/AFr6PGlntxsukTyYrCUrHV8FH10cuMRXks5t4Q2EgaJpZM4UWaKY .

--

Avec mes meilleures salutations. Yann Caron

algoid programming language : http://algoid.net mail : caron.yann@free.fr

raphaelthurnherr commented 6 years ago

For update check: .. "MsgData": { "MsgType": "command", "MsgParam": "system", "MsgValue": [ { "application": "check" } ] } ..

for application update: .. "MsgData": { "MsgType": "command", "MsgParam": "system", "MsgValue": [ { "application": "update" } ] } ..