Skip to content

Commit

Permalink
reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
SoloJan committed Oct 8, 2024
1 parent 764a40e commit da40a89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion relays/tasmota/firmware.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ connection = http.client({ timeout = 10 })
local config = require('enapter.ucm.config')

-- The addres is the local IP adres of the tasmota device
-- The password is optional it is only needed in case the web-admin pasword is set on the tasmota device,
-- The password is optional it is only needed in case the web-admin pasword is set on the tasmota device,
-- be aware that this is only a very thin extra layer of security and you should not purely rely on that.
ADDRESS = 'address'
PASSWORD = 'password'
Expand Down

0 comments on commit da40a89

Please sign in to comment.