notificationPullDownState static method

String notificationPullDownState(
  1. bool enabled
)

Implementation

static String notificationPullDownState(bool enabled) => '<characteristic type="UiMgr">'
    '<parm name="NotificationPullDown" value="${enabled ? '1' : '2'}"/>'
    '</characteristic>';