' Options: 'Date: 2026-09-21 22:52:53 '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: PBL_SwitchOffPosition.* '''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 PBL_StandardResponse Public Overridable Property Success As Boolean Public Overridable Property [Error] As String Public Overridable Property Result As Object Public Overridable Property Color As String End Class Public Partial Class PBL_SwitchOffPosition Implements IReturn(Of PBL_StandardResponse) ''' '''Position identifying a LED location ''' Public Overridable Property Position As String ''' '''Optional: HTML Color code (e.g. FF00FF) ''' Public Overridable Property Color As String ''' '''Optional: name of the owner of the color/command to allow color sharing ''' Public Overridable Property Owner As String ''' '''Optional: set paramter to TRUE if you need to turn off any color previously turned ON at specified position ''' Public Overridable Property SwitchOffAnyColor As Boolean? End Class End Namespace End Namespace