$format $format : 数据格式. 数据格式 描述 bool 布尔值: true/false 或 1/0 uint8 无符号8位整型 uint16 无符号16位整型 uint32 无符号32位整型 int8 有符号8位整型 int16 有符号16位整型 int32 有符号32位整型 int64 有符号64位整型 float 浮点数 string 字符串 Type
$valueRange $valueRange : 对取值范围进行约束,可选字段 当format为整型或浮点数,可定义value-range,比如: 最小值 最大值 步长 16 32 0.5. Type
$unit $unit : 单位,可选字段 当format为整型或浮点型,可定义unit值 值 描述 percentage 百分比 celsius 摄氏度 senconds 秒 minutes 分 hours 小时 days 天 kelvin 开氏温标 pascal 帕斯卡(大气压强单位) arcdegrees 弧度(角度单位) Type
__construct() __construct( $urn) Specification constructor. Parameters $urn Throws \MiotApi\Exception\SpecificationErrorException
__call() __call(string $method, array $parameters) : mixed Proxy a method call onto the collection items. Parameters string $method array $parameters Returns mixed