Files
openclaw/apps/shared/OpenClawKit/Sources/OpenClawKit/Capabilities.swift
Mariano 57083e4220 iOS: add Apple Watch companion message MVP (#20054)
Merged via /review-pr -> /prepare-pr -> /merge-pr.

Prepared head SHA: 720791ae6b
Co-authored-by: mbelinky <132747814+mbelinky@users.noreply.github.com>
Co-authored-by: mbelinky <132747814+mbelinky@users.noreply.github.com>
Reviewed-by: @mbelinky
2026-02-18 13:37:41 +00:00

17 lines
284 B
Swift

import Foundation
public enum OpenClawCapability: String, Codable, Sendable {
case canvas
case camera
case screen
case voiceWake
case location
case device
case watch
case photos
case contacts
case calendar
case reminders
case motion
}