' Options: 'Date: 2026-09-21 22:52:20 'Version: 8.52 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: http://clouddemo.pickeos.com:1337 ' '''GlobalNamespace: '''MakePartial: True '''MakeVirtual: True '''MakeDataContractsExtensible: False '''AddReturnMarker: True '''AddDescriptionAsComments: True '''AddDataContractAttributes: False '''AddIndexesToDataMembers: False '''AddGeneratedCodeAttributes: False '''AddResponseStatus: False '''AddImplicitVersion: '''InitializeCollections: False '''ExportValueTypes: False 'IncludeTypes: SensorEvents.* '''ExcludeTypes: '''AddNamespaces: '''AddDefaultXmlNamespace: http://schemas.servicestack.net/types Imports System Imports System.IO Imports System.Collections Imports System.Collections.Generic Imports System.Runtime.Serialization Imports ServiceStack Imports ServiceStack.DataAnnotations Imports GoToLightAPI Namespace Global Namespace GoToLightAPI Public Partial Class SensorEvents ''' '''User name required to identify him. ''' Public Overridable Property User As String ''' '''If given, only the expected position will be retured. ''' Public Overridable Property ExpectedPosition As String ''' '''Optional: niveau de détail des événements (masque de bits Gestures=1, Detailed=2), aligné sur le webhook RegisterCallback. 0 = Legacy (défaut, position string, rétro-compatible) ; 1 = Gestures (JSON: Click/DoubleClick/LongPress + durationMs) ; 2 = Detailed (JSON: position, edge Down/Up, timestampUtc, seq) ; 3 = Both. Absent ou 0 => comportement inchangé pour les clients existants. ''' comportement inchangé pour les clients existants.")> Public Overridable Property DetailLevel As Integer End Class End Namespace End Namespace