From 3fa12f65bc57d461aa67bf9973ece3334353035c Mon Sep 17 00:00:00 2001 From: Dominik Roth Date: Wed, 2 Oct 2024 17:05:44 +0200 Subject: [PATCH] Updated README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9a45622..2612e3c 100644 --- a/README.md +++ b/README.md @@ -68,8 +68,8 @@ Parameter methods: - `Nucon..write(new_value, force=False)`: Write a new value to the parameter. `force` will try to write even if the parameter is known as non-writable. Class methods: -- `Nucon.get(parameter)`: Get the value of a specific parameter -- `Nucon.set(parameter, value, force=False)`: Set the value of a specific parameter +- `Nucon.get(parameter)`: Get the value of a specific parameter. Also accepts string parameter names. +- `Nucon.set(parameter, value, force=False)`: Set the value of a specific parameter. Also accepts string parameter names. - `Nucon.get_all_readable()`: Get a list of all readable parameters (which is all parameters) - `Nucon.get_all_writable()`: Get a list of all writable parameters - `Nucon.get_all()`: Get all parameter values as a dictionary