dictionary:unitinformation:removeunitproperty
Table of Contents
Remove Unit Property
Unit Properties can store any applescript object by names. Remove Unit Property deletes a unit property with the passed name in the passed unit, or defaults to using thisUnit if no unit name is specified. If no value is present by that name an empty string is returned, not an applescript error.
Usage:
Remove Unit Property (text, the key name of the property)
from unit (text, the name of the unit. Defaults to thisUnit)
Examples:
remove unit property “last battery change” from unit “Kitchen Motion"
See Also:
dictionary/unitinformation/removeunitproperty.txt · Last modified: 2024/07/14 14:27 by James Sentman