-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprivacy.html
More file actions
48 lines (40 loc) · 1.95 KB
/
Copy pathprivacy.html
File metadata and controls
48 lines (40 loc) · 1.95 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>SMS Privacy Policy</title>
<style>
body { font-family: -apple-system, system-ui, sans-serif; max-width: 640px; margin: 2rem auto; padding: 0 1rem; line-height: 1.6; color: #333; }
h1 { font-size: 1.5rem; }
h2 { font-size: 1.1rem; margin-top: 1.5rem; }
p, li { font-size: 0.95rem; }
.updated { color: #666; font-size: 0.85rem; }
</style>
</head>
<body>
<h1>SMS Messaging Privacy Policy</h1>
<p class="updated">Last updated: July 2, 2026</p>
<h2>Overview</h2>
<p>This privacy policy applies to SMS messages sent from (213) 855-3491, operated by Chong Ahn ("we", "us") for personal home automation notifications.</p>
<h2>What We Send</h2>
<p>We send automated SMS notifications related to home security and monitoring, including:</p>
<ul>
<li>Security alerts (door open/close, motion detection)</li>
<li>Sensor alerts (temperature warnings, battery status)</li>
<li>System status notifications</li>
</ul>
<h2>Who Receives Messages</h2>
<p>Messages are sent only to the account owner and authorized household members who have explicitly opted in by providing their phone number directly.</p>
<h2>Information We Collect</h2>
<p>We collect only the phone numbers of opted-in recipients. No additional personal data is collected, sold, shared, or disclosed to third parties through our SMS service.</p>
<h2>Message Frequency</h2>
<p>Message frequency varies based on home sensor activity. Messages are event-driven and sent only when alert conditions are met.</p>
<h2>Opting Out</h2>
<p>Reply <strong>STOP</strong> to any message to unsubscribe. Reply <strong>HELP</strong> for assistance. After opting out, no further messages will be sent unless you re-subscribe.</p>
<h2>Costs</h2>
<p>Message and data rates may apply. Check with your carrier for details.</p>
<h2>Contact</h2>
<p>For questions about this policy, contact: mmca@2531.org</p>
</body>
</html>