Creating EventEnrollments #410
-
Hi everyone, is it possible to create objects on other devices with bacpypes? I need to create bunch of eventenrollments on Tridium Jace 8000. There is no possibility, to create these object locally on the station. Therefor, I'm searching for options to create them from "outside", however, It's all quite a blind fly. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You are looking for clause 15.3 CreateObject Service which has three protocol pieces, CreateObjectRequest goes out to the server which responds with a CreateObjectAck and provides the object identifier of the new object, or a CreateObjectError with a reference to the first failed property/value that's a problem (invalid datatype, value out of range, etc). Missing required properties might be filled in with reasonable defaults, but that's up to the server. |
Beta Was this translation helpful? Give feedback.
You are looking for clause 15.3 CreateObject Service which has three protocol pieces, CreateObjectRequest goes out to the server which responds with a CreateObjectAck and provides the object identifier of the new object, or a CreateObjectError with a reference to the first failed property/value that's a problem (invalid datatype, value out of range, etc). Missing required properties might be filled in with reasonable defaults, but that's up to the server.