Do devices in HS4 have a general purpose string associated with them like they used to in HS3. I do not see it in this JSON dump. To ask the same question in another way. What string will be affected by this HS scripting command
hs.SetDeviceString 2805, "this is a test",true
{
"ref": 2805,
"name": "MD5 Output",
"location": "Unknown",
"location2": "Unknown",
"value": 0,
"status": "Off",
"device_type_string": "",
"last_change": "/Date(-62135596800000)/",
"relationship": 3,
"hide_from_view": false,
"associated_devices": [],
"device_type": {
"Device_API": 0,
"Device_API_Description": "No API",
"Device_Type": 0,
"Device_Type_Description": "Type 0",
"Device_SubType": 0,
"Device_SubType_Description": ""
},
"device_type_values": null,
"UserNote": "",
"UserAccess": "Any",
"status_image": "/images/HomeSeer/status/off.gif",
"voice_command": "",
"misc": 4352,
"interface_name": ""
},
hs.SetDeviceString 2805, "this is a test",true
{
"ref": 2805,
"name": "MD5 Output",
"location": "Unknown",
"location2": "Unknown",
"value": 0,
"status": "Off",
"device_type_string": "",
"last_change": "/Date(-62135596800000)/",
"relationship": 3,
"hide_from_view": false,
"associated_devices": [],
"device_type": {
"Device_API": 0,
"Device_API_Description": "No API",
"Device_Type": 0,
"Device_Type_Description": "Type 0",
"Device_SubType": 0,
"Device_SubType_Description": ""
},
"device_type_values": null,
"UserNote": "",
"UserAccess": "Any",
"status_image": "/images/HomeSeer/status/off.gif",
"voice_command": "",
"misc": 4352,
"interface_name": ""
},
Comment