Skip to content

Commit c02f875

Browse files
author
CI
committed
Sync to GitHub
1 parent 12fe9ca commit c02f875

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/bacnet/protocol/objects_utility.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -479,8 +479,8 @@ defmodule BACnet.Protocol.ObjectsUtility do
479479
Sets the given priority in the priority array of an object (see `t:bacnet_object/0`).
480480
This function also updates the present value.
481481
482-
This function calls to the object module directly, as such it enforces the `t:bacnet_object/0` contract,
483-
and additionally only objects with a priority array can be used (commandable objects).
482+
This function calls to the object module directly and only objects with a priority array can be used (commandable objects),
483+
as such it enforces the `t:bacnet_object_commandable/0` contract.
484484
"""
485485
@spec set_priority(bacnet_object_commandable(), 1..16, term()) ::
486486
{:ok, bacnet_object_commandable()} | {:error, term()}

0 commit comments

Comments
 (0)