You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently app has no support for adding or removal of sensors from a device, but it would be trivial to support this - have a button for hiding inactive sensors, and logic for creating them
For now, we have a placeholder:
catch(ArgumentNullException){//TODO add a new sensor to the device! Util.Toast.NotifyUserOfError($"Device has a new sensor with typeID {message.SensorTypeID}, however adding sensors is not supported yet.");}
The text was updated successfully, but these errors were encountered:
Currently app has no support for adding or removal of sensors from a device, but it would be trivial to support this - have a button for hiding inactive sensors, and logic for creating them
For now, we have a placeholder:
The text was updated successfully, but these errors were encountered: