Door.set_property

Door.set_property(name, value)

Set the value of the property with a given name.

Parameters:
namestr

The name of the property.

valuestr | int | float

The value of the property.

Returns:
None