Skip to content

Commit

Permalink
bumped version
Browse files Browse the repository at this point in the history
added contributers file
  • Loading branch information
dannybloe committed Mar 12, 2016
1 parent d312bbd commit e01a184
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 10 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -319,4 +319,6 @@ Oh, this code is tested on a linux file system. It should work on Windows. Let m

Another note: I haven't tested all the various `device.update*` methods. Please let me know if I made any mistakes there or fix them yourselves and create a pull request (or email me) in GitHub.

Good luck and hopefully you enjoy using dzVents.
Good luck and hopefully you enjoy using dzVents.

- Danny Bloemendaal, danny at bloemeland dot nl
2 changes: 2 additions & 0 deletions dzVents contributers.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
dannybloe (Danny Bloemendaal)
WebStarVenlo (Jeroen Dael)
1 change: 1 addition & 0 deletions history.txt → dzVents history.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[0.9.10]
* A little less verbose debug logging. Domoticz seems not to print all message in the log. If there are too many they may get lost. [dannybloe]
* Added method fetchHttpDomoticzData to domoticz object so you can manually trigger getting device information from Domoticz through http. [dannybloe]
* Added support for sounds in domiticz.notify(). [WebStarVenlo]
Expand Down
3 changes: 1 addition & 2 deletions dzVents_settings.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
-- Created by: Danny Bloemendaal, [email protected]
-- Version 0.9.9
-- Version 0.9.10

--[[
Log level = 1: Errors
Expand Down
3 changes: 1 addition & 2 deletions script_device_main.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
-- Created by: Danny Bloemendaal, [email protected]
-- Version 0.9.9
-- Version 0.9.10

-- make sure we can find our modules
local scriptPath = debug.getinfo(1).source:match("@?(.*/)")
Expand Down
3 changes: 1 addition & 2 deletions script_time_main.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
-- Created by: Danny Bloemendaal, [email protected]
-- Version 0.9.9
-- Version 0.9.10

print('Handle timer events')

Expand Down
5 changes: 2 additions & 3 deletions scripts/example.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
-- Created by: Danny Bloemendaal, [email protected]
-- Version 0.9.9
-- See readme.md for a description
-- Version 0.9.10
-- See README.md for instructions

return {
active = false, -- set to true to activate this script
Expand Down

0 comments on commit e01a184

Please sign in to comment.