diff --git a/Actions.md b/Actions.md index 6ada607..f957044 100644 --- a/Actions.md +++ b/Actions.md @@ -55,7 +55,7 @@ Parameter | Optional | Description `status` | No | Indicates the status of the bridge. Possible values are '`active`' and '`inactive`'. Only `active` bridges can be used for the [`display` action](#display). `uri` | Yes | Returns the URI of the bridge, as returned by the [`getURI`](BridgeAbstract#the-geturi-function) function of the bridge. `name` | Yes | Returns the name of the bridge, as returned by the [`getName`](BridgeAbstract#the-getname-function) function of the bridge. -`parameters` | Yes | Returns a `PARAMETERS` object of the bridge +`parameters` | Yes | Returns the `PARAMETERS` object of the bridge `maintainer` | Yes | Returns the name(s) of maintainer(s) for the bridge `description` | Yes | Returns the description of the bridge