1. Step4
modpanels
  • App
    • Compatibility
      GET
  • Auth
    • Registration
      • RegistrationStart
      • RegistrationComplete
    • PasswordReset
      • PasswordResetStart
      • PasswordResetComplete
    • OTP
      • OTPResend
      • OTPVerify
    • Login
      POST
    • AuthMe
      GET
    • Refresh
      POST
    • Logout
      POST
  • Me
    • ProfileRead
    • ProfileUpdate
    • ProfileDelete
    • PasswordChange
    • EmailChangeStart
    • PhoneChangeStart
  • Projects
    • Collection
      • ProjectCreate
      • ProjectList
      • ProjectCounts
      • ProjectQuickSearch
      • TagList
      • ProjectImport
    • Archived
      • ProjectsArchivedRestore
      • ProjectsArchivedDelete
    • Project
      • ProjectRead
      • ProjectUpdate
      • ProjectDelete
    • ProjectActions
      • ProjectFavoriteAdd
      • ProjectFavoriteDelete
      • ProjectArchive
      • ProjectRestore
      • ProjectDuplicate
      • ProjectExport
    • Configuration
      • Project
        • ProjectConfigSnapshot
      • Panel
        • PanelList
        • PanelCreate
        • PanelUpdate
        • PanelDelete
        • PanelDuplicate
        • PanelConfigSnapshot
      • Step2
        • PanelInit
        • ObjectParamsRead
        • ObjectParamsUpdate
        • EquipmentClassCatalog
      • Step3
        • LoadsRead
        • LoadsUpdate
        • LoadCatalog
        • RoomCatalog
      • Step4
        • SingleLineRead
        • SingleLineUpdate
        • SingleLineGenerate
        • SingleLineValidate
        • DeviceImportTemplate
        • DeviceImport
  • Public
    • PublicProject
    • PublicProjectExport
  • Legal
    • PrivacyPolicy
    • TermsOfService
  • Devices
  • CityList
    GET
  • Liveness
    GET
  • Schemas
    • Auth
      • Context
        • PublicOtpVerifyRequest
        • PublicOtpResendRequest
        • AuthorizedOtpVerifyRequest
        • AuthorizedOtpResendRequest
        • ContextVerifyRequest
        • ContextTokenResponse
        • ContextTokenRequest
      • Registration
        • RegisterCompleteRequest
      • Password
        • PasswordResetConfirmRequest
        • PasswordChangeRequest
      • EmailOrPhone
      • LoginRequest
      • RefreshRequest
      • AuthTokensResponse
      • AuthMe
      • LogoutRequest
    • Profile
      • ProfileRead
      • ProfileUpdate
      • EmailChangeRequest
      • PhoneChangeRequest
    • Cities
      • CityItem
      • CityCatalog
    • Projects
      • ProjectCreateRequest
      • ProjectResponse
      • ProjectUpdateRequest
      • ProjectListItem
      • ProjectListResponse
      • ProjectCounts
      • TagList
      • ProjectQuickSearchResponse
    • Configuration
      • Project
        • ConfigLimits
        • ConfigLimitUsage
        • ConfigState
        • ConfigProjectInfo
        • ProjectConfigSnapshot
      • Panel
        • PanelsList
        • PanelListItem
        • PanelCreate
        • PanelUpdate
        • PanelConfigSnapshot
        • Reactivity
        • StepState
      • Step2
        • PanelSizeConstraints
        • ObjectParams
        • ObjectParamsResponse
        • ObjectParamsUpdate
        • ObjectParamsUpdateResponse
        • EquipmentClassItem
        • EquipmentClassCatalog
      • Step3
        • Room
        • LoadItemCustom
        • LoadItemPreset
        • Loads
        • LoadsResponse
        • RoomUpdate
        • LoadItemCustomUpdate
        • LoadItemPresetUpdate
        • LoadsUpdate
        • LoadsUpdateResponse
        • LoadCatalogItem
        • LoadCatalog
        • RoomCatalogItem
        • RoomCatalog
      • Step4
        • Consumer
        • Wires
        • Device
        • DeviceBlackbox
        • Row
        • SingleLine
        • SingleLineResponse
        • SingleLineUpdate
        • SingleLineUpdateResponse
        • SingleLineGenerateResponse
    • Shared
      • ValidationError
      • StatusOk
      • IdName
    • ApiError
    • CompatibilityResponse
  1. Step4

SingleLineUpdateResponse

{
    "revision": 0,
    "data": {
        "rows": [
            {
                "type": "input",
                "devices": {
                    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                    "type": "av",
                    "name": "string",
                    "article": "string",
                    "class": "basic",
                    "params": {}
                },
                "consumer": {
                    "roomText": "string",
                    "loadText": "string"
                },
                "wires": {
                    "sectionMm2": 0,
                    "count": 0
                }
            }
        ]
    },
    "reactivity": {
        "eventId": "d6703cc8-9e79-415d-ac03-a4dc7f6ab43c",
        "trigger": {
            "step": "object_params",
            "action": "string"
        },
        "revision": {
            "from": 0,
            "to": 0
        },
        "stepEffects": {
            "property1": {},
            "property2": {}
        },
        "mutations": [
            {
                "path": "string",
                "kind": "string",
                "reason": "string"
            }
        ]
    }
}
Built with