Skip to content

Commit

Permalink
removed version stamps... not needed there.
Browse files Browse the repository at this point in the history
  • Loading branch information
dannybloe committed Mar 14, 2016
1 parent 1f3df70 commit de34446
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 14 deletions.
3 changes: 0 additions & 3 deletions Domoticz.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
-- Created by: Danny Bloemendaal, [email protected]
-- Version 0.9.9

local scriptPath = debug.getinfo(1).source:match("@?(.*/)")
package.path = package.path .. ';' .. scriptPath .. '?.lua'
local helpers = require('event_helpers')
Expand Down
2 changes: 0 additions & 2 deletions dzVents_settings.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
-- Version 0.9.10

--[[
Log level = 1: Errors
Log level = 2: Errors + info
Expand Down
3 changes: 0 additions & 3 deletions event_helpers.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
-- Created by: Danny Bloemendaal, [email protected]
-- Version 0.9.9

-- make sure we can find our modules
local SCRIPTFOLDER = 'scripts'
local scriptPath = debug.getinfo(1).source:match("@?(.*/)")
Expand Down
2 changes: 0 additions & 2 deletions script_device_main.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
-- Version 0.9.10

-- make sure we can find our modules
local scriptPath = debug.getinfo(1).source:match("@?(.*/)")
package.path = package.path .. ';' .. scriptPath .. '?.lua'
Expand Down
4 changes: 0 additions & 4 deletions script_time_main.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
-- Version 0.9.10

print('Handle timer events')

-- make sure we can find our modules
local scriptPath = debug.getinfo(1).source:match("@?(.*/)")
package.path = package.path .. ';' .. scriptPath .. '?.lua'
Expand Down

0 comments on commit de34446

Please sign in to comment.