Skip to main content

Module point_write

Module point_write 

Source
Expand description

The pointWrite op — write a value to a writable point.

§Overview

POST /api/pointWrite writes a value to one or more writable point entities. Each row represents a write command. The entity must carry the writable marker tag.

§Request Grid Columns

ColumnKindDescription
idRefWritable point entity reference
levelNumberPriority level 1–17 (default 17 if omitted)
valanyValue to write

§Response

Empty grid on success.

§Errors

  • 400 Bad Requestlevel outside 1–17, entity not writable, write failed, or request decode failure.
  • 404 Not Found — entity not in local graph and not owned by any federation connector.
  • 500 Internal Server Error — federation proxy or encoding error.

Functions§

handle
POST /api/pointWrite