mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-04 11:26:55 +00:00
73_DoorBird: bugfix - META.json data corrected
git-svn-id: https://svn.fhem.de/fhem/trunk@28589 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
a6cdf0a203
commit
bd3cafbc5e
@ -27,7 +27,6 @@
|
||||
#
|
||||
# Install the following debian packets and cpan libaries
|
||||
# sudo apt-get install -y sox && sudo apt-get install -y libsox-fmt-all && sudo apt-get install -y libsodium-dev && sudo apt-get install -y gstreamer1.0-tools
|
||||
# sudo cpan install Crypt::AuthEnc::ChaCha20Poly1305
|
||||
# sudo cpan install Crypt::Argon2
|
||||
# sudo cpan install Sodium::FFI
|
||||
# sudo cpan install IO::String module
|
||||
@ -5253,10 +5252,10 @@ sub DoorBird_FileSpace($$$$) {
|
||||
"MIME::Base64": 0,
|
||||
"Sodium::FFI": 0,
|
||||
"constant": 0,
|
||||
"perl": 5.014
|
||||
"perl": 5.014,
|
||||
"strict": 0,
|
||||
"utf8": 0,
|
||||
"warnings": 0,
|
||||
"warnings": 0
|
||||
},
|
||||
"recommends": {
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user