It would be great if the IOS app could pass more data to the Arduino for SMS and notifications (and visa-versa). Currently the following is passed from Arduino to IOS App.
<?xml version="1.0" ?>
- <myDoorOpener>
<status statusPin="2">Closed</status>
<status statusPin="3">Opened</status>
<status statusPin="4">Closed</status>
<challengeToken>Cyber03855</challengeToken>
</myDoorOpener>
Is sent. How about:
"Device Name"
"MAC"
"IP Address"
"Pin Value"
Thanks for the consideration.