METHOD AND SYSTEM FOR CROSS MEDIA ALARM EVENT NOTIFICATION
    1.
    发明申请
    METHOD AND SYSTEM FOR CROSS MEDIA ALARM EVENT NOTIFICATION 审中-公开
    用于跨媒体报警事件通知的方法和系统

    公开(公告)号:US20130154822A1

    公开(公告)日:2013-06-20

    申请号:US13330846

    申请日:2011-12-20

    IPC分类号: G08B23/00

    CPC分类号: G08B25/005 G08B25/006

    摘要: A method for alarm event notification from a server system in relation to a premises such as a home or building. The server system acts as a centralized monitoring and notification security system for monitoring of the premises and receiving an alarm event from an on-premises monitoring system. The method includes: receiving in a server system an alarm event in relation to the premises, determining a presence status of a client application, generating a message in relation to the alarm event, and sending the message to the client application having the presence status of being present. The message may be generated to include message content which varies in dependence of capabilities of the client application having the presence status of being present.

    摘要翻译: 一种来自服务器系统的报警事件通知方法,涉及诸如家庭或建筑物的场所。 服务器系统充当集中的监视和通知安全系统,用于监视房屋并从内部部署监控系统接收报警事件。 该方法包括:在服务器系统中接收与房屋相关的警报事件,确定客户端应用的存在状态,生成与警报事件有关的消息,并将该消息发送到具有 存在。 可以生成该消息以包括根据具有存在状态的客户端应用的能力而变化的消息内容。

    METHOD AND SYSTEM FOR STORAGE RETREIVAL
    4.
    发明申请
    METHOD AND SYSTEM FOR STORAGE RETREIVAL 审中-公开
    存储转移的方法和系统

    公开(公告)号:US20160147762A1

    公开(公告)日:2016-05-26

    申请号:US14555505

    申请日:2014-11-26

    IPC分类号: G06F17/30

    摘要: A method for storage retrieval, including receiving a request for application content. The request includes a first field identifier. The method further includes submitting a query to a content repository, for each asset including the first field identifier, receiving a first asset including the first field identifier and a second asset including the first field identifier, and extracting a first variability tag from the first asset and a second variability tag from the second asset based on the first asset having a matching asset property value to the second asset. The first asset and second asset are scored based at least on the first variability tag and at least on the second variability tag to obtain a first and second score, respectively. The method further includes selecting the first asset based on the first score and the second score, and transmitting the first asset as the application content.

    摘要翻译: 一种用于存储检索的方法,包括接收对应用内容的请求。 请求包括第一字段标识符。 该方法还包括向包含第一字段标识符的每个资产向内容存储库提交查询,接收包括第一字段标识符的第一资产和包括第一字段标识符的第二资产,以及从第一资产提取第一变异性标签 以及基于具有与所述第二资产相匹配的资产属性值的所述第一资产的来自所述第二资产的第二可变性标签。 第一资产和第二资产至少基于第一变异性标签和至少在第二变异性标签上得分,以获得第一和第二分数。 该方法还包括基于第一分数和第二分数来选择第一资产,以及发送第一资产作为应用内容。

    COMMON DECLARATION REPRESENTATION OF APPLICATION CONTENT AND USER INTERACTION CONTENT PROCESSED BY A USER EXPERIENCE PLAYER
    5.
    发明申请
    COMMON DECLARATION REPRESENTATION OF APPLICATION CONTENT AND USER INTERACTION CONTENT PROCESSED BY A USER EXPERIENCE PLAYER 审中-公开
    用户经验播放器处理的应用程序内容和用户交互内容的通用声明表示

    公开(公告)号:US20160055258A1

    公开(公告)日:2016-02-25

    申请号:US14463415

    申请日:2014-08-19

    IPC分类号: G06F17/30 H04L29/08

    摘要: A method for providing application content including obtaining, by a declarative content engine executing on a computer processor, an initial application content from a content repository and expressing the initial application content in a declarative programming language to obtain declarative content and transmitting the declarative content to a user experience player (UXP). The UXP processes the declarative content to obtain the initial application content, binds the initial application content to first platform-specific templates and first platform-specific navigation patterns, and renders the initial application content in a first platform-specific user display format. Additionally, the method includes receiving a user action from the UXP in response to the transmission of the declarative content, storing the user action associated with the declarative content in a user data instance repository, determining, using an interaction module and the received user action, a next application content, and obtaining the next application content from the content repository.

    摘要翻译: 一种用于提供应用内容的方法,包括通过在计算机处理器上执行的声明性内容引擎从内容存储库获得初始应用内容并以声明性编程语言表达初始应用内容以获得声明性内容并将所述声明性内容传送到 用户体验播放器(UXP)。 UXP处理声明性内容以获取初始应用程序内容,将初始应用程序内容绑定到第一平台特定模板和第一平台特定导航模式,并以第一平台特定用户显示格式呈现初始应用程序内容。 另外,该方法包括响应于声明性内容的传送,从UXP接收用户动作,将与声明性内容相关联的用户动作存储在用户数据实例存储库中,使用交互模块和接收的用户动作来确定, 下一个应用内容,并从内容存储库获得下一个应用内容。

    SHARING APPLICATION CODE ACROSS PLATFORMS
    6.
    发明申请
    SHARING APPLICATION CODE ACROSS PLATFORMS 审中-公开
    通过平台共享应用代码

    公开(公告)号:US20140068547A1

    公开(公告)日:2014-03-06

    申请号:US13604342

    申请日:2012-09-05

    IPC分类号: G06F9/44

    CPC分类号: G06F8/20

    摘要: Application functionality is separated into platform neutral components and platform specific components. An application model component defines the core logic of the application and includes interaction models for handling user input that is platform neutral and may be used across platforms. An application host component includes functionality for a specific platform but may be reused across different applications on the same platform (e.g. how to draw on a specific platform). An application user interface component includes functionality (e.g. specific UI for an application) that is platform specific and application specific. Platform neutral Application Programming Interfaces (APIs) are used by the developer to abstract functionality of the application such that the platform neutral code is portable across different platforms. The communication between the platform specific components and platform neutral components uses thread and memory isolation similar to a client-server architecture.

    摘要翻译: 应用功能分为平台中性组件和平台特定组件。 应用程序模型组件定义应用程序的核心逻辑,并包括用于处理平台中立并可跨平台使用的用户输入的交互模型。 应用程序主机组件包括特定平台的功能,但可以在同一平台上的不同应用程序(例如,如何在特定平台上绘制)中重复使用。 应用程序用户界面组件包括特定于平台的应用程序的功能(例如,应用程序的特定UI)。 平台中立应用程序编程接口(API)由开发人员用来抽象应用程序的功能,使得平台中立代码在不同平台之间可移植。 平台特定组件和平台中性组件之间的通信使用类似于客户端 - 服务器架构的线程和内存隔离。