Releases: cvc90/Fermax-Blue-Intercom
Releases · cvc90/Fermax-Blue-Intercom
Version 1.1
Fermax Blue Intercom Script (Version 1.1)
![Fermax Blue](https://private-user-images.githubusercontent.com/76731844/270393824-b417dcc5-9b5f-49b2-8084-2e56338ed68e.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NDAwMjMxNDAsIm5iZiI6MTc0MDAyMjg0MCwicGF0aCI6Ii83NjczMTg0NC8yNzAzOTM4MjQtYjQxN2RjYzUtOWI1Zi00OWIyLTgwODQtMmU1NjMzOGVkNjhlLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMjAlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjIwVDAzNDA0MFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWFhNWJjMmU3ODU3MTkxNzhjYzkyNjQzNDY0ZDc3ZjJmMmUxYmM1OGI4MjU0ZDBmNjg5NWUwZDY2YjBhZjQ1ZjUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.maWeB7iTQ-HdQ9eh71dtMP0-PO3wH7P5hi7DFFplxhs)
Description
Second version of the Fermax Blue Intercom Script to connect with the Fermax Blue API (used to show user information, show intercom information, intercom history, open door)
New features 🆕
- Added message if the door opens or does not open
- Added function "Get credits"
- Added function "Version"
- Added argument "--credits"
- Added argument "--version"
- Variables added for the "Get credits" function
- Variables added for the "Version" function
Improvements 🚑
- Added comments to help developers understand the code more easily
- Updated fake client application and iOS device headers to the latest available version.
- Code restructuring to improve performance
- Cleaning white spaces
- Fix in function "Open door"
- Fix in "README.md" in the "Disclaimer" section
- Fix in "README.md" in the "License" section
- Fixes in "README.md" in the "Arguments" section
- Fix in "README_DE.md" in the "Haftungsausschluss" section
- Fix in "README_DE.md" in the "Lizenz" section
- Fixes in "README_DE.md" in the "Argumente" section
- Fix in "README_ES.md" in the "Aviso" section
- Fix in "README_ES.md" in the "Licencia" section
- Fixes in "README_ES.md" in the "Argumentos" section
Version 1.0
Fermax Blue Intercom Script (Version 1.0)
![Fermax Blue](https://private-user-images.githubusercontent.com/76731844/270393824-b417dcc5-9b5f-49b2-8084-2e56338ed68e.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NDAwMjMxNDAsIm5iZiI6MTc0MDAyMjg0MCwicGF0aCI6Ii83NjczMTg0NC8yNzAzOTM4MjQtYjQxN2RjYzUtOWI1Zi00OWIyLTgwODQtMmU1NjMzOGVkNjhlLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMjAlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjIwVDAzNDA0MFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWFhNWJjMmU3ODU3MTkxNzhjYzkyNjQzNDY0ZDc3ZjJmMmUxYmM1OGI4MjU0ZDBmNjg5NWUwZDY2YjBhZjQ1ZjUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.maWeB7iTQ-HdQ9eh71dtMP0-PO3wH7P5hi7DFFplxhs)
Description
First version of the Fermax Blue Intercom Script to connect with the Fermax Blue API (used to show user information, show intercom information, intercom history, open door)
New features 🆕
- Show user information
- Show user information in .json
- Shows information about the devices paired
- Shows information about the devices paired in .json
- Show intercom information
- Show intercom information in .json
- Intercom history
- Intercom history in .json
Improvements 🚑
- Now "open door" is not executed every time you run the script, it is now only executed with the --open-door argument
- Code restructuring to improve performance
- Cleaning white spaces
- Added comments to help developers understand the code more easily