@blueharford/scrypted-spatial-awareness 0.6.21 → 0.6.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/plugin.zip CHANGED
Binary file
@@ -42463,7 +42463,7 @@ exports.EDITOR_HTML = `<!DOCTYPE html>
42463
42463
  <div class="modal-overlay" id="add-zone-modal">
42464
42464
  <div class="modal">
42465
42465
  <h2>Create Zone</h2>
42466
- <p style="color: #888; margin-bottom: 15px; font-size: 13px;">Click points on the canvas to draw a polygon. Double-click or press Enter to finish.</p>
42466
+ <p style="color: #888; margin-bottom: 15px; font-size: 13px;">Click points on the canvas to draw a polygon. Click "Finish Zone" button or press Enter to complete.</p>
42467
42467
  <div class="form-group">
42468
42468
  <label>Zone Name</label>
42469
42469
  <input type="text" id="zone-name-input" placeholder="e.g., Front Yard">
@@ -43230,7 +43230,7 @@ exports.EDITOR_HTML = `<!DOCTYPE html>
43230
43230
  ctx.fillStyle = '#fff';
43231
43231
  ctx.font = 'bold 12px sans-serif';
43232
43232
  ctx.textAlign = 'left';
43233
- ctx.fillText('Click to add points. Double-click or press Enter to finish. Esc to cancel.', 10, canvas.height - 10);
43233
+ ctx.fillText('Click to add points. Click "Finish Zone" button or press Enter to complete. Esc to cancel.', 10, canvas.height - 10);
43234
43234
  }
43235
43235
 
43236
43236
  // Draw landmarks first (below cameras and connections)