-
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Move modules to separate file, remove from json * updates * fix manifest * small modules list fixes * Make vmbdali follow * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: Maikel Punie <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information
1 parent
59796d6
commit ad0868e
Showing
85 changed files
with
10,160 additions
and
10,215 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"Channels": { | ||
"01": { | ||
"Editable": "yes", | ||
"Name": "Relay", | ||
"Type": "Relay" | ||
} | ||
}, | ||
"Info": "Relay Module", | ||
"Type": "VMB1RY" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"ChannelNumbers": { | ||
"Name": { | ||
"Map": { | ||
"03": "01" | ||
} | ||
} | ||
}, | ||
"Channels": { | ||
"01": { | ||
"Editable": "yes", | ||
"Name": "Blind", | ||
"Type": "Blind" | ||
} | ||
}, | ||
"Info": "Blind Control Module", | ||
"Type": "VMB1BL" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
{ | ||
"Channels": { | ||
"01": { | ||
"Editable": "yes", | ||
"Name": "Push button 1", | ||
"Type": "Button" | ||
}, | ||
"02": { | ||
"Editable": "yes", | ||
"Name": "Push button 2", | ||
"Type": "Button" | ||
}, | ||
"03": { | ||
"Editable": "yes", | ||
"Name": "Push button 3", | ||
"Type": "Button" | ||
}, | ||
"04": { | ||
"Editable": "yes", | ||
"Name": "Push button 4", | ||
"Type": "Button" | ||
}, | ||
"05": { | ||
"Editable": "yes", | ||
"Name": "Push button 5", | ||
"Type": "Button" | ||
}, | ||
"06": { | ||
"Editable": "yes", | ||
"Name": "Push button 6", | ||
"Type": "Button" | ||
} | ||
}, | ||
"Info": "6-Channel Input Module", | ||
"Type": "VMB6IN" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,101 @@ | ||
{ | ||
"Channels": { | ||
"01": { | ||
"Editable": "yes", | ||
"Name": "Dimmer 1", | ||
"Type": "Dimmer" | ||
}, | ||
"02": { | ||
"Editable": "yes", | ||
"Name": "Dimmer 2", | ||
"Type": "Dimmer" | ||
}, | ||
"03": { | ||
"Editable": "yes", | ||
"Name": "Dimmer 3", | ||
"Type": "Dimmer" | ||
}, | ||
"04": { | ||
"Editable": "yes", | ||
"Name": "Dimmer 4", | ||
"Type": "Dimmer" | ||
}, | ||
"96": { | ||
"Name": "SelectedProgram", | ||
"Type": "SelectedProgram" | ||
} | ||
}, | ||
"Memory": { | ||
"Address": { | ||
"062C": { "ModuleName": "0:Start" }, | ||
"062D": { "ModuleName": "1" }, | ||
"062E": { "ModuleName": "2" }, | ||
"062F": { "ModuleName": "3" }, | ||
"0630": { "ModuleName": "4" }, | ||
"0631": { "ModuleName": "5" }, | ||
"0632": { "ModuleName": "6" }, | ||
"0633": { "ModuleName": "7" }, | ||
"0634": { "ModuleName": "8" }, | ||
"0635": { "ModuleName": "9" }, | ||
"0636": { "ModuleName": "10" }, | ||
"0637": { "ModuleName": "11" }, | ||
"0638": { "ModuleName": "12" }, | ||
"0639": { "ModuleName": "13" }, | ||
"063A": { "ModuleName": "14" }, | ||
"063B": { "ModuleName": "15" }, | ||
"063C": { "ModuleName": "16" }, | ||
"063D": { "ModuleName": "17" }, | ||
"063E": { "ModuleName": "18" }, | ||
"063F": { "ModuleName": "19" }, | ||
"0640": { "ModuleName": "20" }, | ||
"0641": { "ModuleName": "21" }, | ||
"0642": { "ModuleName": "22" }, | ||
"0643": { "ModuleName": "23" }, | ||
"0644": { "ModuleName": "24" }, | ||
"0645": { "ModuleName": "25" }, | ||
"0646": { "ModuleName": "26" }, | ||
"0647": { "ModuleName": "27" }, | ||
"0648": { "ModuleName": "28" }, | ||
"0649": { "ModuleName": "29" }, | ||
"064A": { "ModuleName": "30" }, | ||
"064B": { "ModuleName": "31" }, | ||
"064C": { "ModuleName": "32" }, | ||
"064D": { "ModuleName": "33" }, | ||
"064E": { "ModuleName": "34" }, | ||
"064F": { "ModuleName": "35" }, | ||
"0650": { "ModuleName": "36" }, | ||
"0651": { "ModuleName": "37" }, | ||
"0652": { "ModuleName": "38" }, | ||
"0653": { "ModuleName": "39" }, | ||
"0654": { "ModuleName": "40" }, | ||
"0655": { "ModuleName": "41" }, | ||
"0656": { "ModuleName": "42" }, | ||
"0657": { "ModuleName": "43" }, | ||
"0658": { "ModuleName": "44" }, | ||
"0659": { "ModuleName": "45" }, | ||
"065A": { "ModuleName": "46" }, | ||
"065B": { "ModuleName": "47" }, | ||
"065C": { "ModuleName": "48" }, | ||
"065D": { "ModuleName": "49" }, | ||
"065E": { "ModuleName": "50" }, | ||
"065F": { "ModuleName": "51" }, | ||
"0660": { "ModuleName": "52" }, | ||
"0661": { "ModuleName": "53" }, | ||
"0662": { "ModuleName": "54" }, | ||
"0663": { "ModuleName": "55" }, | ||
"0664": { "ModuleName": "55" }, | ||
"0665": { "ModuleName": "56" }, | ||
"0666": { "ModuleName": "57" }, | ||
"0667": { "ModuleName": "58" }, | ||
"0668": { "ModuleName": "59" }, | ||
"0669": { "ModuleName": "60" }, | ||
"066A": { "ModuleName": "61" }, | ||
"066B": { "ModuleName": "62" }, | ||
"066C": { "ModuleName": "63" }, | ||
"066D": { "ModuleName": "64:save" } | ||
}, | ||
"ModuleName": "062C-32;064D-32" | ||
}, | ||
"Info": "4 channel led PWM dimmer module", | ||
"Type": "VMB4LEDPWM-20" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"Channels": { | ||
"01": { | ||
"Editable": "yes", | ||
"Name": "Dimmer", | ||
"Type": "Dimmer" | ||
} | ||
}, | ||
"Info": "Dimmer module", | ||
"Type": "VMB1DM" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"Channels": { | ||
"01": { | ||
"Editable": "yes", | ||
"Name": "Relay 1", | ||
"Type": "Relay" | ||
}, | ||
"02": { | ||
"Editable": "yes", | ||
"Name": "Relay 2", | ||
"Type": "Relay" | ||
}, | ||
"03": { | ||
"Editable": "yes", | ||
"Name": "Relay 3", | ||
"Type": "Relay" | ||
}, | ||
"04": { | ||
"Editable": "yes", | ||
"Name": "Relay 4", | ||
"Type": "Relay" | ||
} | ||
}, | ||
"Info": "4 channel relay module", | ||
"Type": "VMB4RY" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"ChannelNumbers": { | ||
"Name": { | ||
"Map": { | ||
"03": "01", | ||
"0C": "02" | ||
} | ||
} | ||
}, | ||
"Channels": { | ||
"01": { | ||
"Editable": "yes", | ||
"Name": "Blind 1", | ||
"Type": "Blind" | ||
}, | ||
"02": { | ||
"Editable": "yes", | ||
"Name": "Blind 2", | ||
"Type": "Blind" | ||
} | ||
}, | ||
"Info": "2-channel Blind Control Module", | ||
"Type": "VMB2BL" | ||
} |
Oops, something went wrong.