for the script I'm currently writing, I want do disable the notifications for values which always show up like this when I control a value from my controller: In the API I found the following method and tried it in my script but without success:
Code: Select all
host.getNotificationSettings().setShouldShowValueNotifications(false);Code: Select all
host.getNotificationSettings().getUserNotificationsEnabled().set(false);It also seems a bit strange to me that these notifications are enabled here but the API documentation says:
Maybe I'd better write a bug report?By default all notifications are disabled.
(I'm using version 1.1.8 )
