Skip to content

Commit

Permalink
Add rossel/mwu-sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
fvaneste-rossel committed Oct 24, 2024
1 parent 362ea1f commit b81fcf0
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 0 deletions.
35 changes: 35 additions & 0 deletions rossel/mwu-sdk/0.1/config/packages/mwu_sdk.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
mwu_sdk:
switches:
- ip_address: "CHANGE_ME!"
port: "CHANGE_ME!"
light_modules_generator:
first_module_id: 1
increment_between_module_ids: 1
number_of_modules: 4
behavior:
display_status:
light:
mode: on
color: red
screen:
mode: on
text: "0000"
display_status_after_confirm:
light:
mode: on
color: green
screen:
mode: on
text: "0000"
display_status_after_fn:
light:
mode: on
color: yellow
screen:
mode: on
text: "9999"
buttons:
fn:
text: "----"
quantity_keys:
mode: increment
8 changes: 8 additions & 0 deletions rossel/mwu-sdk/0.1/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"bundles": {
"Rossel\\MwuSdk\\MwuSdkBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}

0 comments on commit b81fcf0

Please sign in to comment.