Skip to content

Instantly share code, notes, and snippets.

@chatainsim
Created March 11, 2020 10:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chatainsim/62f17885d08976eb2dad1c2c04b9f53d to your computer and use it in GitHub Desktop.
Save chatainsim/62f17885d08976eb2dad1c2c04b9f53d to your computer and use it in GitHub Desktop.
local subsystem = 'telegram'
etatocto = 'Etat Octoprint'
msg = 'L impression 3D est à présent terminée !'
commandArray = {}
if (devicechanged[etatocto] == 'Operational') then
commandArray['SendNotification']='subject#'..msg..'#0#sound#extradata#'..subsystem
end
return commandArray
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment