Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[smsmodem] Initial contribution #12250

Merged
merged 14 commits into from
Dec 3, 2022

Commits on Jul 11, 2022

  1. [smsmodem] Initial contribution

    This binding connects to a USB serial GSM modem (or a network exposed one, a.k.a ser2net) and allows openHAB to send and receive SMS through it.
    
    Signed-off-by: Gwendal Roulleau <[email protected]>
    dalgwen committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    2d6b629 View commit details
    Browse the repository at this point in the history
  2. [smsmodem] README fix

    Signed-off-by: Gwendal Roulleau <[email protected]>
    dalgwen committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    1412204 View commit details
    Browse the repository at this point in the history
  3. [smsmodem] build/spotless fix

    Signed-off-by: Gwendal Roulleau <[email protected]>
    dalgwen committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    6987f78 View commit details
    Browse the repository at this point in the history
  4. [smsmodem] compliance with 3rd party license

    And long running thread naming convention
    And treated some code warning 
    
    Signed-off-by: Gwendal Roulleau <[email protected]>
    dalgwen committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    637220b View commit details
    Browse the repository at this point in the history
  5. [smsmodem] i18n

    Signed-off-by: Gwendal Roulleau <[email protected]>
    dalgwen committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    d8793ae View commit details
    Browse the repository at this point in the history
  6. [smsmodem] Small fixes

    update channel
    rename action to avoid colision with other binding and a too generic name
    
    Signed-off-by: Gwendal Roulleau <[email protected]>
    dalgwen committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    bf457fc View commit details
    Browse the repository at this point in the history
  7. [smsmodem] Use of standard Thing properties

    Signed-off-by: Gwendal Roulleau <[email protected]>
    dalgwen committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    38150a3 View commit details
    Browse the repository at this point in the history
  8. [smsmodem] Fix sender identifier error with special character

    Signed-off-by: Gwendal Roulleau <[email protected]>
    dalgwen committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    6b6239e View commit details
    Browse the repository at this point in the history
  9. [smsmodem] Add encoding parameter

    For non latin character in SMS
    
    Signed-off-by: Gwendal Roulleau <[email protected]>
    dalgwen committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    0a9c704 View commit details
    Browse the repository at this point in the history
  10. [smsmodem] Apply review

    Signed-off-by: Gwendal Roulleau <[email protected]>
    dalgwen committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    30482c7 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2022

  1. [smsmodem] Split local and remote modem in two thing-types

    Signed-off-by: Gwendal Roulleau <[email protected]>
    dalgwen committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    279dc21 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2022

  1. [smsmodem] Apply review

    Signed-off-by: Gwendal Roulleau <[email protected]>
    dalgwen committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    86d3991 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2022

  1. [smsmodem] Apply review

    Signed-off-by: Gwendal Roulleau <[email protected]>
    dalgwen committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    6216419 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2022

  1. [smsmodem] Apply code review (removing unnecessary method)

    Signed-off-by: Gwendal Roulleau <[email protected]>
    dalgwen committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    015cd7f View commit details
    Browse the repository at this point in the history