mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
Add rossel/mwu-sdk (#1700)
This commit is contained in:
35
rossel/mwu-sdk/0.1/config/packages/mwu_sdk.yaml
Normal file
35
rossel/mwu-sdk/0.1/config/packages/mwu_sdk.yaml
Normal file
@@ -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
rossel/mwu-sdk/0.1/manifest.json
Normal file
8
rossel/mwu-sdk/0.1/manifest.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"bundles": {
|
||||
"Rossel\\MwuSdk\\MwuSdkBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user