mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-18 02:26:36 +03:00
Update Flex endpoint
This commit is contained in:
@@ -493,6 +493,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
|
||||
| [rikudou/psr6-dynamo-db-bundle](https://packagist.org/packages/rikudou/psr6-dynamo-db-bundle) | [2.0](rikudou/psr6-dynamo-db-bundle/2.0) |
|
||||
| [ro0nl/http-responder](https://packagist.org/packages/ro0nl/http-responder) | [0.1](ro0nl/http-responder/0.1) |
|
||||
| [rokka/client-bundle](https://packagist.org/packages/rokka/client-bundle) | [1.0](rokka/client-bundle/1.0) |
|
||||
| [rossel/mwu-sdk](https://packagist.org/packages/rossel/mwu-sdk) | [0.1](rossel/mwu-sdk/0.1) |
|
||||
| [roukmoute/hashids-bundle](https://packagist.org/packages/roukmoute/hashids-bundle) | [1.4](roukmoute/hashids-bundle/1.4) |
|
||||
| [routmoute/routmoute-discord-bundle](https://packagist.org/packages/routmoute/routmoute-discord-bundle) | [1.1](routmoute/routmoute-discord-bundle/1.1) |
|
||||
| [routmoute/routmoute-sirene-bundle](https://packagist.org/packages/routmoute/routmoute-sirene-bundle) | [1.0](routmoute/routmoute-sirene-bundle/1.0) |
|
||||
|
||||
@@ -0,0 +1,60 @@
|
||||
{
|
||||
"manifests": {
|
||||
"rossel/mwu-sdk": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Rossel\\MwuSdk\\MwuSdkBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/mwu_sdk.yaml": {
|
||||
"contents": [
|
||||
"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",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "a5ab68f54af641ae3ff1a30b3bf67e6628093ba8"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1566,6 +1566,9 @@
|
||||
"rokka/client-bundle": [
|
||||
"1.0"
|
||||
],
|
||||
"rossel/mwu-sdk": [
|
||||
"0.1"
|
||||
],
|
||||
"roukmoute/hashids-bundle": [
|
||||
"1.4"
|
||||
],
|
||||
|
||||
@@ -0,0 +1,60 @@
|
||||
{
|
||||
"manifests": {
|
||||
"rossel/mwu-sdk": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Rossel\\MwuSdk\\MwuSdkBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/mwu_sdk.yaml": {
|
||||
"contents": [
|
||||
"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",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "a5ab68f54af641ae3ff1a30b3bf67e6628093ba8"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user